Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc37 int CmpgFloat(float a, float b) { in CmpgFloat() function
Dquick_entrypoints_list.h86 V(CmpgFloat, int32_t, float, float) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc36 extern int32_t CmpgFloat(float a, float b);
129 qpoints->pCmpgFloat = CmpgFloat; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc38 extern int32_t CmpgFloat(float a, float b);
184 qpoints->pCmpgFloat = CmpgFloat; in InitEntryPoints()