Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc57 int CmplDouble(double a, double b) { in CmplDouble() function
Dquick_entrypoints_list.h86 V(CmplDouble, int32_t, double, double) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc64 extern int32_t CmplDouble(double a, double b);
123 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc64 extern int32_t CmplDouble(double a, double b);
281 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()