negative          222 arch/m68k/fpsp040/fpsp.h 	.set	neg_bit,3	|  negative result
negative         23022 arch/m68k/ifpsp060/src/fpsp.S #	if negative, count the trailing zeros.  Set the adjusted	#
negative         23193 arch/m68k/ifpsp060/src/fpsp.S #  if the exp was positive, and added if it was negative.  The purpose
negative         12982 arch/m68k/ifpsp060/src/pfpsp.S #	if negative, count the trailing zeros.  Set the adjusted	#
negative         13153 arch/m68k/ifpsp060/src/pfpsp.S #  if the exp was positive, and added if it was negative.  The purpose
negative          100 arch/x86/include/asm/bitops.h 	bool negative;
negative          103 arch/x86/include/asm/bitops.h 		: CC_OUT(s) (negative), WBYTE_ADDR(addr)
negative          105 arch/x86/include/asm/bitops.h 	return negative;
negative           97 arch/x86/math-emu/reg_ld_str.c 	int exp, tag, negative;
negative          106 arch/x86/math-emu/reg_ld_str.c 	negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
negative          139 arch/x86/math-emu/reg_ld_str.c 						  negative)
negative          150 arch/x86/math-emu/reg_ld_str.c 	setexponent16(loaded_data, exp | negative);
negative          159 arch/x86/math-emu/reg_ld_str.c 	int exp, tag, negative;
negative          166 arch/x86/math-emu/reg_ld_str.c 	negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
negative          171 arch/x86/math-emu/reg_ld_str.c 		addexponent(loaded_data, negative);
negative          181 arch/x86/math-emu/reg_ld_str.c 		return normalize_no_excep(loaded_data, SINGLE_Emin, negative)
negative          204 arch/x86/math-emu/reg_ld_str.c 	setexponent16(loaded_data, exp | negative);	/* Set the sign. */
negative          243 arch/x86/math-emu/reg_ld_str.c 	int negative;
negative          256 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
negative          259 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Negative;
negative          265 arch/x86/math-emu/reg_ld_str.c 	return normalize_no_excep(loaded_data, 31, negative);
negative          271 arch/x86/math-emu/reg_ld_str.c 	int s, negative;
negative          285 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
negative          288 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Negative;
negative          294 arch/x86/math-emu/reg_ld_str.c 	return normalize_no_excep(loaded_data, 15, negative);
negative          362 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h 	uint8_t negative;
negative           32 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	bool *negative,
negative           48 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 		*negative = false;
negative           57 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 		*negative = format->sign;
negative           60 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 		*negative = false;
negative          124 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	bool negative,
negative          174 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	if (negative && format->sign)
negative          189 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	bool negative;
negative          192 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 		value, format, &negative, &mantissa, &exponenta) &&
negative          194 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 		format, negative, mantissa, exponenta, result);
negative          139 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	bool negative;
negative          232 drivers/gpu/drm/amd/display/include/fixed31_32.h 	bool negative = arg.value < 0;
negative          234 drivers/gpu/drm/amd/display/include/fixed31_32.h 	if (negative)
negative          237 drivers/gpu/drm/amd/display/include/fixed31_32.h 	if (negative)
negative          522 drivers/gpu/drm/amd/display/include/fixed31_32.h 	bool negative = arg.value < 0;
negative          529 drivers/gpu/drm/amd/display/include/fixed31_32.h 	if (negative)
negative          532 drivers/gpu/drm/amd/display/include/fixed31_32.h 	if (negative)
negative          335 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	if (pdata->negative)
negative          363 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	return pdata->negative ? RADEON_MAX_BL_LEVEL - backlight_level : backlight_level;
negative          418 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		pdata->negative = true;
negative          420 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		pdata->negative = false;
negative          425 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		pdata->negative = (rdev->family != CHIP_RV200 &&
negative          431 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		pdata->negative = (pdata->negative ||
negative          288 drivers/gpu/drm/radeon/radeon_mode.h 	uint8_t negative;
negative           76 drivers/hwmon/lochnagar-hwmon.c 	bool negative = data & 0x80000000;
negative           88 drivers/hwmon/lochnagar-hwmon.c 	return negative ? -result : result;
negative          745 drivers/hwmon/pmbus/pmbus_core.c 	bool negative = false;
negative          769 drivers/hwmon/pmbus/pmbus_core.c 		negative = true;
negative          803 drivers/hwmon/pmbus/pmbus_core.c 	if (negative)
negative           81 drivers/hwmon/pmbus/zl6100.c 	bool negative = false;
negative           88 drivers/hwmon/pmbus/zl6100.c 		negative = true;
negative          111 drivers/hwmon/pmbus/zl6100.c 	if (negative)
negative          782 drivers/iio/industrialio-core.c 	bool integer_part = true, negative = false;
negative          791 drivers/iio/industrialio-core.c 		negative = true;
negative          818 drivers/iio/industrialio-core.c 	if (negative) {
negative          242 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	int cur_bb_spur, negative = 0, cck_spur_freq;
negative          278 drivers/net/wireless/ath/ath9k/ar9003_phy.c 		negative = 0;
negative          288 drivers/net/wireless/ath/ath9k/ar9003_phy.c 			negative = 1;
negative          294 drivers/net/wireless/ath/ath9k/ar9003_phy.c 			if (negative == 1)
negative          466 drivers/staging/iio/resolver/ad2s1210.c 	u16 negative;
negative          502 drivers/staging/iio/resolver/ad2s1210.c 		negative = st->rx[0] & 0x80;
negative          506 drivers/staging/iio/resolver/ad2s1210.c 			negative = (0xffff >> st->resolution) << st->resolution;
negative          507 drivers/staging/iio/resolver/ad2s1210.c 			vel |= negative;
negative           22 drivers/video/fbdev/aty/radeon_backlight.c 	uint8_t negative;
negative           40 drivers/video/fbdev/aty/radeon_backlight.c 	if (pdata->negative)
negative          167 drivers/video/fbdev/aty/radeon_backlight.c 	pdata->negative =
negative          174 drivers/video/fbdev/aty/radeon_backlight.c 	pdata->negative = pdata->negative ||
negative         1563 fs/namei.c     		bool negative;
negative         1576 fs/namei.c     		negative = d_is_negative(dentry);
negative         1597 fs/namei.c     			if (unlikely(negative))
negative           51 include/linux/fixp-arith.h 	bool negative = false;
negative           54 include/linux/fixp-arith.h 		negative = true;
negative           62 include/linux/fixp-arith.h 	return negative ? -ret : ret;
negative          112 sound/mips/ad1843.c 	int	negative;		/* nonzero if gain is negative. */
negative          120 sound/mips/ad1843.c 	.negative = 0,
negative          125 sound/mips/ad1843.c 	.negative = 1,
negative          132 sound/mips/ad1843.c 	.negative = 1,
negative          139 sound/mips/ad1843.c 	.negative = 1,
negative          146 sound/mips/ad1843.c 	.negative = 1,
negative          153 sound/mips/ad1843.c 	.negative = 1,
negative          303 sound/mips/ad1843.c 	if (gp->negative) {
negative          333 sound/mips/ad1843.c 	if (gp->negative) {
negative          204 tools/perf/util/genelf_debug.c 	int negative = data < 0;
negative          209 tools/perf/util/genelf_debug.c 		if (negative)
negative          178 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 		ebb_state.stats.negative, ebb_state.stats.no_overflow,
negative          262 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 		ebb_state.stats.negative++;
negative           24 tools/testing/selftests/powerpc/pmu/ebb/ebb.h 		int negative;