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

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 161 result = toDoubleHighPrecision (f, index);
180 result = toDoubleHighPrecision (f, index);
205 return toDoubleHighPrecision (f, length) * doubleTenToTheE (e);
209 return toDoubleHighPrecision (f, length) / doubleTenToTheE (-e);
213 result = toDoubleHighPrecision (f, length) * pow (10.0, e);
220 result = toDoubleHighPrecision (f, length);
237 result = toDoubleHighPrecision (f, length) / pow (10.0, -e);
243 result = toDoubleHighPrecision (f, length) * pow (10.0, e + 52);
597 result = (jfloat) (toDoubleHighPrecision (f, length) * pow (10.0, (double) e));
604 result = (jfloat) toDoubleHighPrecision (f, length)
    [all...]
cbigint.h 91 jdouble toDoubleHighPrecision(uint64_t* arg, int32_t length);
cbigint.cpp 427 toDoubleHighPrecision (uint64_t * arg, int32_t length)

Completed in 43 milliseconds