Searched refs:mult (Results 1 - 25 of 150) sorted by relevance

123456

/external/jemalloc/test/src/
H A Dtimer.c34 uint64_t mult; local
44 mult = 1;
46 mult *= 10;
54 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
57 "%"FMTu64, (t0 * mult / t1) % 10 + round);
59 mult *= 10;
/external/iptables/extensions/
H A Dlibxt_limit.c48 uint32_t mult = 1; /* Seconds by default. */ local
56 mult = 1;
58 mult = 60;
60 mult = 60*60;
62 mult = 24*60*60;
70 *val = XT_LIMIT_SCALE * mult / r;
115 uint32_t mult; member in struct:rates
131 if (period > rates[i].mult
132 || rates[i].mult/period < rates[i].mult
[all...]
H A Dlibxt_hashlimit.c35 uint32_t mult; member in struct:hashlimit_mt_udata
225 ud->mult = XT_HASHLIMIT_BYTE_EXPIRE;
235 ud->mult = 1; /* Seconds by default. */
242 ud->mult = 1;
244 ud->mult = 60;
246 ud->mult = 60*60;
248 ud->mult = 24*60*60;
256 *val = XT_HASHLIMIT_SCALE * ud->mult / r;
395 info->cfg.expire = udata->mult * 1000; /* from s to msec */
407 info->cfg.expire = udata->mult * 100
431 uint32_t mult; member in struct:rates
[all...]
/external/icu/icu4c/source/test/perf/perldriver/
H A DFormat.pm57 my $mult = shift;
61 my $result = formatSigDig($sigdig, $a*$mult);
63 my $d = formatSigDig($sigdig, $delta*$mult);
H A DOutput.pm23 my $mult = 1e9; #use nanoseconds
62 print HTML formatNumber(2, $mult, $mean);
66 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
75 print HTML formatNumber(2, $mult, $error);
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
/external/icu/icu4j/perf-tests/perldriver/
H A DFormat.pm57 my $mult = shift;
61 my $result = formatSigDig($sigdig, $a*$mult);
63 my $d = formatSigDig($sigdig, $delta*$mult);
H A DOutput.pm23 my $mult = 1e9; #use nanoseconds
62 print HTML formatNumber(2, $mult, $mean);
66 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
75 print HTML formatNumber(2, $mult, $error);
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh82 gmm::mult(A,B, X);
86 gmm::mult(gmm::transposed(A),gmm::transposed(B), X);
90 gmm::mult(gmm::transposed(A),A, X);
94 gmm::mult(A,gmm::transposed(A), X);
98 gmm::mult(A,B,X);
102 gmm::mult(gmm::transposed(A),B,X);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb26 r=mult { $result = $r.result }
28 '+' r2=mult { $result += $r2.result }
29 | '-' r2=mult { $result -= $r2.result }
33 mult returns [result]:
/external/webp/src/dsp/
H A Drescaler_sse2.c62 const __m128i mult = _mm_set1_epi32(((x_add - accum) << 16) | accum); local
63 const __m128i out = _mm_madd_epi16(cur_pixels, mult);
85 const __m128i mult = _mm_cvtsi32_si128(((x_add - accum) << 16) | accum); local
86 const __m128i out = _mm_madd_epi16(cur_pixels, mult);
144 const __m128i mult = _mm_set1_epi16(-accum); local
145 const __m128i frac0 = _mm_mullo_epi16(base, mult); // 16b x 16b -> 32b
146 const __m128i frac1 = _mm_mulhi_epu16(base, mult);
170 // load *src as epi64, multiply by mult and store result in [out0 ... out3]
172 const __m128i* const mult,
181 if (mult !
171 LoadDispatchAndMult(const rescaler_t* const src, const __m128i* const mult, __m128i* const out0, __m128i* const out1, __m128i* const out2, __m128i* const out3) argument
194 ProcessRow(const __m128i* const A0, const __m128i* const A1, const __m128i* const A2, const __m128i* const A3, const __m128i* const mult, uint8_t* const dst) argument
234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); local
338 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); local
[all...]
H A Dalpha_processing.c26 static uint32_t Mult(uint8_t x, uint32_t mult) { argument
27 const uint32_t v = (x * mult + HALF) >> MFIX;
229 const uint32_t mult = MULTIPLIER(a); local
230 rgb[4 * i + 0] = PREMULTIPLY(rgb[4 * i + 0], mult);
231 rgb[4 * i + 1] = PREMULTIPLY(rgb[4 * i + 1], mult);
232 rgb[4 * i + 2] = PREMULTIPLY(rgb[4 * i + 2], mult);
266 const uint32_t mult = MULTIPLIER(a); local
267 const uint8_t r = multiply(dither_hi(rg), mult);
268 const uint8_t g = multiply(dither_lo(rg), mult);
269 const uint8_t b = multiply(dither_hi(ba), mult);
[all...]
/external/libavc/common/arm/
H A Dih264_weighted_bi_pred_a9q.s184 vmul.s16 q2, q2, d2[0] @weight 1 mult. for rows 1,2
185 vmla.s16 q2, q3, d2[2] @weight 2 mult. for rows 1,2
186 vmul.s16 q4, q4, d2[0] @weight 1 mult. for rows 3,4
187 vmla.s16 q4, q5, d2[2] @weight 2 mult. for rows 3,4
224 vmul.s16 q2, q2, d2[0] @weight 1 mult. for row 1
225 vmla.s16 q2, q3, d2[2] @weight 2 mult. for row 1
228 vmul.s16 q4, q4, d2[0] @weight 1 mult. for row 2
229 vmla.s16 q4, q5, d2[2] @weight 2 mult. for row 2
233 vmul.s16 q6, q6, d2[0] @weight 1 mult. for row 3
234 vmla.s16 q6, q7, d2[2] @weight 2 mult
[all...]
H A Dih264_weighted_pred_a9q.s144 vmul.s16 q2, q2, d2[0] @weight mult. for rows 1,2
145 vmul.s16 q3, q3, d2[0] @weight mult. for rows 3,4
176 vmul.s16 q2, q2, d2[0] @weight mult. for row 1
178 vmul.s16 q3, q3, d2[0] @weight mult. for row 2
179 vmul.s16 q4, q4, d2[0] @weight mult. for row 3
180 vmul.s16 q5, q5, d2[0] @weight mult. for row 4
216 vmul.s16 q6, q6, d2[0] @weight mult. for row 1L
218 vmul.s16 q7, q7, d2[0] @weight mult. for row 1H
220 vmul.s16 q8, q8, d2[0] @weight mult. for row 2L
222 vmul.s16 q9, q9, d2[0] @weight mult
[all...]
/external/e2fsprogs/ext2ed/
H A Dinode_com.c29 long inode_num,mult=1; local
36 mult=atol (buffer);
51 if (entry_num-mult+1>0) {
52 device_offset-=sizeof (struct ext2_inode)*mult;
53 entry_num-=mult;
76 long inode_num,mult=1; local
83 mult=atol (buffer);
99 if (entry_num+mult-1<last_entry) {
100 device_offset+=sizeof (struct ext2_inode)*mult;
101 entry_num+=mult;
[all...]
/external/gptfdisk/
H A Dsupport.cc133 uint64_t response = def, bytesPerUnit = 1, mult = 1, divide = 1; local
172 mult = bytesPerUnit / sSize;
177 if (mult > 1) {
178 if (response > (UINT64_MAX / mult))
181 response *= mult;
/external/libdrm/tests/
H A Ddristat.c158 static void printhuman(unsigned long value, const char *name, int mult) argument
169 f = (double)value / (double)mult;
176 f = (double)value / (double)mult;
183 f = (double)value / (double)mult;
227 printhuman(rate, curr.data[j].mult_names, curr.data[j].mult);
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c27 const char mult[] = "kKmMgGg"; local
45 if (*end && (multiplier = strchr(mult,*end))) {
46 while (multiplier >= mult) {
/external/fio/
H A Dparse.c134 unsigned long long mult = 1; local
157 mult = 1;
159 mult = 1000;
161 mult = 1000000;
163 mult = 60 * 1000000UL;
165 mult = 60 * 60 * 1000000UL;
167 mult = 24 * 60 * 60 * 1000000UL;
170 return mult;
191 unsigned int i, pow = 0, mult = kb_base; local
209 mult
339 unsigned long long mult; local
[all...]
/external/opencv3/3rdparty/libwebp/dsp/
H A Dupsampling.c262 const uint32_t mult = MULTIPLIER(a); local
263 rgb[4 * i + 0] = PREMULTIPLY(rgb[4 * i + 0], mult);
264 rgb[4 * i + 1] = PREMULTIPLY(rgb[4 * i + 1], mult);
265 rgb[4 * i + 2] = PREMULTIPLY(rgb[4 * i + 2], mult);
296 const uint32_t mult = MULTIPLIER(a); local
297 const uint8_t r = multiply(dither_hi(rgba4444[2 * i + 0]), mult);
298 const uint8_t g = multiply(dither_lo(rgba4444[2 * i + 0]), mult);
299 const uint8_t b = multiply(dither_hi(rgba4444[2 * i + 1]), mult);
/external/e2fsprogs/intl/
H A Deval-plural.h62 case mult:
H A Dplural-exp.h45 mult, /* Multiplication. */ enumerator in enum:expression::operator
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c30 int mult = 3; local
42 mult = 5;
46 mult = 7;
50 *min *= mult;
/external/libvorbis/lib/
H A Dbackends.h71 int mult; /* 1 2 3 or 4 */ member in struct:__anon11298
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c290 nBlocks10ms = nFrames / aecm->aecmCore->mult;
341 * aecm->aecmCore->mult) / (aecm->counter * 40), BUF_SIZE_FRAMES);
350 * aecm->aecmCore->mult) / 40, BUF_SIZE_FRAMES);
428 (kSampMsNb * aecm->aecmCore->mult);
581 nSampSndCard = msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
630 nSampSndCard = aecm->msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
633 if (delayNew > FAR_BUF_LEN - FRAME_LEN * aecm->aecmCore->mult)
/external/speex/libspeex/
H A Dlsp.c410 spx_word32_t mult, a; local
486 mult = MULT16_32_Q14(freqn[2*i],xp[i][j+1]);
487 xp[i+1][j+2] = ADD32(SUB32(xp[i][j+2], mult), xp[i][j]);
488 mult = MULT16_32_Q14(freqn[2*i+1],xq[i][j+1]);
489 xq[i+1][j+2] = ADD32(SUB32(xq[i][j+2], mult), xq[i][j]);
494 mult = MULT16_32_Q14(freqn[2*i],xp[i][j+1]);
495 xp[i+1][j+2] = SUB32(xp[i][j], mult);
496 mult = MULT16_32_Q14(freqn[2*i+1],xq[i][j+1]);
497 xq[i+1][j+2] = SUB32(xq[i][j], mult);

Completed in 708 milliseconds

123456