Home
last modified time | relevance | path

Searched defs:sign (Results 351 - 375 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/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
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h144 const hi_u8 *sign; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_upg_file.h87 hi_u8 sign[RSA_2048_LEN]; /**< RSA signature.CNcomment:RSA签名。CNend */ member
158 upg_rsa_sign sign; /**< Sign of rsa.CNcomment:RSA算法签名。CNend */ member
163 upg_ecc_sign sign; /**< Sign of ecc.CNcomment:ECC算法签名。CNend */ member
168 upg_sha256_sign sign; /**< Hash of sha256.CNcomment:SHA256算法哈希值。CNend */ member
184 } sign; member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_boot_bin.h86 hi_u8 sign[RSA_4096_LENGTH]; /* Signature of Subkey. */ member
/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...]
H A Decma-helpers-number.c52 ecma_number_pack (bool sign, /**< sign */ in ecma_number_pack() argument
115 ecma_number_pack(bool sign, uint32_t biased_exp, uint64_t fraction) ecma_number_pack() argument
208 bool sign; ecma_number_get_sign_field() local
266 ecma_number_make_infinity(bool sign) ecma_number_make_infinity() argument
436 ecma_number_make_from_sign_mantissa_and_exponent(bool sign, uint64_t mantissa, int32_t exponent) ecma_number_make_from_sign_mantissa_and_exponent() argument
602 const bool sign = ecma_number_is_negative (num); ecma_number_trunc() local
747 int sign = 1; ecma_number_parse_int() local
918 bool sign = false; ecma_number_parse_float() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c350 nir_ssa_def *sign = nir_fsign(nb, src[0]); in handle_glsl450_alu() local
375 nir_ssa_def *sign = nir_fsign(nb, src[0]); in handle_glsl450_alu() local
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c102 uint32_t sign = ((uint32_t)(val & 0x8000)) << 16; in float16i() local

Completed in 27 milliseconds

1...<<11121314151617181920>>...31