/third_party/ffmpeg/libavcodec/ |
D | lossless_audiodsp.c | 28 int order, int mul) in scalarproduct_and_madd_int16_c() 43 int order, int mul) in scalarproduct_and_madd_int32_c()
|
D | fmtconvert.c | 28 float mul, int len) in int32_to_float_fmul_scalar_c() 44 const int32_t *src, const float *mul, in int32_to_float_fmul_array8_c()
|
D | mpc.c | 67 float mul; in ff_mpc_dequantize_and_synth() local
|
/third_party/ffmpeg/libavutil/ |
D | float_dsp.c | 43 static void vector_fmac_scalar_c(float *dst, const float *src, float mul, in vector_fmac_scalar_c() 51 static void vector_dmac_scalar_c(double *dst, const double *src, double mul, in vector_dmac_scalar_c() 59 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, in vector_fmul_scalar_c() 67 static void vector_dmul_scalar_c(double *dst, const double *src, double mul, in vector_dmul_scalar_c()
|
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/bitwiseNotOperator/ |
D | bitwiseNotOperatorInvalidOperations.ts | 8 var mul = ~[1, 2, "abc"], ""; //expect error variable
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm920t/ |
D | clock.c | 43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local 92 unsigned mul, div; in at91_pll_rate() local
|
/third_party/typescript/tests/baselines/reference/ |
D | bitwiseNotOperatorInvalidOperations.js | 9 var mul = ~[1, 2, "abc"], ""; //expect error variable
|
D | circularTypeofWithVarOrFunc.js | 35 function mul(input) { function
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | math64.h | 150 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 157 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr() 166 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 229 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
|
/third_party/flutter/skia/src/effects/ |
D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
|
/third_party/skia/src/effects/ |
D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
|
/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 207 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16() 219 uint64_t mul = k2 + len * 2; in HashLen0to16() local 227 uint64_t mul = k2 + len * 2; in HashLen0to16() local 245 uint64_t mul = k2 + len * 2; in HashLen17to32() local 277 uint64_t mul = k2 + len * 2; in HashLen33to64() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | city.cc | 203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16() 220 uint64_t mul = k2 + len * 2; in HashLen0to16() local 228 uint64_t mul = k2 + len * 2; in HashLen0to16() local 246 uint64_t mul = k2 + len * 2; in HashLen17to32() local 278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm926ejs/ |
D | clock.c | 43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local 100 unsigned mul, div; in at91_pll_rate() local
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_speedup.py | 23 def scale(a, mul): argument
|
/third_party/python/Doc/includes/ |
D | mp_workers.py | 28 def mul(a, b): function
|
D | mp_pool.py | 20 def mul(a, b): function
|
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
D | circularTypeofWithVarOrFunc.ts | 19 function mul(input: Input): R { function
|
/third_party/python/Lib/test/ |
D | profilee.py | 48 def mul(a, b): function
|
/third_party/ltp/testcases/lib/ |
D | tst_sleep.c | 19 long mul; member
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fmtconvert_altivec.c | 32 float mul, int len) in int32_to_float_fmul_scalar_altivec()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegvideo_msa.c | 31 v8i16 add, mask, mul, zero_mask; in h263_dct_unquantize_msa() local 72 v8i16 sum, mul, zero_mask; in mpeg2_dct_unquantize_inter_msa() local
|
D | fmtconvert_mips.c | 57 float mul, int len) in int32_to_float_fmul_scalar_mips()
|
/third_party/boost/boost/numeric/interval/ |
D | arith3.hpp | 46 I mul(const typename I::base_type& x, const typename I::base_type& y) in mul() function
|
/third_party/uboot/u-boot-2020.01/drivers/clk/ |
D | clk_boston.c | 31 uint32_t in_rate, mul, div; in clk_boston_get_rate() local
|