Home
last modified time | relevance | path

Searched defs:sign (Results 326 - 350 of 731) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-memop-rs-a32.cc141 Sign sign; member
3398 Sign sign = kTests[i].operands.sign; in TestHelper() local
/third_party/python/Python/
H A Dpyhash.c94 int e, sign; in _Py_HashDouble() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc233 string_view sign = SignColumn(as_digits.is_negative(), conv); in ConvertIntImplInnerSlow() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs179 pub mod sign; modules
H A Dcms.rs172 pub fn sign<T>( in sign() functions
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp183 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() local
245 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp121 inline int sign (void) const { return signBit() ? -1 : 1; } in sign() function in tcu::Float
199 zero(int sign) zero() argument
206 inf(int sign) inf() argument
219 largestNormal(int sign) largestNormal() argument
226 smallestNormal(int sign) smallestNormal() argument
234 construct(int sign, int exponent, StorageType mantissa) construct() argument
255 constructBits(int sign, int exponent, StorageType mantissaBits) constructBits() argument
[all...]
H A DtcuVectorUtil.hpp68 inline float sign (float f) { return (f < 0.0f) ? -1.0f : ((f > 0.0f) ? +1.0f : 0.0f); } in sign() function
/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp188 bool SignatureVerifier::VerifyRsa(RSA* pubkey, const std::string& digest, const std::string& sign) in VerifyRsa() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_sign_test.cpp435 HcfSign *sign = nullptr; in HWTEST_F() local
446 HcfSign *sign = nullptr; in HWTEST_F() local
459 HcfSign *sign = nullptr; HWTEST_F() local
470 HcfSign *sign = nullptr; HWTEST_F() local
483 HcfSign *sign = nullptr; HWTEST_F() local
496 HcfSign *sign = nullptr; HWTEST_F() local
510 HcfSign *sign = nullptr; HWTEST_F() local
524 HcfSign *sign = nullptr; HWTEST_F() local
560 HcfSign *sign = nullptr; HWTEST_F() local
603 HcfSign *sign = nullptr; HWTEST_F() local
644 HcfSign *sign = nullptr; HWTEST_F() local
685 HcfSign *sign = nullptr; HWTEST_F() local
726 HcfSign *sign = nullptr; HWTEST_F() local
771 HcfSign *sign = nullptr; HWTEST_F() local
812 HcfSign *sign = nullptr; HWTEST_F() local
853 HcfSign *sign = nullptr; HWTEST_F() local
890 HcfSign *sign = nullptr; HWTEST_F() local
931 HcfSign *sign = nullptr; HWTEST_F() local
972 HcfSign *sign = nullptr; HWTEST_F() local
1013 HcfSign *sign = nullptr; HWTEST_F() local
1054 HcfSign *sign = nullptr; HWTEST_F() local
1095 HcfSign *sign = nullptr; HWTEST_F() local
1131 HcfSign *sign = nullptr; HWTEST_F() local
1172 HcfSign *sign = nullptr; HWTEST_F() local
1213 HcfSign *sign = nullptr; HWTEST_F() local
1254 HcfSign *sign = nullptr; HWTEST_F() local
1295 HcfSign *sign = nullptr; HWTEST_F() local
1336 HcfSign *sign = nullptr; HWTEST_F() local
1372 HcfSign *sign = nullptr; HWTEST_F() local
1413 HcfSign *sign = nullptr; HWTEST_F() local
1454 HcfSign *sign = nullptr; HWTEST_F() local
1495 HcfSign *sign = nullptr; HWTEST_F() local
1536 HcfSign *sign = nullptr; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_asy_key_generator_by_spec_sub_test.cpp850 HcfSign *sign = nullptr; in HWTEST_F() local
[all...]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ecc.c451 static EVP_PKEY_CTX *InitEcdsaCtx(const struct HksBlob *mainKey, uint32_t digest, bool sign, uint32_t len) in InitEcdsaCtx() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_rsa.c456 HksMbedtlsRsaSignVerify(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool sign, struct HksBlob *signature) HksMbedtlsRsaSignVerify() argument
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_ecc_helper.c215 static EC_KEY *EccInitKey(const struct HksBlob *keyBlob, bool sign) in EccInitKey() argument
260 static EVP_MD_CTX *InitEccMdCtx(const struct HksBlob *mainKey, uint32_t digest, bool sign) in InitEccMdCtx() argument
333 static EVP_PKEY_CTX *InitEcdsaCtx(const struct HksBlob *mainKey, bool sign, uint32_t len) in InitEcdsaCtx() argument
/third_party/ffmpeg/libavcodec/
H A Daptx.c469 int32_t sign, same_sign[2], weight[2], sw1, range; in aptx_process_subband() local
H A Dalac.c226 int sign; in lpc_prediction() local
H A Dmsmpeg4dec.c79 int code, val, sign, shift; in msmpeg4v2_decode_motion() local
736 int sign; in ff_msmpeg4_decode_block() local
H A Dmsmpeg4enc.c341 int range, bit_size, sign, code, bits; in msmpeg4v2_encode_motion() local
497 int sign, code; in msmpeg4_encode_dc() local
562 int last_non_zero, sign, slevel; in ff_msmpeg4_encode_block() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_blurdetect.c129 int sign; in edge_width() local
/third_party/ffmpeg/libavformat/
H A Davc.c364 int sign = -(v & 1); in get_se_golomb() local
/third_party/glfw/examples/
H A Dheightmap.c294 float sign; in generate_heightmap__circle() local
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp236 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { in sign() function in NumberFormatterSettings
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() function in NumberFormatterSettings
/third_party/libsnd/src/G72x/
H A Dg72x.c378 reconstruct( int sign, int dqln, int y) reconstruct() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-conversion.c408 bool sign = false; /* positive */ in ecma_utf8_string_to_number() local
767 const bool sign = ecma_number_is_negative (num); in ecma_number_to_uint32() local
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...30