HomeSort by relevance Sort by last modified time
    Searched refs:CmplFloat (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/quick/
quick_math_entrypoints.cc 24 int CmplFloat(float a, float b) {
quick_entrypoints_list.h 87 V(CmplFloat, int32_t, float, float) \
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 65 extern int32_t CmplFloat(float a, float b);
123 qpoints->pCmplFloat = CmplFloat;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 66 extern int32_t CmplFloat(float a, float b);
283 qpoints->pCmplFloat = CmplFloat;

Completed in 111 milliseconds