Home
last modified time | relevance | path

Searched refs:art_l2d (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dmath_entrypoints.h22 extern "C" double art_l2d(int64_t l);
Dmath_entrypoints.cc23 extern "C" double art_l2d(int64_t l) { in art_l2d() function
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc133 qpoints->pL2d = art_l2d; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc192 qpoints->pL2d = art_l2d; in InitEntryPoints()