Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 199) sorted by relevance

12345678

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Dcustom_float.c32 bool *negative, in build_custom_float() argument
48 *negative = false; in build_custom_float()
57 *negative = format->sign; in build_custom_float()
60 *negative = false; in build_custom_float()
124 bool negative, in setup_custom_float() argument
174 if (negative && format->sign) in setup_custom_float()
189 bool negative; in convert_to_custom_float_format() local
192 value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format()
194 format, negative, mantissa, exponenta, result); in convert_to_custom_float_format()
/Linux-v4.19/arch/m68k/fpsp040/
Dutil.S199 tstb LOCAL_SGN(%a0) |if negative overflow
202 leal EXT_PINF,%a1 |answer is negative infinity
209 tstb LOCAL_SGN(%a0) |if negative overflow
212 leal EXT_PLRG,%a1 |answer is large negative number
230 tstb LOCAL_SGN(%a0) |if negative overflow
233 leal EXT_PINF,%a1 |answer is negative infinity
240 tstb LOCAL_SGN(%a0) |if negative overflow
243 leal DBL_PLRG,%a1 |answer is large negative number
261 tstb LOCAL_SGN(%a0) |if negative overflow
264 leal EXT_PINF,%a1 |answer is negative infinity
[all …]
Dscale.S142 | Source is negative. Add the src to the dest exponent.
149 blts fix_dnrm |if negative, result is
207 | If the mode is rm, and the zero is negative, return smallest
208 | negative denorm.
Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
60 | it is negative.
455 bpls no_neg |if exp is negative,
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
Dx_store.S141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
/Linux-v4.19/sound/mips/
Dad1843.c126 int negative; /* nonzero if gain is negative. */ member
134 .negative = 0,
139 .negative = 1,
146 .negative = 1,
153 .negative = 1,
160 .negative = 1,
167 .negative = 1,
317 if (gp->negative) { in ad1843_get_gain()
347 if (gp->negative) { in ad1843_set_gain()
/Linux-v4.19/include/linux/
Dfixp-arith.h63 bool negative = false; in __fixp_sin32() local
66 negative = true; in __fixp_sin32()
74 return negative ? -ret : ret; in __fixp_sin32()
/Linux-v4.19/arch/x86/math-emu/
Dreg_ld_str.c97 int exp, tag, negative; in FPU_load_double() local
106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
139 negative) in FPU_load_double()
150 setexponent16(loaded_data, exp | negative); in FPU_load_double()
159 int exp, tag, negative; in FPU_load_single() local
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
171 addexponent(loaded_data, negative); in FPU_load_single()
181 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single()
204 setexponent16(loaded_data, exp | negative); /* Set the sign. */ in FPU_load_single()
243 int negative; in FPU_load_int32() local
[all …]
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeon_backlight.c25 uint8_t negative; member
43 if (pdata->negative) in radeon_bl_get_level_brightness()
170 pdata->negative = in radeonfb_bl_init()
177 pdata->negative = pdata->negative || in radeonfb_bl_init()
/Linux-v4.19/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h232 bool negative = arg.value < 0; in dc_fixpt_shr() local
234 if (negative) in dc_fixpt_shr()
237 if (negative) in dc_fixpt_shr()
520 bool negative = arg.value < 0; in dc_fixpt_truncate() local
527 if (negative) in dc_fixpt_truncate()
530 if (negative) in dc_fixpt_truncate()
/Linux-v4.19/Documentation/virtual/kvm/
Damd-memory-encryption.rst65 Returns: 0 on success, -negative on error
76 Returns: 0 on success, -negative on error
91 On success, the 'handle' field contains a new handle and on error, a negative value.
105 Returns: 0 on success, -negative on error
128 Returns: 0 on success, -negative on error
145 Returns: 0 on success, -negative on error
155 Returns: 0 on success, -negative on error
186 Returns: 0 on success, -negative on error
206 Returns: 0 on success, -negative on error
226 Returns: 0 on success, -negative on error
/Linux-v4.19/Documentation/fb/
Dviafb.modes25 # Polarity negative negative
50 # Polarity negative negative
71 # Polarity negative negative
354 # Polarity negative positive
406 # Polarity negative positive
429 # Polarity negative negative
494 # Polarity negative negative
574 # Polarity negative positive
719 # Polarity negative negative
794 # Polarity negative negative
[all …]
/Linux-v4.19/Documentation/hwmon/
Dpcf859130 Pins AIN3 is the common negative differential input
36 Pins AIN3 is the negative differential input for channel 3
40 Pins AIN1 is the negative differential input for channel 0
42 Pins AIN3 is the negative differential input for channel 1
/Linux-v4.19/arch/x86/include/asm/
Dbitops.h145 bool negative; in clear_bit_unlock_is_negative_byte() local
148 : CC_OUT(s) (negative), ADDR in clear_bit_unlock_is_negative_byte()
150 return negative; in clear_bit_unlock_is_negative_byte()
/Linux-v4.19/drivers/hwmon/pmbus/
Dzl6100.c94 bool negative = false; in zl6100_d2l() local
101 negative = true; in zl6100_d2l()
124 if (negative) in zl6100_d2l()
/Linux-v4.19/Documentation/scheduler/
Dsched-nice-design.txt12 In the O(1) scheduler (in 2003) we changed negative nice levels to be
78 A third complaint against Linux's nice level support was that negative
104 The third complaint (of negative nice levels not being "punchy" enough
107 automatically: stronger negative nice levels are an automatic
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dinnolux,p097pfg.txt7 - avee-supply: phandle of the regulator that provides negative voltage
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h24 int negative; member
Debb.c178 ebb_state.stats.negative, ebb_state.stats.no_overflow, in dump_summary_ebb_state()
262 ebb_state.stats.negative++; in count_pmc()
/Linux-v4.19/drivers/staging/iio/resolver/
Dad2s1210.c463 u16 negative; in ad2s1210_read_raw() local
499 negative = st->rx[0] & 0x80; in ad2s1210_read_raw()
503 negative = (0xffff >> st->resolution) << st->resolution; in ad2s1210_read_raw()
504 vel |= negative; in ad2s1210_read_raw()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-mtd132 ecc_step_size). This will always be a non-negative integer.
185 It will always be a non-negative integer. In the case of
196 It will always be a non-negative integer. In the case of
207 It will always be a non-negative integer. In the case of
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/
Dg762.txt16 and 1 (negative duty).
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dltc2941.txt14 negative value when the battery has been connected to the wrong end of the
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dti-adc12138.txt16 - vref-n-supply: The regulator supply for negative analog voltage reference
/Linux-v4.19/arch/m68k/ifpsp060/src/
Dilsp.S153 # make dividend unsigned if it's negative
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
207 # 0x80000000 is the largest number representable as a 32-bit negative
208 # number. the negative of 0x80000000 is 0x80000000.
637 tst.l %d0 # is multiplier negative?
645 tst.l %d1 # is multiplicand negative?
707 # result should be a signed negative number.

12345678