OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mul16
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/
shortpush.c
4
UShort
mul16
( UShort a, UShort b );
8
UShort x =
mul16
( 10, 20 );
12
UShort
mul16
( UShort a, UShort b )
function
/external/valgrind/VEX/priv/
host_generic_simd64.c
225
static inline Short
mul16
( Short xx, Short yy )
function
658
mul16
( sel16x4_3(xx), sel16x4_3(yy) ),
659
mul16
( sel16x4_2(xx), sel16x4_2(yy) ),
660
mul16
( sel16x4_1(xx), sel16x4_1(yy) ),
661
mul16
( sel16x4_0(xx), sel16x4_0(yy) )
[
all
...]
Completed in 42 milliseconds