Home
last modified time | relevance | path

Searched defs:scalar (Results 26 - 50 of 108) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c868 ec_GF2m_simple_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ec_GF2m_simple_points_mul() argument
[all...]
H A Dec_mult.c145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument
410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ossl_ec_wNAF_mul() argument
[all...]
H A Decp_s390x_nistp.c47 ec_GFp_s390x_nistp_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx, unsigned int fc, int len) ec_GFp_s390x_nistp_mul() argument
[all...]
/third_party/openssl/crypto/ec/
H A Dec2_smpl.c868 ec_GF2m_simple_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ec_GF2m_simple_points_mul() argument
[all...]
H A Dec_mult.c145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument
410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ossl_ec_wNAF_mul() argument
[all...]
H A Decp_s390x_nistp.c47 ec_GFp_s390x_nistp_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx, unsigned int fc, int len) ec_GFp_s390x_nistp_mul() argument
[all...]
/third_party/skia/src/core/
H A DSkPictureRecord.h124 void addScalar(SkScalar scalar) { in addScalar() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp229 float scalar = c2->GetFloat(); in FoldVectorTimesScalar() local
239 double scalar = c2->GetDouble(); in FoldVectorTimesScalar() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h42 static LLT scalar(unsigned SizeInBits) { in scalar() function in llvm::LLT
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc240 GetCoordsType(ast::TextureDimension dim, const ast::Type* scalar) GetCoordsType() argument
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp335 float scalar = c2->GetFloat(); in FoldVectorTimesScalar() local
345 double scalar = c2->GetDouble(); in FoldVectorTimesScalar() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_mediump.c496 const_is_f16(nir_ssa_scalar scalar) in const_is_f16() argument
503 const_is_u16(nir_ssa_scalar scalar) in const_is_u16() argument
510 const_is_i16(nir_ssa_scalar scalar) in const_is_i16() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp51 scalar, enumerator
H A Daco_instruction_selection_setup.cpp183 nir_ssa_scalar scalar; in apply_nuw_to_ssa() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c48 lp_build_broadcast(struct gallivm_state *gallivm, LLVMTypeRef vec_type, LLVMValueRef scalar) lp_build_broadcast() argument
80 lp_build_broadcast_scalar(struct lp_build_context *bld, LLVMValueRef scalar) lp_build_broadcast_scalar() argument
[all...]
H A Dlp_bld_tgsi_aos.c124 LLVMValueRef scalar; in emit_fetch_constant() local
H A Dlp_bld_nir_aos.c244 LLVMValueRef scalar = LLVMBuildLoad(builder, scalar_ptr, ""); in emit_load_ubo() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_linear_algebra_instruction.cpp351 auto scalar = ir_context->get_def_use_mgr()->GetDef( in ReplaceOpVectorTimesScalar() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_linear_algebra_instruction.cpp351 auto scalar = ir_context->get_def_use_mgr()->GetDef( in ReplaceOpVectorTimesScalar() local
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc304 GetCoordsType(ast::TextureDimension dim, const ast::Type* scalar) GetCoordsType() argument
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_linear_algebra_instruction.cpp351 auto scalar = ir_context->get_def_use_mgr()->GetDef( in ReplaceOpVectorTimesScalar() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c448 struct crypto_bignum *scalar; in eap_pwd_get_scalar() local
469 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) eap_pwd_get_rand_mask() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pwd.c239 u8 *scalar, *element; in eap_pwd_build_commit_req() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.c448 struct crypto_bignum *scalar; in eap_pwd_get_scalar() local
469 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) eap_pwd_get_rand_mask() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pwd.c239 u8 *scalar, *element; in eap_pwd_build_commit_req() local
[all...]

Completed in 31 milliseconds

12345