HomeSort by relevance Sort by last modified time
    Searched full:dmant (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 723 uint64_t dmant; local
731 dmant = doubleMantissa (dresult);
743 fmant = (uint32_t) (dmant >> 29);
744 fovfl = ((uint32_t) (dmant & 0x1FFFFFFF)) << 3;

Completed in 5802 milliseconds