Home
last modified time | relevance | path

Searched refs:INTBITS_TO_FLOAT (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dcbigint.h62 #define INTBITS_TO_FLOAT(bits) (*(reinterpret_cast<float*>(&bits))) macro
Djava_lang_StringToReal.cpp567 result = INTBITS_TO_FLOAT(index); in createFloat()
578 result = INTBITS_TO_FLOAT(index); in createFloat()