Home
last modified time | relevance | path

Searched refs:timesTenToTheEHighPrecision (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp300 timesTenToTheEHighPrecision (x, xLength, e); in doubleAlgorithm()
314 timesTenToTheEHighPrecision (x, xLength, e); in doubleAlgorithm()
330 timesTenToTheEHighPrecision (y, yLength, -e); in doubleAlgorithm()
345 timesTenToTheEHighPrecision (y, yLength, -e); in doubleAlgorithm()
728 timesTenToTheEHighPrecision (x, xLength, e); in floatAlgorithm()
742 timesTenToTheEHighPrecision (x, xLength, e); in floatAlgorithm()
758 timesTenToTheEHighPrecision (y, yLength, -e); in floatAlgorithm()
773 timesTenToTheEHighPrecision (y, yLength, -e); in floatAlgorithm()
Dcbigint.h99 int32_t timesTenToTheEHighPrecision(uint64_t* result, int32_t length, jint e);
Dcbigint.cpp535 timesTenToTheEHighPrecision (uint64_t * result, int32_t length, jint e) in timesTenToTheEHighPrecision() function