Home
last modified time | relevance | path

Searched refs:sign (Results 476 - 500 of 1887) sorted by relevance

1...<<11121314151617181920>>...76

/kernel/linux/linux-6.6/drivers/firmware/
H A Discsi_ibft_find.c38 char *sign; member
81 if (memcmp(virt + (pos - virt_pos), ibft_signs[i].sign, in reserve_ibft_region()
/third_party/fsverity-utils/scripts/
H A Ddo-release.sh59 git tag --sign "v$VERS" --message="$PKG"
69 gpg --detach-sign --armor "$PKG.tar"
/third_party/musl/src/math/
H A Dcbrtl.c36 int sign = u.i.se & 0x8000; in cbrtl() local
69 v.i.se = sign | (0x3fff + e/3); in cbrtl()
H A Dasinl.c39 int sign = u.i.se >> 15; in asinl() local
69 return sign ? -x : x; in asinl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dasinl.c39 int sign = u.i.se >> 15; in asinl() local
69 return sign ? -x : x; in asinl()
H A Dcbrtl.c36 int sign = u.i.se & 0x8000; in cbrtl() local
69 v.i.se = sign | (0x3fff + e/3); in cbrtl()
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/
H A Dsupports-colors.js95 if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(function(sign) {
96 return sign in env;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-data-view-gen.h40 TNode<Uint32T> DataViewEncodeBigIntBits(bool sign, int32_t digits) { in DataViewEncodeBigIntBits() argument
41 return Unsigned(Int32Constant(BigInt::SignBits::encode(sign) | in DataViewEncodeBigIntBits()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_data_test.h129 unsigned sign : 1; member
140 unsigned sign : 1; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c105 tmp_type.sign = src_type.sign; in lp_build_fetch_rgba_aos_array()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_sign.c45 if (eckey->meth->sign != NULL) in ECDSA_sign_ex()
46 return eckey->meth->sign(type, dgst, dlen, sig, siglen, kinv, r, eckey); in ECDSA_sign_ex()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_mime.c37 if (p7->d.sign == NULL) in SMIME_write_PKCS7()
39 mdalgs = p7->d.sign->md_algs; in SMIME_write_PKCS7()
/third_party/openssl/crypto/ec/
H A Decdsa_sign.c45 if (eckey->meth->sign != NULL) in ECDSA_sign_ex()
46 return eckey->meth->sign(type, dgst, dlen, sig, siglen, kinv, r, eckey); in ECDSA_sign_ex()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_mime.c37 if (p7->d.sign == NULL) in SMIME_write_PKCS7()
39 mdalgs = p7->d.sign->md_algs; in SMIME_write_PKCS7()
/third_party/rust/crates/nom/tests/
H A Dfloat.rs23 |(sign, value)| { in float()
24 sign in float()
/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.c511 int sign = 0; in quant_band_template() local
514 sign = x[0] < 0; in quant_band_template()
515 ff_opus_rc_put_raw(rc, sign, 1); in quant_band_template()
517 sign = ff_opus_rc_get_raw(rc, 1); in quant_band_template()
521 x[0] = 1.0f - 2.0f*sign; in quant_band_template()
681 int sign = 0; in quant_band_template() local
695 sign = x2[0]*y2[1] - x2[1]*y2[0] < 0; in quant_band_template()
696 ff_opus_rc_put_raw(rc, sign, 1); in quant_band_template()
698 sign = ff_opus_rc_get_raw(rc, 1); in quant_band_template()
701 sign in quant_band_template()
[all...]
/third_party/node/deps/v8/src/temporal/
H A Dtemporal-parser.cc282 int32_t sign = (CanonicalSign(str[s]) == '-') ? -1 : 1; in ScanDateExtendedYear() local
283 *out = sign * (ToInt(str[s + 1]) * 100000 + ToInt(str[s + 2]) * 10000 + in ScanDateExtendedYear()
409 int32_t sign = (CanonicalSign(str[cur++]) == '-') ? -1 : 1; in ScanTimeZoneNumericUTCOffset()
414 r->tzuo_sign = sign; in ScanTimeZoneNumericUTCOffset()
424 r->tzuo_sign = sign; in ScanTimeZoneNumericUTCOffset()
434 r->tzuo_sign = sign; in ScanTimeZoneNumericUTCOffset()
441 r->tzuo_sign = sign; in ScanTimeZoneNumericUTCOffset()
449 r->tzuo_sign = sign; in ScanTimeZoneNumericUTCOffset()
588 Char sign = str[cur++]; in ScanEtcGMTAsciiSignHour() local
589 if (!IsAsciiSign(sign)) retur in ScanEtcGMTAsciiSignHour()
1174 int32_t sign = ScanDuration() local
[all...]
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs194 sn = 1.0; /* sign of result */ in powf()
412 let sign: i32 = 0x80000000u32 as i32; in sqrtf()
430 if (ix & !sign) == 0 { in sqrtf()
749 let mut s: f64 = 1.0; /* sign of result */ in powd()
1093 let sign: Wrapping<u32> = Wrapping(0x80000000); in sqrtd()
1115 if ((ix0 & !(sign.0 as i32)) | ix1.0 as i32) == 0 { in sqrtd()
1144 ix0 += ix0 + ((ix1 & sign) >> 31).0 as i32; in sqrtd()
1150 ix0 += ix0 + ((ix1 & sign) >> 31).0 as i32; in sqrtd()
1165 ix0 += ix0 + ((ix1 & sign) >> 31).0 as i32; in sqrtd()
1170 r = sign; in sqrtd()
[all...]
/third_party/python/Objects/
H A Dlongobject.c208 Py_ssize_t sign = x < 0 ? -1: 1; in _PyLong_FromMedium() local
210 _PyObject_InitVar((PyVarObject*)v, &PyLong_Type, sign); in _PyLong_FromMedium()
219 int sign; in _PyLong_FromLarge() local
226 sign = -1; in _PyLong_FromLarge()
230 sign = 1; in _PyLong_FromLarge()
243 Py_SET_SIZE(v, ndigits * sign); in _PyLong_FromLarge()
446 On overflow, return -1 and set *overflow to 1 or -1 depending on the sign of
461 int sign; in PyLong_AsLongAndOverflow() local
494 sign = 1; in PyLong_AsLongAndOverflow()
497 sign in PyLong_AsLongAndOverflow()
572 int sign; PyLong_AsSsize_t() local
715 int sign; _PyLong_AsUnsignedLongMask() local
1292 int sign; _PyLong_AsUnsignedLongLongMask() local
1358 int sign; PyLong_AsLongLongAndOverflow() local
2272 int sign = 1, error_if_nonzero = 0; PyLong_FromString() local
3104 Py_ssize_t sign = Py_SIZE(a) - Py_SIZE(b); long_compare() local
3136 int sign; long_hash() local
3231 int sign = 1; x_sub() local
[all...]
/third_party/openssl/test/
H A Dacvp_test.c214 ECDSA_SIG *sign = d2i_ECDSA_SIG(NULL, &sig, sig_len); in get_ecdsa_sig_rs_bytes() local
216 if (sign == NULL) in get_ecdsa_sig_rs_bytes()
218 r1 = ECDSA_SIG_get0_r(sign); in get_ecdsa_sig_rs_bytes()
219 s1 = ECDSA_SIG_get0_s(sign); in get_ecdsa_sig_rs_bytes()
243 ECDSA_SIG_free(sign); in get_ecdsa_sig_rs_bytes()
279 ECDSA_SIG *sign = NULL; in ecdsa_sigver_test() local
289 if (!TEST_ptr(sign = ECDSA_SIG_new()) in ecdsa_sigver_test()
292 || !TEST_true(ECDSA_SIG_set0(sign, rbn, sbn))) in ecdsa_sigver_test()
296 ret = TEST_int_gt((sig_len = i2d_ECDSA_SIG(sign, &sig)), 0) in ecdsa_sigver_test()
306 ECDSA_SIG_free(sign); in ecdsa_sigver_test()
557 DSA_SIG *sign = d2i_DSA_SIG(NULL, &sig, sig_len); get_dsa_sig_rs_bytes() local
620 DSA_SIG *sign = NULL; dsa_sigver_test() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S25 | Set the sign according to SE. Subtract 16 to compensate
31 | adds and muls in FP0. Set the sign according to SM.
59 | exponent sign is positive, and dividing FP0 by FP1 if
126 | 3. Correct for exponent sign.
173 | 2. Correct for mantissa sign.
228 | Check the sign of the mant and make the value in fp0 the same sign.
231 btst #31,(%a0) |test sign of the mantissa
245 | 1. Branch on the sign of the adjusted exponent.
281 | routine is necessary. If so, then check the sign o
[all...]
H A Dsint.S40 | for the given sign and rounding mode.
149 | Input is less than zero. Restore sign, and check for directed
155 tstb LOCAL_SGN(%a0) |check for sign
182 tstb LOCAL_SGN(%a0) |check for sign
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddecbin.S25 | Set the sign according to SE. Subtract 16 to compensate
31 | adds and muls in FP0. Set the sign according to SM.
59 | exponent sign is positive, and dividing FP0 by FP1 if
126 | 3. Correct for exponent sign.
173 | 2. Correct for mantissa sign.
228 | Check the sign of the mant and make the value in fp0 the same sign.
231 btst #31,(%a0) |test sign of the mantissa
245 | 1. Branch on the sign of the adjusted exponent.
281 | routine is necessary. If so, then check the sign o
[all...]
H A Dsint.S40 | for the given sign and rounding mode.
149 | Input is less than zero. Restore sign, and check for directed
155 tstb LOCAL_SGN(%a0) |check for sign
182 tstb LOCAL_SGN(%a0) |check for sign
/third_party/python/Python/
H A Dpystrtod.c22 "infinity", with an optional leading sign of "+" or "-". On success,
117 * is returned (according to the sign of the value), and %ERANGE is
197 /* We process the optional sign manually, then pass the remainder to in _PyOS_ascii_strtod()
199 has the correct sign. (bug #1725) */ in _PyOS_ascii_strtod()
201 /* Process leading sign, if present */ in _PyOS_ascii_strtod()
496 /* Skip over the exponent and the sign. */ in ensure_minimum_exponent_length()
560 /* Skip leading sign, if present */ in remove_trailing_zeros()
609 /* Skip leading sign, if present. I think this could only in ensure_decimal_point()
850 1 for a possible sign in PyOS_double_to_string()
884 /* 3 for 'inf'/'nan', 1 for sign, in PyOS_double_to_string()
1017 int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0; format_float_short() local
[all...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...76