OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:art_l2f
(Results
1 - 6
of
6
) 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/arm/
entrypoints_init_arm.cc
70
qpoints->pL2f =
art_l2f
;
quick_entrypoints_arm.S
[
all
...]
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
75
qpoints->pL2f =
art_l2f
;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
198
qpoints->pL2f =
art_l2f
;
Completed in 390 milliseconds