Home
last modified time | relevance | path

Searched refs:CmplDouble (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc59 int CmplDouble(double a, double b) { in CmplDouble() function
Dquick_entrypoints_list.h87 V(CmplDouble, int32_t, double, double) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc35 extern int32_t CmplDouble(double a, double b);
130 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc37 extern int32_t CmplDouble(double a, double b);
186 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()