Home
last modified time | relevance | path

Searched defs:sign (Results 101 - 125 of 765) sorted by relevance

12345678910>>...31

/third_party/musl/src/math/
H A Djn.c44 int nm1, i, sign; in jn() local
218 int nm1, sign, i; in yn() local
[all...]
H A Djnf.c22 int nm1, sign, i; in jnf() local
165 int nm1, sign, i; in ynf() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2f.c49 int n, sign, e0; in __rem_pio2f() local
H A Dtgamma.c114 int sign = u.i>>63; in tgamma() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-double-to-string.cpp402 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Ddtoa.cc31 DoubleToAscii(double v, DtoaMode mode, int requested_digits, Vector<char> buffer, int* sign, int* length, int* point) DoubleToAscii() argument
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dfunctionalext_fcvt.c30 int decpt, sign; in fcvt_0100() local
40 int decpt, sign; in fcvt_0200() local
54 int decpt, sign; in fcvt_0300() local
69 int decpt, sign; in fcvt_0400() local
84 int decpt, sign; fcvt_0500() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistputil.c213 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, in ossl_ec_GFp_nistp_recode_scalar_bits() argument
/third_party/skia/src/core/
H A DSkHalf.cpp41 uint32_t sign = floatUnion.fUInt & sign_mask; in SkFloatToHalf() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DHalf.cpp22 unsigned int sign = (fp32i & 0x80000000) >> 16; in half() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.cpp22 unsigned int sign = (fp32i & 0x80000000) >> 16; in half() local
/third_party/openssl/demos/signature/
H A Drsa_pss_direct.c38 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() function
H A Drsa_pss_hash.c33 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() function
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib_softfloat.cpp133 uint32_t sign = (inpx & UINT32_C(0x8000)) << 16; in sf16_to_sf32() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-double-to-string.cpp395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistputil.c213 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, in ossl_ec_GFp_nistp_recode_scalar_bits() argument
/third_party/python/Modules/_decimal/libmpdec/
H A Dnumbertheory.c50 _mpd_getkernel(mpd_uint_t n, int sign, int modnum) in _mpd_getkernel() argument
76 _mpd_init_fnt_params(mpd_size_t n, int sign, int modnum) in _mpd_init_fnt_params() argument
117 _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum) in _mpd_init_w3table() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string_test.cc31 float MakeFloat(int sign, int biased_exponent, int mantissa) { in MakeFloat() argument
/third_party/python/Python/
H A Dmystrtoul.c267 char sign; in PyOS_strtol() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs30 pub fn sign<T>(data: &[u8], eckey: &EcKeyRef<T>) -> Result<EcdsaSig, ErrorStack> in sign() functions
/third_party/skia/docs/examples/
H A DColor_Type_RGBA_F16.cpp15 uint32_t sign = floatUnion.fUInt & 0x80000000u; in REG_FIDDLE() local
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeFloat16Test.c29 static float getFloat32 (deUint32 sign, deUint32 biased_exponent, deUint32 mantissa) in getFloat32() argument
42 static deFloat16 getFloat16 (deUint16 sign, deUint16 biased_exponent, deUint16 mantissa) in getFloat16() argument
H A DdeMathTest.c76 int sign; in testInt32ToFloat() local
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsigncreate_fuzzer/
H A Dhcfsigncreate_fuzzer.cpp43 HcfSign *sign = nullptr; in TestSign() local
74 HcfSign *sign = nullptr; in TestSignSm2() local
105 HcfSign *sign = nullptr; TestSignBrainpool() local
136 HcfSign *sign = nullptr; TestSignEd25519() local
158 HcfSign *sign = nullptr; HcfSignCreateFuzzTest() local
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfverifycreate_fuzzer/
H A Dhcfverifycreate_fuzzer.cpp43 HcfSign *sign = nullptr; in TestVerify() local
92 HcfSign *sign = nullptr; TestVerifySm2() local
141 HcfSign *sign = nullptr; TestVerifyBrainpool() local
190 HcfSign *sign = nullptr; TestVerifyEd25519() local
[all...]

Completed in 9 milliseconds

12345678910>>...31