Home
last modified time | relevance | path

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

1234

/third_party/benchmark/src/
Dbenchmark_register.h17 int mult) { in AddPowers()
40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers()
60 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/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/ffmpeg/libavfilter/
Daf_extrastereo.c29 float mult; member
65 const float mult = s->mult; in filter_frame() local
Daf_crystalizer.c29 float mult; member
52 float mult; member
Dvf_histogram.c43 int mult; member
429 const int mult = s->mult; in filter_frame() local
530 const int mult = s->mult; in filter_frame() local
570 const int mult = s->mult; in filter_frame() local
Dvf_waveform.c749 const int mult = s->max / 256; in lowpass16() local
773 const int mult = s->max / 256; in lowpass16() local
2628 static void draw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_htext()
2654 static void draw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_htext16()
2680 static void draw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_vtext()
2705 static void draw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_vtext16()
2772 static void idraw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_htext()
2798 static void idraw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt… in idraw_htext16()
2824 static void idraw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_vtext()
2849 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/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.h223 unsigned int mult) in tst_fs_has_free()
249 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.c106 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/ffmpeg/libavcodec/
Dmpegvideo_dec.c516 int mult = (qp_type == FF_MPV_QSCALE_TYPE_MPEG1) ? 2 : 1; in ff_mpv_export_qp_table() local
/third_party/gptfdisk/
Dsupport.cc138 uint64_t response = def, bytesPerUnit, mult = 1, divide = 1; in IeeeToInt() local

1234