HomeSort by relevance Sort by last modified time
    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 564 result = INTBITS_TO_FLOAT(index);
575 result = INTBITS_TO_FLOAT(index);

Completed in 73 milliseconds