Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dieee754.h35 unsigned int negative:1; member
42 unsigned int negative:1; member
50 unsigned int negative:1; member
59 unsigned int negative:1; member
75 unsigned int negative:1; member
85 unsigned int negative:1; member
92 unsigned int negative:1; member
101 unsigned int negative:1; member
112 unsigned int negative:1;
120 unsigned int negative:1;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dieee754.h35 unsigned int negative:1; member
42 unsigned int negative:1; member
50 unsigned int negative:1; member
59 unsigned int negative:1; member
75 unsigned int negative:1; member
86 unsigned int negative:1; member
94 unsigned int negative:1; member
106 unsigned int negative:1;
122 unsigned int negative:1; member
137 unsigned int negative:1; member
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A 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()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A 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 …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/adc/
H A Dadc.txt10 - vdd-polarity-negative: positive reference Voltage has a negative polarity
11 - vss-polarity-negative: negative reference Voltage has a negative polarity
21 - vss-microvolts: negative reference Voltage value [uV]
/OK3568_Linux_fs/kernel/sound/mips/
H A Dad1843.c112 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()
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsreal.h68 bool negative = m_sig < 0; variable
71 if (negative != other_negative)
72 return negative > other_negative;
75 return negative ? !r : r;
136 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
137 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsreal.h68 bool negative = m_sig < 0; variable
71 if (negative != other_negative)
72 return negative > other_negative;
75 return negative ? !r : r;
136 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
137 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
/OK3568_Linux_fs/u-boot/include/
H A Dfixp-arith.h50 bool negative = false; in __fixp_sin32() local
53 negative = true; in __fixp_sin32()
61 return negative ? -ret : ret; in __fixp_sin32()
/OK3568_Linux_fs/buildroot/package/unscd/
H A Dnscd.conf10 negative-time-to-live passwd 20
16 negative-time-to-live group 60
29 negative-time-to-live hosts 20
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch4 Subject: [PATCH 54/93] HACK: Use negative value for dynamic repaint window
6 Support using negative value for a vblank based dynamic repaint window:
7 When negative, repaint-window = vblank-duration - abs(repaint-window)
37 + /* HACK: Use negative value for dynamic repaint window */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0051-HACK-Use-negative-value-for-dynamic-repaint-window.patch4 Subject: [PATCH 51/79] HACK: Use negative value for dynamic repaint window
6 Support using negative value for a vblank based dynamic repaint window:
7 When negative, repaint-window = vblank-duration - abs(repaint-window)
37 + /* HACK: Use negative value for dynamic repaint window */
/OK3568_Linux_fs/buildroot/package/weston/
H A D0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch4 Subject: [PATCH 54/93] HACK: Use negative value for dynamic repaint window
6 Support using negative value for a vblank based dynamic repaint window:
7 When negative, repaint-window = vblank-duration - abs(repaint-window)
37 + /* HACK: Use negative value for dynamic repaint window */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dbuffer_distance_symmetric.hpp62 return negative() ? geometry::math::abs(m_distance) : m_distance; in apply()
68 return negative() ? -1 : 1; in factor()
72 inline bool negative() const in negative() function in boost::geometry::strategy::buffer::distance_symmetric
H A Dbuffer_distance_asymmetric.hpp64 return negative() ? math::abs(result) : result; in apply()
70 return negative() ? -1 : 1; in factor()
74 inline bool negative() const in negative() function in boost::geometry::strategy::buffer::distance_asymmetric
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_backlight.c22 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A 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()
525 bool negative = arg.value < 0; in dc_fixpt_truncate() local
532 if (negative) in dc_fixpt_truncate()
535 if (negative) in dc_fixpt_truncate()
/OK3568_Linux_fs/kernel/Documentation/fb/
H A 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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfixp-arith.h51 bool negative = false; in __fixp_sin32() local
54 negative = true; in __fixp_sin32()
62 return negative ? -ret : ret; in __fixp_sin32()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Damd-memory-encryption.rst88 Returns: 0 on success, -negative on error
99 Returns: 0 on success, -negative on error
114 On success, the 'handle' field contains a new handle and on error, a negative value.
130 Returns: 0 on success, -negative on error
153 Returns: 0 on success, -negative on error
170 Returns: 0 on success, -negative on error
180 Returns: 0 on success, -negative on error
211 Returns: 0 on success, -negative on error
231 Returns: 0 on success, -negative on error
251 Returns: 0 on success, -negative on error
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpicoder.c560 int negative; in mpi_print() local
572 negative = 1; in mpi_print()
574 negative = 0; in mpi_print()
587 if (negative) { in mpi_print()
645 if (negative) in mpi_print()
675 if (negative) { in mpi_print()
720 if (buffer && 2*n + extra + negative + 1 > len) { in mpi_print()
727 if (negative) in mpi_print()
744 *nwritten = 2*n + extra + negative + 1; in mpi_print()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch238 + if (negative) {
266 if (negative)
267 uO.jflag = FALSE, negative = 0;
274 + if (negative) {
302 if (negative) {
338 + if (negative) {
366 if (negative)
367 uO.lflag = -2, negative = 0;
374 + if (negative) {
402 if (negative)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tar/tar/
H A DCVE-2022-48303.patch34 - || *where == '\377' /* negative base-256 */)
37 + || *where == '\377' /* negative base-256 */))
40 represented as (256**DIGS)/2 + N; a negative number -N is
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_str_proc.c226 u8 negative = 0; in hal_get_s1bint_fromstr_indec() local
234 negative = 1; in hal_get_s1bint_fromstr_indec()
243 if (negative) in hal_get_s1bint_fromstr_indec()

12345678910>>...17