/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_intern.c | 26 int sign = 1; in bn_compute_wNAF() local 51 sign = -1; in bn_compute_wNAF() 118 r[j++] = sign * digit; in bn_compute_wNAF()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_intern.c | 26 int sign = 1; in bn_compute_wNAF() local 51 sign = -1; in bn_compute_wNAF() 118 r[j++] = sign * digit; in bn_compute_wNAF()
|
/third_party/optimized-routines/math/ |
H A D | v_sin.c | 52 v_u64_t sign, odd, cmp; in sin() local 55 sign = v_as_u64_f64 (x) & ~AbsMask; in sin() 78 /* sign. */ in sin() 79 y = v_as_f64_u64 (v_as_u64_f64 (y) ^ sign ^ odd); in sin()
|
H A D | v_sinf.c | 44 v_u32_t sign, odd, cmp; in sinf() local 47 sign = v_as_u32_f32 (x) & ~AbsMask; in sinf() 67 /* sign fix */ in sinf() 68 y = v_as_f32_u32 (v_as_u32_f32 (y) ^ sign ^ odd); in sinf()
|
/third_party/tzdata/ |
H A D | leapseconds.awk | 92 sign = "23:59:60\t+" 94 sign = "23:59:59\t-" 98 ss_year, monthabbr[ss_month], ss_mday, sign
|
/third_party/python/Lib/tomllib/ |
H A D | _re.py | 89 sign = 1 if sign_str == "+" else -1 92 hours=sign * int(hour_str), 93 minutes=sign * int(minute_str),
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_fixed.cc | 93 const char sign = (offset_seconds < 0 ? '-' : '+'); in FixedOffsetToName() local 96 if (sign == '-') { in FixedOffsetToName() 109 *ep++ = sign; in FixedOffsetToName()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | lrint.c | 57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local 61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
|
H A D | tanhl.c | 13 unsigned sign = u.i.se & 0x8000; in tanhl() local 40 return sign ? -t : t; in tanhl()
|
/third_party/musl/src/math/ |
H A D | lrint.c | 57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local 61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
|
H A D | tanhl.c | 13 unsigned sign = u.i.se & 0x8000; in tanhl() local 40 return sign ? -t : t; in tanhl()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_vp9.c | 31 int position, sign; in cbs_vp9_read_s() local 44 sign = get_bits1(gbc); in cbs_vp9_read_s() 45 value = sign ? -(int32_t)magnitude : magnitude; in cbs_vp9_read_s() 52 bits[i] = sign ? '1' : '0'; in cbs_vp9_read_s() 68 int sign; in cbs_vp9_write_s() local 73 sign = value < 0; in cbs_vp9_write_s() 74 magnitude = sign ? -value : value; in cbs_vp9_write_s() 81 bits[i] = sign ? '1' : '0'; in cbs_vp9_write_s() 89 put_bits(pbc, 1, sign); in cbs_vp9_write_s()
|
H A D | ffv1dec_template.c | 51 int diff, context, sign; in decode_line() local 61 sign = 1; in decode_line() 63 sign = 0; in decode_line() 119 if (sign) in decode_line()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberFormatterImpl.java | 195 boolean isAccounting = macros.sign == SignDisplay.ACCOUNTING in macrosToMicroGenerator() 196 || macros.sign == SignDisplay.ACCOUNTING_ALWAYS in macrosToMicroGenerator() 197 || macros.sign == SignDisplay.ACCOUNTING_EXCEPT_ZERO in macrosToMicroGenerator() 198 || macros.sign == SignDisplay.ACCOUNTING_NEGATIVE; in macrosToMicroGenerator() 338 if (macros.sign != null) { in macrosToMicroGenerator() 339 micros.sign = macros.sign; in macrosToMicroGenerator() 341 micros.sign = SignDisplay.AUTO; in macrosToMicroGenerator() 373 patternMod.setPatternAttributes(micros.sign, isPermille, approximately); in macrosToMicroGenerator()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_formatimpl.cpp | 142 macros.sign == UNUM_SIGN_ACCOUNTING || in macrosToMicroGenerator() 143 macros.sign == UNUM_SIGN_ACCOUNTING_ALWAYS || in macrosToMicroGenerator() 144 macros.sign == UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO || in macrosToMicroGenerator() 145 macros.sign == UNUM_SIGN_ACCOUNTING_NEGATIVE; in macrosToMicroGenerator() 318 if (macros.sign != UNUM_SIGN_COUNT) { in macrosToMicroGenerator() 319 fMicros.sign = macros.sign; in macrosToMicroGenerator() 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator() 362 patternModifier->setPatternAttributes(fMicros.sign, isPermille, macros.approximately); in macrosToMicroGenerator()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_formatimpl.cpp | 142 macros.sign == UNUM_SIGN_ACCOUNTING || in macrosToMicroGenerator() 143 macros.sign == UNUM_SIGN_ACCOUNTING_ALWAYS || in macrosToMicroGenerator() 144 macros.sign == UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO || in macrosToMicroGenerator() 145 macros.sign == UNUM_SIGN_ACCOUNTING_NEGATIVE; in macrosToMicroGenerator() 318 if (macros.sign != UNUM_SIGN_COUNT) { in macrosToMicroGenerator() 319 fMicros.sign = macros.sign; in macrosToMicroGenerator() 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator() 362 patternModifier->setPatternAttributes(fMicros.sign, isPermille, macros.approximately); in macrosToMicroGenerator()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_formatimpl.cpp | 142 macros.sign == UNUM_SIGN_ACCOUNTING || in macrosToMicroGenerator() 143 macros.sign == UNUM_SIGN_ACCOUNTING_ALWAYS || in macrosToMicroGenerator() 144 macros.sign == UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO || in macrosToMicroGenerator() 145 macros.sign == UNUM_SIGN_ACCOUNTING_NEGATIVE; in macrosToMicroGenerator() 318 if (macros.sign != UNUM_SIGN_COUNT) { in macrosToMicroGenerator() 319 fMicros.sign = macros.sign; in macrosToMicroGenerator() 321 fMicros.sign = UNUM_SIGN_AUTO; in macrosToMicroGenerator() 359 patternModifier->setPatternAttributes(fMicros.sign, isPermille); in macrosToMicroGenerator()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | randdec.py | 35 # sign ::= '+' | '-' 41 # exponent-part ::= indicator [sign] digits 45 # numeric-string ::= [sign] numeric-value | [sign] nan 54 def sign(): function 87 return ''.join((indicator(), sign(), expdigits(maxexp))) 112 return ''.join((sign(), nan())) 114 return ''.join((sign(), numeric_value(maxprec, maxexp))) 124 return ''.join((sign(), d, 'E', exp)) 133 sign [all...] |
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_cross_test.cpp | 267 uint8_t sign[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 268 struct HksBlob signedData = { CROSS_COMMON_SIZE, sign }; in HWTEST_F() 311 uint8_t sign[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 312 struct HksBlob signedData = { CROSS_COMMON_SIZE, sign }; in HWTEST_F() 358 uint8_t sign[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 359 struct HksBlob signedData = { CROSS_COMMON_SIZE, sign }; in HWTEST_F() 403 uint8_t sign[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 404 struct HksBlob signedData = { CROSS_COMMON_SIZE, sign }; in HWTEST_F() 447 uint8_t sign[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 448 struct HksBlob signedData = { CROSS_COMMON_SIZE, sign }; in HWTEST_F() 491 uint8_t sign[CROSS_COMMON_SIZE] = {0}; HWTEST_F() local 535 uint8_t sign[CROSS_COMMON_SIZE] = {0}; HWTEST_F() local 579 uint8_t sign[CROSS_COMMON_SIZE] = {0}; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bindec.S | 12 | value in memory; d0 contains the k-factor sign-extended 22 | A1. Set RM and size ext; Set SIGMA = sign of input. 56 | sign of ISCALE, used in A9. Fp1 contains 106 | A16. Write sign bits to final string. 168 | A1. Set RM and size ext. Set SIGMA = sign input; 176 movel (%a0),L_SCR2(%a6) |save exponent for sign check 187 andiw #0x7fff,%d0 |strip sign of normalized exp 203 andiw #0x7fff,%d0 |strip sign of normalized exp 306 tstl %d7 |branch on sign of k 315 tstl %d4 |LEN check: branch on sign o [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bindec.S | 12 | value in memory; d0 contains the k-factor sign-extended 22 | A1. Set RM and size ext; Set SIGMA = sign of input. 56 | sign of ISCALE, used in A9. Fp1 contains 106 | A16. Write sign bits to final string. 168 | A1. Set RM and size ext. Set SIGMA = sign input; 176 movel (%a0),L_SCR2(%a6) |save exponent for sign check 187 andiw #0x7fff,%d0 |strip sign of normalized exp 203 andiw #0x7fff,%d0 |strip sign of normalized exp 306 tstl %d7 |branch on sign of k 315 tstl %d4 |LEN check: branch on sign o [all...] |
/kernel/linux/common_modules/pac/include/ |
H A D | asm_pointer_auth_context.h | 81 /* sign sp, lr of cpu context. */ 91 .macro sign_cpu_context sign=0 92 pac_cpu_context \sign 104 /* sign lr, sp, pc, pstate of compat task */ 118 /* sign x16, x17, lr, sp, pc, pstate of task */ 155 /* Call the sign or auth function. */ 164 .macro sign_pt_regs, el, sign=0 variable 165 pac_pt_regs \el, \sign
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | adc-joystick.c | 37 bool sign; in adc_joystick_handle() local 45 sign = tolower(joy->chans[i].channel->scan_type.sign) == 's'; in adc_joystick_handle() 70 if (sign) in adc_joystick_handle()
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | cros_ec_accel_legacy.c | 67 st->sign[i]; in cros_ec_accel_legacy_read_cmd() 192 .sign = 's', \ 234 state->sign[CROS_EC_SENSOR_X] = -1; in cros_ec_accel_legacy_probe() 235 state->sign[CROS_EC_SENSOR_Z] = -1; in cros_ec_accel_legacy_probe()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | cros_ec_accel_legacy.c | 67 st->sign[i]; in cros_ec_accel_legacy_read_cmd() 192 .sign = 's', \ 234 state->sign[CROS_EC_SENSOR_X] = -1; in cros_ec_accel_legacy_probe() 235 state->sign[CROS_EC_SENSOR_Z] = -1; in cros_ec_accel_legacy_probe()
|