OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOAT_TO_INTBITS
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
561
++
FLOAT_TO_INTBITS
(_x); \
565
FLOAT_TO_INTBITS
(_x) += _decCount - _incCount; \
567
FLOAT_TO_INTBITS
(_x) -= _incCount - _decCount; \
574
--
FLOAT_TO_INTBITS
(_x); \
578
FLOAT_TO_INTBITS
(_x) += _decCount - _incCount; \
580
FLOAT_TO_INTBITS
(_x) -= _incCount - _decCount; \
664
FLOAT_TO_INTBITS
(result) = FLOAT_INFINITE_INTBITS;
715
FLOAT_TO_INTBITS
(result) = FLOAT_MINIMUM_INTBITS;
717
FLOAT_TO_INTBITS
(result) = FLOAT_INFINITE_INTBITS;
727
FLOAT_TO_INTBITS
(result) = 0
[
all
...]
cbigint.h
61
#define
FLOAT_TO_INTBITS
(flt) (*(reinterpret_cast<uint32_t*>(&flt)))
cbigint.cpp
797
uint32_t m =
FLOAT_TO_INTBITS
(z);
811
int32_t k =
FLOAT_TO_INTBITS
(z) >> 23;
Completed in 65 milliseconds