Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h99 float (*pL2f)(int64_t); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc188 qpoints->pL2f = art_quick_l2f; in InitEntryPoints()
/art/compiler/dex/quick/mips/
Dfp_mips.cc150 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src); in GenConversion()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc206 qpoints->pL2f = __floatdisf; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc206 qpoints->pL2f = __aeabi_l2f; in InitEntryPoints()
/art/compiler/dex/quick/arm/
Dfp_arm.cc151 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src); in GenConversion()
/art/compiler/dex/quick/x86/
Dfp_x86.cc205 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src); in GenConversion()
/art/runtime/
Dthread.cc1669 QUICK_ENTRY_POINT_INFO(pL2f),