/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 17 inline double FPRoundToDouble(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRoundToDouble() argument 20 sign, exponent, mantissa, round_mode); in FPRoundToDouble() 25 inline float FPRoundToFloat(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRoundToFloat() argument 28 sign, exponent, mantissa, round_mode); in FPRoundToFloat() 33 inline float16 FPRoundToFloat16(int64_t sign, int64_t exponent, in FPRoundToFloat16() argument 36 sign, exponent, mantissa, round_mode); in FPRoundToFloat16() 100 // - The sign is propagated. in FPToDouble() 106 uint64_t sign = raw >> 31; in FPToDouble() local 116 return double_pack(sign, exponent, mantissa); in FPToDouble() 134 uint32_t sign in FPToFloat() local 201 int64_t sign = float_sign(value); FPToFloat16() local 249 int64_t sign = double_sign(value); FPToFloat16() local 311 uint32_t sign = raw >> 63; FPToFloat() local 331 uint32_t sign = double_sign(value); FPToFloat() local 3988 uint32_t sign; FPRecipEstimate() local 4038 uint32_t sign; FPRecipEstimate() local 4166 uint32_t sign; frecpx() local [all...] |
/base/global/i18n/frameworks/intl/include/ |
H A D | signature_verifier.h | 41 static bool VerifyRsa(RSA* pubkey, const std::string& digest, const std::string& sign);
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | sign_impl.cpp | 51 return this->signObj_->sign(signObj_, input, output); in Sign()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
H A D | napi_sign.h | 29 explicit NapiSign(HcfSign *sign);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_common.h | 43 void SMP_NotifyCbGenSign(uint8_t status, const uint8_t *sign);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MicroProps.java | 22 public SignDisplay sign; field in MicroProps
|
/third_party/lzma/C/ |
H A D | warn_gcc.mak | 43 # -Wno-sign-conversion \
|
/third_party/node/benchmark/crypto/ |
H A D | rsa-sign-verify-throughput.js | 46 s.sign(privateKey, 'binary');
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 107 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b); in getUlpDiffIgnoreZeroSign() 109 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat()); in getUlpDiffIgnoreZeroSign() 208 return (float32Representation.sign() == +1) ? (largestRepresentableValue) : (-largestRepresentableValue); in makeFloatRepresentable() 213 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(), in makeFloatRepresentable() 543 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "sign", shaderType) in SignCase() 547 m_spec.source = "out0 = sign(in0);"; in SignCase() 853 const deUint32 sign = rnd.getUint32() & 0x1u; in getInputValues() local 854 const deUint32 value = (sign << 31) | (exp << 23) | mantissa; in getInputValues() 936 const deUint32 sign = rnd.getUint32() & 0x1u; in getInputValues() local 937 const deUint32 value = (sign << 3 in getInputValues() [all...] |
/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_ecdh_pub_test.cpp | 989 HcfSign *sign = nullptr; in HWTEST_F() local 1002 ret = HcfSignCreate("ECC_BrainPoolP256r1|SHA256", &sign); in HWTEST_F() 1004 EXPECT_NE(sign, nullptr); in HWTEST_F() 1006 ret = sign->init(sign, nullptr, keyPair->priKey); in HWTEST_F() 1009 ret = sign->update(sign, &g_inputOne); in HWTEST_F() 1012 ret = sign->sign(sign, in HWTEST_F() [all...] |
/base/security/crypto_framework/test/unittest/src/sm2/ |
H A D | crypto_sm2_asy_key_generator_by_spec_sub_test.cpp | 850 HcfSign *sign = nullptr; in HWTEST_F() local 851 res = HcfSignCreate("SM2|SM3", &sign); in HWTEST_F() 854 ASSERT_NE(sign, nullptr); in HWTEST_F() 856 res = sign->init(sign, nullptr, keyPair->priKey); in HWTEST_F() 861 res = sign->setSignSpecUint8Array(sign, SM2_USER_ID_UINT8ARR, pSource); in HWTEST_F() 865 res = sign->sign(sign, in HWTEST_F() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 178 int sign, base, add, ret; in wv_get_value() local 290 sign = get_bits1(gb); in wv_get_value() 293 return sign ? ~ret : ret; in wv_get_value() 335 unsigned int sign; in wv_get_value_float() local 348 sign = S < 0; in wv_get_value_float() 349 if (sign) in wv_get_value_float() 381 sign = 0; in wv_get_value_float() 388 sign = get_bits1(&s->gb_extra_bits); in wv_get_value_float() 391 sign = get_bits1(&s->gb_extra_bits); in wv_get_value_float() 396 *crc = *crc * 27 + S * 9 + exp * 3 + sign; in wv_get_value_float() [all...] |
H A D | jpeglsdec.c | 313 int context, sign; in ls_decode_line() local 322 sign = 1; in ls_decode_line() 324 sign = 0; in ls_decode_line() 327 if (sign) { in ls_decode_line()
|
H A D | alacenc.c | 306 int sign = (val ? FFSIGN(val) : 0); in alac_linear_predictor() local 309 sign *= -1; in alac_linear_predictor() 311 lpc.lpc_coeff[index] -= sign; in alac_linear_predictor() 312 val *= sign; in alac_linear_predictor()
|
H A D | alac.c | 226 int sign; in lpc_prediction() local 228 sign = sign_only(val) * error_sign; in lpc_prediction() 229 lpc_coefs[j] -= sign; in lpc_prediction() 230 val *= (unsigned)sign; in lpc_prediction()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 560 int8_t sign; // sign of coeff_i member 642 // note: it's important to take sign of the _original_ coeff, in TrellisQuantizeBlock() 644 const int sign = (in[j] < 0); in TrellisQuantizeBlock() local 645 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in TrellisQuantizeBlock() 698 cur->sign = sign; in TrellisQuantizeBlock() 738 out[n] = node->sign ? -node->level : node->level; in TrellisQuantizeBlock() 844 const int sign = (V < 0); in QuantizeSingle() local 845 if (sign) in QuantizeSingle() [all...] |
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_rsa.c | 457 const struct HksBlob *message, const bool sign, struct HksBlob *signature) in HksMbedtlsRsaSignVerify() 486 ret = RsaKeyMaterialToCtx(key, sign, &ctx); /* sign need private exponent (d) */ in HksMbedtlsRsaSignVerify() 488 if (sign) { in HksMbedtlsRsaSignVerify() 494 HKS_LOG_E("Mbedtls rsa sign/verify failed! mbedtls ret = 0x%" LOG_PUBLIC "X", ret); in HksMbedtlsRsaSignVerify() 500 if (sign) { in HksMbedtlsRsaSignVerify() 516 return HksMbedtlsRsaSignVerify(key, usageSpec, message, true, signature); /* true: is sign */ in HksMbedtlsRsaSign() 456 HksMbedtlsRsaSignVerify(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool sign, struct HksBlob *signature) HksMbedtlsRsaSignVerify() argument
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_value_parcel.cpp | 290 * | type | vec_num | sign | data1 | data2 | .... | 297 int64_t sign = static_cast<int64_t>(bigIntValue.sign_); in MarshallingVecBigIntAfterType() local 309 // write sign in MarshallingVecBigIntAfterType() 310 errCode = memcpy_s(startAddr, sizeof(int64_t), &sign, sizeof(int64_t)); in MarshallingVecBigIntAfterType() 312 LOG_ERROR("memcpy failed when marshalling bigInt array value's sign, %{public}d", errCode); in MarshallingVecBigIntAfterType() 589 int64_t sign = *(reinterpret_cast<const int64_t *>(startAddr)); in UnmarshallingVecBigInt() local 599 BigInt bigIntValue = BigInt(vec, sign); in UnmarshallingVecBigInt()
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_pack.py | 181 def intermediate_native_type(bits, sign): 189 if sign: 381 tmp_native_type = intermediate_native_type(src_size + dst_channel.size, src_channel.sign and dst_channel.sign) 459 # Align the sign bit
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_fluent.cpp | 236 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { in sign() function in NumberFormatterSettings 238 copy.fMacros.sign = style; in sign() 243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() function in NumberFormatterSettings 245 move.fMacros.sign = style; in sign()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sign.rs | 13 //! use openssl::sign::{Signer, Verifier}; 48 use openssl::sign::Signer; 284 /// `sign` to get the exact length. 329 pub fn sign(&self, buf: &mut [u8]) -> Result<usize, ErrorStack> { in sign() functions 343 /// This is a simple convenience wrapper over `len` and `sign`. 346 let len = self.sign(&mut buf)?; in sign_to_vec() 355 /// For PureEdDSA (Ed25519 and Ed448 keys), this is the only way to sign data. 657 use crate::sign::RsaPssSaltlen; 658 use crate::sign::{Signer, Verifier};
|
/third_party/node/ |
H A D | vcbuild.bat | 36 set sign=
variable 93 if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer signs by default. "nosign" is redundant.&goto arg-ok
94 if /i "%1"=="sign" set sign=1&goto arg-ok
variable 136 if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok
410 :sign
label 411 @rem Skip signing unless the `sign` option was specified.
412 if not defined sign goto licensertf
414 call tools\sign.bat Release\node.exe
415 if errorlevel 1 echo Failed to sign ex [all...] |
/third_party/python/Objects/ |
H A D | bytesobject.c | 648 int sign; in _PyBytes_FormatEx() local 813 sign = 0; in _PyBytes_FormatEx() 887 sign = 1; in _PyBytes_FormatEx() 913 sign = 1; in _PyBytes_FormatEx() 939 if (sign) { in _PyBytes_FormatEx() 941 sign = *pbuf++; in _PyBytes_FormatEx() 945 sign = '+'; in _PyBytes_FormatEx() 947 sign = ' '; in _PyBytes_FormatEx() 949 sign = 0; in _PyBytes_FormatEx() 955 if (sign ! in _PyBytes_FormatEx() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/ |
H A D | ps5260_2l_sensor_ctl.c | 215 HI_U32 sensor_nep_min, sign; in ps5260_2l_init() local 242 sign = ps5260_2l_read_register(vi_pipe, 0x10); in ps5260_2l_init() 243 sensor_nep_min = (sign & 0x04) << 6; /* shift 6 */ in ps5260_2l_init() 244 sign = ps5260_2l_read_register(vi_pipe, 0x12); in ps5260_2l_init() 245 sensor_nep_min = sensor_nep_min | sign; in ps5260_2l_init() 246 sign = ps5260_2l_read_register(vi_pipe, 0x0E); in ps5260_2l_init() 247 sen_con = (sign & 0x01F) << 8; /* shift 8 */ in ps5260_2l_init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_bptc_tmp.h | 824 bool sign; in signed_unquantize() local 832 sign = false; in signed_unquantize() 835 sign = true; in signed_unquantize() 844 if (sign) in signed_unquantize() 1641 bool sign = false; in get_endpoint_value() local 1649 sign = true; in get_endpoint_value() 1654 if (sign) in get_endpoint_value()
|