/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
|
/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...] |
/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
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 388 VOP3_instruction *mul = &bld.vop2_e64(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], byte0_b).instr->vop3(); variable
|
/third_party/musl/src/math/ |
H A D | fma.c | 29 static void mul(uint64_t *hi, uint64_t *lo, uint64_t x, uint64_t y) in mul() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fma.c | 29 static void mul(uint64_t *hi, uint64_t *lo, uint64_t x, uint64_t y) in mul() function
|
/third_party/ltp/tools/apicmds/ |
H A D | ltpapicmd.c | 208 unsigned int mul = TST_BYTES; in apicmd_fs_has_free() local
|