Home
last modified time | relevance | path

Searched defs:mult (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/benchmark/src/
Dbenchmark_register.h16 int mult) { in AddPowers()
39 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers()
59 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange()
/third_party/ltp/testcases/kernel/fs/doio/
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
/third_party/ffmpeg/libavfilter/
Daf_crystalizer.c29 float mult; member
82 float mult; member
94 const float mult = td->mult; in filter_flt() local
129 double mult = td->mult; in filter_dbl() local
165 float mult = td->mult; in filter_fltp() local
198 const double mult = td->mult; in filter_dblp() local
231 const float mult = -td->mult; in ifilter_flt() local
267 const double mult = -td->mult; in ifilter_dbl() local
304 const float mult = -td->mult; in ifilter_fltp() local
338 const double mult = -td->mult; in ifilter_dblp() local
Daf_extrastereo.c29 float mult; member
66 const float mult = s->mult; in filter_frame() local
Dvf_histogram.c42 int mult; member
309 const int mult = s->mult; in filter_frame() local
409 const int mult = s->mult; in filter_frame() local
442 const int mult = s->mult; in filter_frame() local
Dvf_waveform.c738 const int mult = s->max / 256; in lowpass16() local
762 const int mult = s->max / 256; in lowpass16() local
2617 static void draw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_htext()
2643 static void draw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_htext16()
2669 static void draw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_vtext()
2694 static void draw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_vtext16()
2761 static void idraw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_htext()
2787 static void idraw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt… in idraw_htext16()
2813 static void idraw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_vtext()
2838 static void idraw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt… in idraw_vtext16()
[all …]
/third_party/typescript/tests/baselines/reference/
DcastTest.js29 mult: function(p) { return p; } method
49 mult: function (p) { return p; } method
/third_party/node/benchmark/fixtures/
Dcoverage-many-branches.js22 mult() { method in CoveredClass
54 function mult(x, y) { function
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler_sse2.c66 const __m128i mult = _mm_set1_epi32(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local
85 const __m128i mult = _mm_cvtsi32_si128(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local
144 const __m128i mult = _mm_set1_epi16(-accum); in RescalerImportRowShrink_SSE2() local
172 const __m128i* const mult, in LoadDispatchAndMult_SSE2()
198 const __m128i* const mult, in ProcessRow_SSE2()
234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); in RescalerExportRowExpand_SSE2() local
330 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); in RescalerExportRowShrink_SSE2() local
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
Dalpha_processing.c29 static uint32_t Mult(uint8_t x, uint32_t mult) { in Mult()
235 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_C() local
273 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444_C() local
Drescaler_msa.c87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument
102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
Dalpha_processing_neon.c68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON() local
/third_party/ltp/lib/
Dtst_fs_has_free.c30 unsigned int size, unsigned int mult) in tst_fs_has_free_()
Drandom_range.c45 int mult; member
278 long random_range(int min, int max, int mult, char **errp) in random_range()
365 long random_rangel(long min, long max, long mult, char **errp) in random_rangel()
452 long long mult, char **errp) in random_rangell()
/third_party/skia/gm/
Dcrbug_905548.cpp37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr); variable
/third_party/ffmpeg/libavformat/
Ddcstr.c36 int mult; in dcstr_read_header() local
/third_party/ltp/include/
Dtst_fs.h231 unsigned int mult) in tst_fs_has_free()
257 unsigned int size, unsigned int mult) in tst_fs_has_free()
/third_party/cups-filters/filter/pdftopdf/
Dpptypes.cc135 void PageRect::scale(float mult) // {{{ in scale()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c93 float zoffset, mult; in do_offset_tri() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpcg_engine.h186 state_type mult = Params::multiplier(); in advance() local
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c107 static void do_work(int mult) in do_work()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c221 static int div_down(int val, int mult) { in div_down()
226 static int div_up(int val, int mult) { in div_up()
/third_party/gptfdisk/
Dsupport.cc138 uint64_t response = def, bytesPerUnit, mult = 1, divide = 1; in IeeeToInt() local
/third_party/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c125 static uint32_t Unmult(uint8_t x, uint32_t mult) { in Unmult()

1234