OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xHi
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/ppc/
DD.h
19
#define LOWORDER(xy,
xHi
,xLo,yHi,yLo) \
20
(((((
xHi
)*(yHi) - (xy)) + (
xHi
)*(yLo)) + (xLo)*(yHi)) + (xLo)*(yLo))
/external/valgrind/main/VEX/priv/
host_x86_isel.c
[
all
...]
host_mips_isel.c
[
all
...]
host_ppc_isel.c
[
all
...]
host_arm_isel.c
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
[
all
...]
Completed in 157 milliseconds