Home
last modified time | relevance | path

Searched refs:pFmodf (Results 1 – 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h98 float (*pFmodf)(float, float); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc187 qpoints->pFmodf = art_quick_fmodf; in InitEntryPoints()
/art/compiler/dex/quick/mips/
Dfp_mips.cc53 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmodf), rl_src1, rl_src2, in GenArithOpFloat()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc205 qpoints->pFmodf = fmodf; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc205 qpoints->pFmodf = fmodf; in InitEntryPoints()
/art/compiler/dex/quick/arm/
Dfp_arm.cc52 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmodf), rl_src1, rl_src2, in GenArithOpFloat()
/art/compiler/dex/quick/x86/
Dfp_x86.cc52 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmodf), rl_src1, rl_src2, in GenArithOpFloat()
/art/runtime/
Dthread.cc1668 QUICK_ENTRY_POINT_INFO(pFmodf),