OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CmpgDouble
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/quick/
quick_math_entrypoints.cc
46
int
CmpgDouble
(double a, double b) {
quick_entrypoints_list.h
84
V(
CmpgDouble
, int32_t, double, double) \
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
62
extern int32_t
CmpgDouble
(double a, double b);
120
qpoints->pCmpgDouble =
CmpgDouble
;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
63
extern int32_t
CmpgDouble
(double a, double b);
277
qpoints->pCmpgDouble =
CmpgDouble
;
Completed in 1240 milliseconds