Home
last modified time | relevance | path

Searched defs:scalar (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitPrefersPathKindBasedOnBundling.js26 function scalar(value) { function
[all...]
/third_party/skia/src/utils/mac/
H A DSkCGBase.h24 static inline CGFloat SkScalarToCGFloat(SkScalar scalar) { in SkScalarToCGFloat() argument
/foundation/multimodalinput/input/service/gesturesense_wrapper/include/
H A Dgesturesense_wrapper.h24 typedef float scalar; typedef
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorSplat.h31 ConstructorSplat(const Expression& scalar, const Type& type) in ConstructorSplat() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_mask_filter.h33 typedef float scalar; typedef in OHOS::Ace::Testing::TestingMaskFilter
H A Dtesting_color_matrix.h24 typedef float scalar; typedef in OHOS::Ace::Testing::TestingColorMatrix
H A Dtesting_shader_effect.h37 typedef float scalar; typedef in OHOS::Ace::Testing::TestingShaderEffect
H A Dtesting_image_filter.h41 typedef float scalar; typedef in OHOS::Ace::Testing::TestingImageFilter
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dscalar.h25 typedef float scalar; typedef
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_fragdepth.c37 nir_ssa_scalar scalar = nir_ssa_scalar_resolved(def, 0); in ssa_def_is_source_depth() local
H A Dnir_opt_shrink_vectors.c139 nir_ssa_scalar scalar = nir_get_ssa_scalar(instr->src[i].src.ssa, instr->src[i].swizzle[0]); in opt_shrink_vector() local
H A Dnir_lower_array_deref_of_vec.c150 nir_ssa_def *scalar = in nir_lower_array_deref_of_vec_impl() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp98 void move(uint32_t i, RValue<SIMD::Float> &&scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() argument
99 void move(uint32_t i, RValue<SIMD::Int> &&scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() argument
100 void move(uint32_t i, RValue<SIMD::UInt> &&scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() argument
102 void move(uint32_t i, const RValue<SIMD::Float> &scalar) { emplac argument
103 move(uint32_t i, const RValue<SIMD::Int> &scalar) move() argument
104 move(uint32_t i, const RValue<SIMD::UInt> &scalar) move() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dcurve25519-glue.c28 curve25519_arch(u8 out[CURVE25519_KEY_SIZE], const u8 scalar[CURVE25519_KEY_SIZE], const u8 point[CURVE25519_KEY_SIZE]) curve25519_arch() argument
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcurve25519-glue.c28 curve25519_arch(u8 out[CURVE25519_KEY_SIZE], const u8 scalar[CURVE25519_KEY_SIZE], const u8 point[CURVE25519_KEY_SIZE]) curve25519_arch() argument
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_global_access.c30 try_extract_additions(nir_builder *b, nir_ssa_scalar scalar, uint64_t *out_const, in try_extract_additions() argument
/third_party/node/deps/brotli/c/common/
H A Dtransform.c196 uint32_t scalar = in Shift() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_intern.c22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() argument
[all...]
/third_party/openssl/test/
H A Decstresstest.c45 BIGNUM *scalar = NULL; in walk_curve() local
/third_party/openssl/crypto/bn/
H A Dbn_intern.c22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c196 uint32_t scalar = in Shift() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc445 auto* scalar = Expr(4); in TEST_F() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c170 void ossl_curve448_scalar_destroy(curve448_scalar_t scalar) in ossl_curve448_scalar_destroy() argument
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c170 void ossl_curve448_scalar_destroy(curve448_scalar_t scalar) in ossl_curve448_scalar_destroy() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.hpp140 bool scalar = false; member in sw::PixelProgram

Completed in 9 milliseconds

123456