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

  /art/runtime/entrypoints/
math_entrypoints.h 22 extern "C" double art_l2d(int64_t l);
math_entrypoints.cc 23 extern "C" double art_l2d(int64_t l) { function in namespace:art
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 147 qpoints->pL2d = art_l2d;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 311 qpoints->pL2d = art_l2d;

Completed in 104 milliseconds