| /linux/drivers/gpu/drm/amd/display/dc/basics/ |
| H A D | custom_float.c | 31 bool *negative, in build_custom_float() argument 44 *negative = false; in build_custom_float() 51 *negative = format->sign; in build_custom_float() 54 *negative = false; in build_custom_float() 101 bool negative, in setup_custom_float() argument 150 if (negative && format->sign) in setup_custom_float() 164 bool negative; in convert_to_custom_float_format() local 166 return build_custom_float(value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format() 168 negative, in convert_to_custom_float_format()
|
| /linux/arch/m68k/fpsp040/ |
| H A 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 …]
|
| H A 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.
|
| /linux/sound/mips/ |
| H A 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/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_ptp.c | 135 u16 negative = 0, addendh, addendl; in hellcreek_ptp_adjfine() local 140 negative = 1; in hellcreek_ptp_adjfine() 163 negative = (negative << 15) & 0x8000; in hellcreek_ptp_adjfine() 168 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_DRIFT_C); in hellcreek_ptp_adjfine() 182 u16 negative = 0, counth, countl; in hellcreek_ptp_adjtime() local 200 negative = 1; in hellcreek_ptp_adjtime() 210 negative = (negative << 15) & 0x8000; in hellcreek_ptp_adjtime() 215 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_OFFSET_C); in hellcreek_ptp_adjtime()
|
| /linux/arch/x86/math-emu/ |
| H A 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/drivers/video/fbdev/aty/ |
| H A D | radeon_backlight.c | 22 uint8_t negative; member 40 if (pdata->negative) in radeon_bl_get_level_brightness() 163 pdata->negative = in radeonfb_bl_init() 170 pdata->negative = pdata->negative || in radeonfb_bl_init()
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 226 bool negative = arg.value < 0; in dc_fixpt_shr() local 228 if (negative) in dc_fixpt_shr() 231 if (negative) in dc_fixpt_shr() 519 bool negative = arg.value < 0; in dc_fixpt_truncate() local 526 if (negative) in dc_fixpt_truncate() 529 if (negative) in dc_fixpt_truncate()
|
| /linux/Documentation/fb/ |
| H A 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/Documentation/bpf/ |
| H A D | map_queue_stack.rst | 43 negative error in case of failure. 53 removing it. Returns ``0`` on success, or negative error in case of 64 stack. Returns ``0`` on success, or negative error in case of failure. 81 success, or negative error in case of failure. 92 set to ``NULL``. Returns ``0`` on success, or negative error in case of 104 must be set to ``NULL``. Returns ``0`` on success, or negative error in case of
|
| H A D | maps.rst | 55 Returns a process-local file descriptor on success, or negative error in case of 66 success, or negative error on failure. 71 ``attr->value``. Returns zero on success or negative error on failure. 76 ``attr->key``. Returns zero on success or negative error on failure.
|
| H A D | map_sk_storage.rst | 57 ``bpf_sk_storage_delete()`` helper. Returns ``0`` on success, or negative 85 Returns ``0`` on success, or negative error in case of failure. 97 ``key``. Returns ``0`` on success, or negative error in case of failure. 109 ``0`` on success, or negative error in case of failure.
|
| /linux/include/linux/ |
| H A D | fixp-arith.h | 52 bool negative = false; in __fixp_sin32() local 55 negative = true; in __fixp_sin32() 63 return negative ? -ret : ret; in __fixp_sin32()
|
| /linux/scripts/atomic/kerneldoc/ |
| H A D | add_negative | 3 * ${class}${atomicname}() - atomic add and test if negative with ${desc_order} ordering 11 * Return: @true if the resulting value of @v is negative, @false otherwise.
|
| /linux/Documentation/hwmon/ |
| H A 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/arch/x86/include/asm/ |
| H A D | bitops.h | 100 bool negative; in arch_xor_unlock_is_negative_byte() local 102 : "=@ccs" (negative), WBYTE_ADDR(addr) in arch_xor_unlock_is_negative_byte() 104 return negative; in arch_xor_unlock_is_negative_byte()
|
| /linux/Documentation/virt/coco/ |
| H A D | sev-guest.rst | 93 :Returns (out): struct snp_report_resp on success, -negative on error 108 :Returns (out): struct snp_derived_key_resp on success, -negative on error 127 :Returns (out): struct snp_report_resp on success, -negative on error 149 :Returns (out): 0 on success, -negative on error 159 :Returns (out): 0 on success, -negative on error 171 :Returns (out): 0 on success, -negative on error 184 :Returns (out): 0 on success, -negative on error
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | zl6100.c | 86 bool negative = false; in zl6100_d2l() local 93 negative = true; in zl6100_d2l() 116 if (negative) in zl6100_d2l()
|
| H A D | mp2856.c | 79 bool negative = false; in val2linear11() local 85 negative = true; in val2linear11() 104 if (negative) in val2linear11()
|
| /linux/Documentation/devicetree/bindings/iio/ |
| H A 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/Documentation/scheduler/ |
| H A 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
|
| H A D | sched-eevdf.rst | 17 with a positive lag is owed CPU time, while a negative lag means the task 27 by sleeping briefly to reset their negative lag: when a task sleeps, it
|
| /linux/Documentation/iio/ |
| H A D | iio_dmabuf_api.rst | 40 IIO buffer. Returns zero on success, and a negative errno value on 45 from the IIO buffer. Returns zero on success, and a negative errno
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 111 right (clockwise when viewed from above), a negative value to the 118 negative value down. A value of zero does not cause motion. This is 132 when viewed from above), negative values to the left. Drivers should 138 Positive values move the camera up, negative values down. Drivers 145 closer to the camera, negative values towards infinity. 150 to the camera, negative values towards infinity. This is a 231 telephoto direction, negative values towards the wide-angle 240 movement. A negative value moves the zoom lens group towards the 251 further, negative values close it one step further. This is a 500 right (clockwise when viewed from above), a negative value to the [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-driver-aw200xx | 3 Description: 64-level DIM current. If you write a negative value or
|