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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 99 float (*pL2f)(int64_t);
  /art/compiler/dex/quick/mips/
fp_mips.cc 150 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 206 qpoints->pL2f = __aeabi_l2f;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 206 qpoints->pL2f = __floatdisf;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 188 qpoints->pL2f = art_quick_l2f;
  /art/compiler/dex/quick/arm/
fp_arm.cc 151 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src);
  /art/compiler/dex/quick/x86/
fp_x86.cc 205 GenConversionCall(QUICK_ENTRYPOINT_OFFSET(pL2f), rl_dest, rl_src);
  /art/runtime/
thread.cc     [all...]

Completed in 1569 milliseconds