Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc24 int CmplFloat(float a, float b) { in CmplFloat() function
Dquick_entrypoints_list.h87 V(CmplFloat, int32_t, float, float) \
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc66 extern int32_t CmplFloat(float a, float b);
124 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc66 extern int32_t CmplFloat(float a, float b);
283 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()