/third_party/typescript/tests/baselines/reference/ |
H A D | bitwiseNotOperatorInvalidOperations.js | 9 var mul = ~[1, 2, "abc"], ""; //expect error variable 21 var mul = ~[1, 2, "abc"];
variable
|
H A D | circularTypeofWithVarOrFunc.js | 35 function mul(input) {
function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cse-commutativity.c | 2 static int mul(int a, int b) { return (a * b) == (b * a); } in mul() function
|
/third_party/skia/src/effects/ |
H A D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | fmtconvert.c | 28 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 D | lossless_audiodsp.c | 27 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 D | mpc.c | 61 float mul; in ff_mpc_dequantize_and_synth() local
|
/foundation/communication/ipc/example/rust_test/server/src/ |
H A D | main.rs | 34 fn mul(&self, num1: i32, num2: i32) -> IpcResult<i32> {
in mul() functions
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fmtconvert_altivec.c | 31 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 D | lossless_audiodsp_altivec.c | 45 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 D | function-prototype-bind.js | 15 var mul = function(a, b) { function
|
/third_party/ltp/testcases/lib/ |
H A D | tst_sleep.c | 19 long mul; member
|
/third_party/node/deps/v8/src/base/ |
H A D | division-by-constant.cc | 47 T mul = q2 + 1; in SignedDivisionByConstant() member
|
/third_party/python/Doc/includes/ |
H A D | mp_pool.py | 20 def mul(a, b): function
|
H A D | mp_workers.py | 28 def mul(a, b): function
|
/third_party/python/Lib/test/ |
H A D | profilee.py | 48 def mul(a, b): function
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_entry_point_test.cc | 48 auto* mul = Mul(Expr(MemberAccessor("coord", "x")), Expr("loc1")); in TEST_F() local
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | bellerophon.rs | 314 pub fn mul(x: &ExtendedFloat, y: &ExtendedFloat) -> ExtendedFloat { in mul() functions
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir.c | 188 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 D | mul_builder_test.cpp | 281 MulBuilder mul; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_utils.h | 79 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 D | lib.rs | 43 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 D | fmtconvert_mips.c | 57 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 D | float_dsp.c | 43 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 D | nir_lower_texcoord_replace.c | 47 nir_ssa_def *mul = in get_io_index() local
|