Searched refs:doubleAlgorithm (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 83 static jdouble doubleAlgorithm (JNIEnv* env, uint64_t * f, int32_t length, jint e, 258 return doubleAlgorithm (env, f, length, e, result); in createDouble1() 269 static jdouble doubleAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jdouble z) { in doubleAlgorithm() function
|