Home
last modified time | relevance | path

Searched defs:mul (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dlossless_audiodsp.c28 int order, int mul) in scalarproduct_and_madd_int16_c()
43 int order, int mul) in scalarproduct_and_madd_int32_c()
Dfmtconvert.c28 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()
Dmpc.c67 float mul; in ff_mpc_dequantize_and_synth() local
/third_party/ffmpeg/libavutil/
Dfloat_dsp.c43 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/
DbitwiseNotOperatorInvalidOperations.ts8 var mul = ~[1, 2, "abc"], ""; //expect error variable
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm920t/
Dclock.c43 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/
DbitwiseNotOperatorInvalidOperations.js9 var mul = ~[1, 2, "abc"], ""; //expect error variable
DcircularTypeofWithVarOrFunc.js35 function mul(input) { function
/third_party/uboot/u-boot-2020.01/include/linux/
Dmath64.h150 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/
DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/third_party/skia/src/effects/
DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc207 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/
Dcity.cc203 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/
Dclock.c43 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/
Dbm_speedup.py23 def scale(a, mul): argument
/third_party/python/Doc/includes/
Dmp_workers.py28 def mul(a, b): function
Dmp_pool.py20 def mul(a, b): function
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DcircularTypeofWithVarOrFunc.ts19 function mul(input: Input): R { function
/third_party/python/Lib/test/
Dprofilee.py48 def mul(a, b): function
/third_party/ltp/testcases/lib/
Dtst_sleep.c19 long mul; member
/third_party/ffmpeg/libavcodec/ppc/
Dfmtconvert_altivec.c32 float mul, int len) in int32_to_float_fmul_scalar_altivec()
/third_party/ffmpeg/libavcodec/mips/
Dmpegvideo_msa.c31 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
Dfmtconvert_mips.c57 float mul, int len) in int32_to_float_fmul_scalar_mips()
/third_party/boost/boost/numeric/interval/
Darith3.hpp46 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/
Dclk_boston.c31 uint32_t in_rate, mul, div; in clk_boston_get_rate() local

12345