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

  /art/runtime/entrypoints/
math_entrypoints.h 23 extern "C" float art_l2f(int64_t l);
math_entrypoints.cc 27 extern "C" float art_l2f(int64_t l) { function in namespace:art
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 149 qpoints->pL2f = art_l2f;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 315 qpoints->pL2f = art_l2f;
  /art/runtime/arch/arm/
quick_entrypoints_arm.S     [all...]

Completed in 149 milliseconds