OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:artLmul
(Results
1 - 3
of
3
) sorted by null
/art/runtime/entrypoints/quick/
quick_math_entrypoints.cc
74
extern "C" int64_t
artLmul
(int64_t a, int64_t b) {
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
38
extern "C" int64_t
artLmul
(int64_t a, int64_t b);
83
qpoints->pLmul =
artLmul
;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
39
extern "C" int64_t
artLmul
(int64_t a, int64_t b);
213
qpoints->pLmul =
artLmul
;
Completed in 65 milliseconds