OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTBITS_TO_FLOAT
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
cbigint.h
62
#define
INTBITS_TO_FLOAT
(bits) (*(reinterpret_cast<float*>(&bits)))
java_lang_StringToReal.cpp
669
result =
INTBITS_TO_FLOAT
(index);
680
result =
INTBITS_TO_FLOAT
(index);
Completed in 134 milliseconds