OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOAT_NORMAL_MASK
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
478
#define
FLOAT_NORMAL_MASK
(0x00800000)
802
if (comparison < 0 && m ==
FLOAT_NORMAL_MASK
803
&& FLOAT_TO_INTBITS(z) !=
FLOAT_NORMAL_MASK
)
824
if (comparison < 0 && m ==
FLOAT_NORMAL_MASK
)
cbigint.cpp
48
#define
FLOAT_NORMAL_MASK
(0x00800000)
662
m = (m & FLOAT_MANTISSA_MASK) |
FLOAT_NORMAL_MASK
;
Completed in 68 milliseconds