Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_LONGBITS (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Dcbigint.cpp441 DOUBLE_TO_LONGBITS (result) = EXPONENT_MASK; in toDoubleHighPrecision()
450 DOUBLE_TO_LONGBITS (result) = in toDoubleHighPrecision()
457 DOUBLE_TO_LONGBITS (result) = in toDoubleHighPrecision()
463 DOUBLE_TO_LONGBITS (result) = DOUBLE_TO_LONGBITS (result) + 1; in toDoubleHighPrecision()
482 DOUBLE_TO_LONGBITS (result) = in toDoubleHighPrecision()
488 DOUBLE_TO_LONGBITS (result) = DOUBLE_TO_LONGBITS (result) + 1; in toDoubleHighPrecision()
495 DOUBLE_TO_LONGBITS (result) = in toDoubleHighPrecision()
496 DOUBLE_TO_LONGBITS (result) + 1; in toDoubleHighPrecision()
506 DOUBLE_TO_LONGBITS (result) = in toDoubleHighPrecision()
512 DOUBLE_TO_LONGBITS (result) = DOUBLE_TO_LONGBITS (result) + 1; in toDoubleHighPrecision()
[all …]
Djava_lang_StringToReal.cpp169 DOUBLE_TO_LONGBITS (result) = DOUBLE_INFINITE_LONGBITS; in createDouble()
230 DOUBLE_TO_LONGBITS (result) = DOUBLE_MINIMUM_LONGBITS; in createDouble1()
234 DOUBLE_TO_LONGBITS (result) = DOUBLE_INFINITE_LONGBITS; in createDouble1()
256 DOUBLE_TO_LONGBITS (result) = DOUBLE_MINIMUM_LONGBITS; in createDouble1()
380 && DOUBLE_TO_LONGBITS(z) != DOUBLE_NORMAL_MASK) in doubleAlgorithm()
385 --DOUBLE_TO_LONGBITS (z); in doubleAlgorithm()
403 --DOUBLE_TO_LONGBITS (z); in doubleAlgorithm()
412 --DOUBLE_TO_LONGBITS (z); in doubleAlgorithm()
417 ++DOUBLE_TO_LONGBITS (z); in doubleAlgorithm()
423 --DOUBLE_TO_LONGBITS (z); in doubleAlgorithm()
[all …]
Dcbigint.h60 #define DOUBLE_TO_LONGBITS(dbl) (*(reinterpret_cast<uint64_t*>(&dbl))) macro