Home
last modified time | relevance | path

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

1234567891011

/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
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dhda.c14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dhda.c14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
/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
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-utils.c16 int mul; in div_frac_get() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-utils.c16 int mul; in div_frac_get() local
/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
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddiv64.h81 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 Dclk-moxart.c24 unsigned int mul; in moxart_of_pll_clk_init() local
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-moxart.c21 unsigned int mul; in moxart_of_pll_clk_init() local
/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
/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

Completed in 8 milliseconds

1234567891011