Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc26 int CmplFloat(float a, float b) { in CmplFloat() function
Dquick_entrypoints_list.h88 V(CmplFloat, int32_t, float, float) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc37 extern int32_t CmplFloat(float a, float b);
131 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc39 extern int32_t CmplFloat(float a, float b);
188 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()