Searched refs:fovfl (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Djava_lang_StringToReal.cpp615 uint32_t fmant, fovfl; local
637 fovfl = ((uint32_t) (dmant & 0x1FFFFFFF)) << 3;
638 while ((dexp < -127) && ((fmant | fovfl) != 0))
642 fovfl |= 0x80000000;
644 fovfl >>= 1;
648 if ((fovfl & 0x80000000) != 0)
650 if ((fovfl & 0x7FFFFFFC) != 0)
659 else if ((fovfl & 0x40000000) != 0)
661 if ((fovfl & 0x3FFFFFFC) != 0)

Completed in 144 milliseconds