Home
last modified time | relevance | path

Searched defs:mult (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/node/benchmark/fixtures/
H A Dcoverage-many-branches.js54 function mult(x, y) { function
[all...]
/third_party/ltp/lib/
H A Dtst_fs_has_free.c29 tst_fs_has_free_(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) tst_fs_has_free_() argument
H A Drandom_range.c45 int mult; member
278 random_range(int min, int max, int mult, char **errp) random_range() argument
365 random_rangel(long min, long max, long mult, char **errp) random_rangel() argument
451 random_rangell(long long min, long long max, long long mult, char **errp) random_rangell() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Ddcstr.c36 int mult; in dcstr_read_header() local
/third_party/skia/gm/
H A Dcrbug_905548.cpp37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr); in DEF_SIMPLE_GM() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Dbytes_by_prefix.c75 char mult, junk; in bytes_by_prefix() local
123 char mult, junk; in lbytes_by_prefix() local
175 char mult, junk; in llbytes_by_prefix() local
[all...]
/third_party/benchmark/src/
H A Dbenchmark_register.h40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() argument
60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() argument
16 AddPowers(std::vector<T>* dst, T lo, T hi, int mult) AddPowers() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_crystalizer.c29 float mult; member
52 float mult; member
[all...]
H A Daf_extrastereo.c29 float mult; member
65 const float mult = s->mult; in filter_frame() local
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc135 void PageRect::scale(float mult) // {{{ in scale() argument
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_dec.c516 int mult = (qp_type == FF_MPV_QSCALE_TYPE_MPEG1) ? 2 : 1; in ff_mpv_export_qp_table() local
H A Dwmaenc.c242 float *coefs, *exponents, mult; in encode_block() local
H A Ddvdsubenc.c159 int i, j, bright, mult; in select_palette() local
H A Dwmadec.c639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsmult_curve25519_ref.c60 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in mult() function
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c93 float zoffset, mult; in do_offset_tri() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_neon.c68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON() local
H A Dlossless_enc_sse41.c54 const __m128i mult = in CollectColorBlueTransforms_SSE41() local
100 const __m128i mult = MK_CST_16(0, CST_5b(green_to_red)); in CollectColorRedTransforms_SSE41() local
/third_party/gptfdisk/
H A Dsupport.cc140 uint64_t response = def, bytesPerUnit, mult = 1, divide = 1; in IeeeToInt() local
/third_party/FreeBSD/contrib/gdtoa/
H A Dmisc.c265 mult in mult() function
/third_party/ltp/include/
H A Dtst_fs.h222 tst_fs_has_free(const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument
248 tst_fs_has_free(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open02.c106 static void do_work(int mult) in do_work() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dtiffdec.c125 static uint32_t Unmult(uint8_t x, uint32_t mult) { in Unmult() argument
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp114 vfloat mult = vfloat(1.0f / (2.0f * astc::PI)); in compute_angular_offsets() local
/third_party/rust/crates/humantime/src/
H A Ddate.rs164 let mut mult = 100_000_000; in parse_rfc3339_weak() variables

Completed in 15 milliseconds

1234