OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mul32
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_generic_simd128.c
45
static inline UInt
mul32
( Int xx, Int yy )
function
136
res->w32[0] =
mul32
(argL->w32[0], argR->w32[0]);
137
res->w32[1] =
mul32
(argL->w32[1], argR->w32[1]);
138
res->w32[2] =
mul32
(argL->w32[2], argR->w32[2]);
139
res->w32[3] =
mul32
(argL->w32[3], argR->w32[3]);
host_generic_simd64.c
230
static inline Int
mul32
( Int xx, Int yy )
function
667
mul32
( sel32x2_1(xx), sel32x2_1(yy) ),
668
mul32
( sel32x2_0(xx), sel32x2_0(yy) )
[
all
...]
/external/chromium_org/tools/win/split_link/viz.js/
viz.js
[
all
...]
Completed in 230 milliseconds