Home
last modified time | relevance | path

Searched defs:mul (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DbitwiseNotOperatorInvalidOperations.js9 var mul = ~[1, 2, "abc"], ""; //expect error variable
21 var mul = ~[1, 2, "abc"]; variable
H A DcircularTypeofWithVarOrFunc.js35 function mul(input) { function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcse-commutativity.c2 static int mul(int a, int b) { return (a * b) == (b * a); } in mul() function
/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter() argument
/third_party/ffmpeg/libavcodec/
H A Dfmtconvert.c28 int32_to_float_fmul_scalar_c(float *dst, const int32_t *src, float mul, int len) int32_to_float_fmul_scalar_c() argument
44 int32_to_float_fmul_array8_c(FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len) int32_to_float_fmul_array8_c() argument
H A Dlossless_audiodsp.c27 scalarproduct_and_madd_int16_c(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) scalarproduct_and_madd_int16_c() argument
42 scalarproduct_and_madd_int32_c(int16_t *v1, const int32_t *v2, const int16_t *v3, int order, int mul) scalarproduct_and_madd_int32_c() argument
H A Dmpc.c61 float mul; in ff_mpc_dequantize_and_synth() local
/foundation/communication/ipc/example/rust_test/server/src/
H A Dmain.rs34 fn mul(&self, num1: i32, num2: i32) -> IpcResult<i32> { in mul() functions
/third_party/ffmpeg/libavcodec/ppc/
H A Dfmtconvert_altivec.c31 int32_to_float_fmul_scalar_altivec(float *dst, const int32_t *src, float mul, int len) int32_to_float_fmul_scalar_altivec() argument
H A Dlossless_audiodsp_altivec.c45 scalarproduct_and_madd_int16_altivec(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) scalarproduct_and_madd_int16_altivec() argument
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-bind.js15 var mul = function(a, b) { function
/third_party/ltp/testcases/lib/
H A Dtst_sleep.c19 long mul; member
/third_party/node/deps/v8/src/base/
H A Ddivision-by-constant.cc47 T mul = q2 + 1; in SignedDivisionByConstant() member
/third_party/python/Doc/includes/
H A Dmp_pool.py20 def mul(a, b): function
H A Dmp_workers.py28 def mul(a, b): function
/third_party/python/Lib/test/
H A Dprofilee.py48 def mul(a, b): function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_entry_point_test.cc48 auto* mul = Mul(Expr(MemberAccessor("coord", "x")), Expr("loc1")); in TEST_F() local
/third_party/rust/crates/minimal-lexical/src/
H A Dbellerophon.rs314 pub fn mul(x: &ExtendedFloat, y: &ExtendedFloat) -> ExtendedFloat { in mul() functions
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_nir.c188 nir_alu_instr *mul = nir_alu_instr_create(shader, nir_op_fmul); in etna_lower_alu_impl() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dmul_builder_test.cpp281 MulBuilder mul; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h79 double mul = std::max({ A(1.0), std::fabs(a), std::fabs(b) }); in IsEqual() local
/foundation/communication/ipc/example/rust_test/service/src/
H A Dlib.rs43 pub fn mul(num1: &i32, num2: &i32) -> i32 { in mul() functions
93 fn mul(&self, num1: i32, num2: i32) -> IpcResult<i32>; in mul() functions
147 fn mul (&self, num1: i32, num2: i32) -> IpcResult<i32> { in mul() functions
174 fn mul(&self, num1: i32, num2: i32) -> IpcResult<i32> { in mul() functions
/third_party/ffmpeg/libavcodec/mips/
H A Dfmtconvert_mips.c57 int32_to_float_fmul_scalar_mips(float *dst, const int *src, float mul, int len) int32_to_float_fmul_scalar_mips() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dfloat_dsp.c43 static void vector_fmac_scalar_c(float *dst, const float *src, float mul, in vector_fmac_scalar_c() argument
51 static void vector_dmac_scalar_c(double *dst, const double *src, double mul, in vector_dmac_scalar_c() argument
59 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, in vector_fmul_scalar_c() argument
67 static void vector_dmul_scalar_c(double *dst, const double *src, double mul, in vector_dmul_scalar_c() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c47 nir_ssa_def *mul = in get_io_index() local

Completed in 7 milliseconds

12345