| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ |
| D | custom_float.c | 32 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-v5.4/arch/m68k/fpsp040/ |
| D | util.S | 199 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 …]
|
| D | scale.S | 142 | 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.
|
| D | decbin.S | 38 | 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
|
| /Linux-v5.4/sound/mips/ |
| D | ad1843.c | 112 int negative; /* nonzero if gain is negative. */ member 120 .negative = 0, 125 .negative = 1, 132 .negative = 1, 139 .negative = 1, 146 .negative = 1, 153 .negative = 1, 303 if (gp->negative) { in ad1843_get_gain() 333 if (gp->negative) { in ad1843_set_gain()
|
| /Linux-v5.4/include/linux/ |
| D | fixp-arith.h | 51 bool negative = false; in __fixp_sin32() local 54 negative = true; in __fixp_sin32() 62 return negative ? -ret : ret; in __fixp_sin32()
|
| /Linux-v5.4/arch/x86/math-emu/ |
| D | reg_ld_str.c | 97 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-v5.4/drivers/video/fbdev/aty/ |
| D | radeon_backlight.c | 22 uint8_t negative; member 40 if (pdata->negative) in radeon_bl_get_level_brightness() 167 pdata->negative = in radeonfb_bl_init() 174 pdata->negative = pdata->negative || in radeonfb_bl_init()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/include/ |
| D | fixed31_32.h | 232 bool negative = arg.value < 0; in dc_fixpt_shr() local 234 if (negative) in dc_fixpt_shr() 237 if (negative) in dc_fixpt_shr() 522 bool negative = arg.value < 0; in dc_fixpt_truncate() local 529 if (negative) in dc_fixpt_truncate() 532 if (negative) in dc_fixpt_truncate()
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | amd-memory-encryption.rst | 65 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-v5.4/Documentation/fb/ |
| D | viafb.modes | 25 # 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-v5.4/scripts/atomic/fallbacks/ |
| D | add_negative | 3 * ${atomic}_add_negative - add and test if negative 8 * if the result is negative, or false when
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | pcf8591.rst | 36 Pins AIN3 is the common negative differential input 42 Pins AIN3 is the negative differential input for channel 3 46 Pins AIN1 is the negative differential input for channel 0 48 Pins AIN3 is the negative differential input for channel 1
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-temperature-max31856 | 20 negative or greater than VDD. 22 '1' = The input voltage is negative or greater than VDD.
|
| D | sysfs-class-mtd | 132 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-v5.4/arch/x86/include/asm/ |
| D | bitops.h | 100 bool negative; in arch_clear_bit_unlock_is_negative_byte() local 103 : CC_OUT(s) (negative), WBYTE_ADDR(addr) in arch_clear_bit_unlock_is_negative_byte() 105 return negative; in arch_clear_bit_unlock_is_negative_byte()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | ext-ctrls-camera.rst | 116 right (clockwise when viewed from above), a negative value to the 123 negative value down. A value of zero does not cause motion. This is 137 when viewed from above), negative values to the left. Drivers should 143 Positive values move the camera up, negative values down. Drivers 150 closer to the camera, negative values towards infinity. 155 to the camera, negative values towards infinity. This is a 236 telephoto direction, negative values towards the wide-angle 245 movement. A negative value moves the zoom lens group towards the 256 further, negative values close it one step further. This is a 503 right (clockwise when viewed from above), a negative value to the [all …]
|
| /Linux-v5.4/drivers/hwmon/pmbus/ |
| D | zl6100.c | 81 bool negative = false; in zl6100_d2l() local 88 negative = true; in zl6100_d2l() 111 if (negative) in zl6100_d2l()
|
| /Linux-v5.4/Documentation/scheduler/ |
| D | sched-nice-design.rst | 16 In the O(1) scheduler (in 2003) we changed negative nice levels to be 82 A third complaint against Linux's nice level support was that negative 108 The third complaint (of negative nice levels not being "punchy" enough 111 automatically: stronger negative nice levels are an automatic
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 31 For a screen you probably want (x) coordinates to go from negative on the left 32 to positive on the right, (y) from negative on the bottom to positive on top 33 and (z) depth to be negative under the screen and positive in front of it, 78 its top towards surface, you get a negative y axis. 132 device with a screen lying flat on a table), you should get a negative value
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
| D | adc.txt | 6 specifies the positive input pin, the second value the negative
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
| D | innolux,p097pfg.txt | 7 - avee-supply: phandle of the regulator that provides negative voltage
|
| /Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | ebb.h | 24 int negative; member
|
| /Linux-v5.4/drivers/staging/iio/resolver/ |
| D | ad2s1210.c | 459 u16 negative; in ad2s1210_read_raw() local 495 negative = st->rx[0] & 0x80; in ad2s1210_read_raw() 499 negative = (0xffff >> st->resolution) << st->resolution; in ad2s1210_read_raw() 500 vel |= negative; in ad2s1210_read_raw()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | mount_api.txt | 225 If successful, 0 should be returned or a negative error code otherwise. 247 the case of an error, it should return a negative error code. 260 a negative error code. 277 any resources needed. It should return 0 on success or a negative error 292 negative error code on failure. 318 fail. It should return 0 or a negative error code. 327 should return 0 or a negative error code. 340 It should return 0 on success or a negative error code on failure. 405 context pointer or a negative error code. 407 For the remaining operations, if an error occurs, a negative error code will be [all …]
|