Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc48 int CmpgDouble(double a, double b) { in CmpgDouble() function
Dquick_entrypoints_list.h85 V(CmpgDouble, int32_t, double, double) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc34 extern int32_t CmpgDouble(double a, double b);
128 qpoints->pCmpgDouble = CmpgDouble; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc36 extern int32_t CmpgDouble(double a, double b);
182 qpoints->pCmpgDouble = CmpgDouble; in InitEntryPoints()