HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_TO_INTBITS (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 558 FLOAT_TO_INTBITS (result) = FLOAT_INFINITE_INTBITS;
608 FLOAT_TO_INTBITS (result) = FLOAT_MINIMUM_INTBITS;
610 FLOAT_TO_INTBITS (result) = FLOAT_INFINITE_INTBITS;
620 FLOAT_TO_INTBITS (result) = 0;
629 FLOAT_TO_INTBITS (result) = 0;
666 FLOAT_TO_INTBITS (result) = fmant;
679 if (e <= -309 || FLOAT_TO_INTBITS (result) == 0)
680 FLOAT_TO_INTBITS (result) = FLOAT_MINIMUM_INTBITS;
803 && FLOAT_TO_INTBITS(z) != FLOAT_NORMAL_MASK)
808 --FLOAT_TO_INTBITS (z)
    [all...]
cbigint.h 61 #define FLOAT_TO_INTBITS(flt) (*(reinterpret_cast<uint32_t*>(&flt)))
cbigint.cpp 659 uint32_t m = FLOAT_TO_INTBITS (z);
673 int32_t k = FLOAT_TO_INTBITS (z) >> 23;

Completed in 496 milliseconds