/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_temp.h | 20 .sign = 's', \
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_temp.h | 20 .sign = 's', \
|
/third_party/FreeBSD/lib/libc/aarch64/ |
H A D | _fpmath.h | 34 unsigned int sign :1; member
|
/third_party/musl/src/math/i386/ |
H A D | acosf.s | 11 fabs # fix sign of zero (matters in downward rounding mode)
|
H A D | acosl.s | 11 fabs # fix sign of zero (matters in downward rounding mode)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | opcode.c | 30 .sign = OP_##SG, \
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | log_base.hpp | 37 GLM_FUNC_DECL vecType<T, P> sign(
|
/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_certificate.cpp | 348 const char *sign = OBJ_nid2sn(signNid); in SetSignatureAlgorithm() local 349 if (!sign) { in SetSignatureAlgorithm() 353 signatureAlgorithm_ = sign; in SetSignatureAlgorithm()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 226 int32_t sign = 0; in Unmarshalling() local 228 if (!Unmarshal(data, sign, value)) { in Unmarshalling() 231 output = BigInt(sign, std::move(value)); in Unmarshalling()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | stanh.S | 26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and 36 | sgn := sign(X), y := 2|X|, z := exp(Y), 42 | sgn := sign(X), Tiny := 2**(-126),
|
H A D | sgetem.S | 50 bclrl #15,%d0 |clear the sign bit 81 movew LOCAL_EX(%a0),%d0 |get the exp (really just want sign bit) 84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_add_sub.c | 80 /* sign depends upon rounding mode */ in FPU_add() 133 u_char taga, tagb, signa, signb, saved_sign, sign; in FPU_sub() local 191 /* sign depends upon rounding mode */ in FPU_sub() 196 sign = signa ^ SIGN_NEG; in FPU_sub() 198 FPU_u_sub(b, a, dest, control_w, sign, expb, in FPU_sub() 291 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 301 setsign(dest, signb); /* signb may differ from the sign of b. */ in add_sub_specials() 313 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 319 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 326 setsign(dest, signb); /* signb may differ from the sign o in add_sub_specials() [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stanh.S | 26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and 36 | sgn := sign(X), y := 2|X|, z := exp(Y), 42 | sgn := sign(X), Tiny := 2**(-126),
|
H A D | sgetem.S | 50 bclrl #15,%d0 |clear the sign bit 81 movew LOCAL_EX(%a0),%d0 |get the exp (really just want sign bit) 84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | cytherm.c | 114 #define SIGN 0x34 /* RAM location for temperature sign */ 125 int temp, sign; in temp_show() local 137 /* read sign */ in temp_show() 141 sign = buffer[1]; in temp_show() 145 return sprintf(buf, "%c%i.%i", sign ? '-' : '+', temp >> 1, in temp_show()
|
/kernel/linux/linux-5.10/include/linux/iio/imu/ |
H A D | adis.h | 460 .sign = 'u', \ 484 .sign = 'u', \ 502 .sign = 's', \
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-trace-vp9.h | 223 "sign %s\n" 234 __print_array(__entry->p.sign, 235 ARRAY_SIZE(__entry->p.sign), 236 sizeof(__entry->p.sign[0])),
|
/kernel/linux/linux-6.6/include/linux/iio/imu/ |
H A D | adis.h | 457 .sign = 'u', \ 481 .sign = 'u', \ 499 .sign = 's', \
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | cytherm.c | 114 #define SIGN 0x34 /* RAM location for temperature sign */ 125 int temp, sign; in temp_show() local 137 /* read sign */ in temp_show() 141 sign = buffer[1]; in temp_show() 145 return sprintf(buf, "%c%i.%i", sign ? '-' : '+', temp >> 1, in temp_show()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_add_sub.c | 80 /* sign depends upon rounding mode */ in FPU_add() 133 u_char taga, tagb, signa, signb, saved_sign, sign; in FPU_sub() local 191 /* sign depends upon rounding mode */ in FPU_sub() 196 sign = signa ^ SIGN_NEG; in FPU_sub() 198 FPU_u_sub(b, a, dest, control_w, sign, expb, in FPU_sub() 291 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 301 setsign(dest, signb); /* signb may differ from the sign of b. */ in add_sub_specials() 313 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 319 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials() 326 setsign(dest, signb); /* signb may differ from the sign o in add_sub_specials() [all...] |
/kernel/linux/linux-6.6/drivers/iio/chemical/ |
H A D | sgp40.c | 105 int sign = 1; in sgp40_exp() local 111 sign = -1; in sgp40_exp() 134 if (sign == -1) in sgp40_exp()
|
/kernel/linux/linux-6.6/drivers/iio/position/ |
H A D | hid-sensor-custom-intel-hinge.c | 68 .sign = 's', 81 .sign = 's', 94 .sign = 's',
|
/third_party/libsnd/src/ |
H A D | ima_oki_adpcm.c | 103 { int delta, sign = 0, code ; in adpcm_encode() local 108 { sign = 8 ; in adpcm_encode() 113 code = sign | SF_MIN (code, 7) ; in adpcm_encode()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-x509.js | 234 assert(signer.sign(key, 'hex')); 239 assert(signer1.sign(key, 'hex')); 244 assert(signer2.sign(key, 'hex'));
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | strptime.c | 83 int sign = 1; in __getgmtoff() local 91 sign = -1; in __getgmtoff() 126 tm->__tm_gmtoff = sign * (h * __STRPTIME_SECOND_IN_HOUR + m * __STRPTIME_TIME_BASE); in __getgmtoff()
|