Searched refs:toDoubleHighPrecision (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 164 result = toDoubleHighPrecision (f, index); in createDouble() 183 result = toDoubleHighPrecision (f, index); in createDouble() 208 return toDoubleHighPrecision (f, length) * doubleTenToTheE (e); in createDouble1() 212 return toDoubleHighPrecision (f, length) / doubleTenToTheE (-e); in createDouble1() 216 result = toDoubleHighPrecision (f, length) * pow (10.0, e); in createDouble1() 223 result = toDoubleHighPrecision (f, length); in createDouble1() 240 result = toDoubleHighPrecision (f, length) / pow (10.0, -e); in createDouble1() 246 result = toDoubleHighPrecision (f, length) * pow (10.0, e + 52); in createDouble1() 601 result = (jfloat) (toDoubleHighPrecision (f, length) * pow (10.0, (double) e)); in createFloat1() 608 result = (jfloat) toDoubleHighPrecision (f, length); in createFloat1() [all …]
|
D | cbigint.h | 91 jdouble toDoubleHighPrecision(uint64_t* arg, int32_t length);
|
D | cbigint.cpp | 427 toDoubleHighPrecision (uint64_t * arg, int32_t length) in toDoubleHighPrecision() function
|