/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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | hda.c | 14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | hda.c | 14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
|
/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
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-utils.c | 16 int mul; in div_frac_get() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_afmt.c | 54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_afmt.c | 54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-utils.c | 16 int mul; in div_frac_get() local
|
/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
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | div64.h | 81 static inline u64 mul_u64_u64_div_u64(u64 a, u64 mul, u64 div) in mul_u64_u64_div_u64() argument 93 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 div) in mul_u64_u32_div() argument
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-moxart.c | 24 unsigned int mul; in moxart_of_pll_clk_init() local
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-moxart.c | 21 unsigned int mul; in moxart_of_pll_clk_init() 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
|
/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
|