OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mult0
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/mjsunit/regress/
regress-351624.js
10
function
mult0
(val){
function
20
if (i == count - 1) %OptimizeFunctionOnNextCall(
mult0
);
21
var result =
mult0
(-1);
/external/webp/src/dsp/
rescaler_sse2.c
117
const __m128i
mult0
= _mm_set1_epi16(x_sub);
local
148
const __m128i A0 = _mm_mullo_epi16(sum,
mult0
);
149
const __m128i A1 = _mm_mulhi_epu16(sum,
mult0
);
/external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c
704
v8i16
mult0
, mult1, rv2_0, rv2_1;
local
[
all
...]
Completed in 57 milliseconds