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.cpp296 timesTenToTheEHighPrecision (x, xLength, e); in doubleAlgorithm()
310 timesTenToTheEHighPrecision (x, xLength, e); in doubleAlgorithm()
326 timesTenToTheEHighPrecision (y, yLength, -e); in doubleAlgorithm()
341 timesTenToTheEHighPrecision (y, yLength, -e); in doubleAlgorithm()
723 timesTenToTheEHighPrecision (x, xLength, e); in floatAlgorithm()
737 timesTenToTheEHighPrecision (x, xLength, e); in floatAlgorithm()
753 timesTenToTheEHighPrecision (y, yLength, -e); in floatAlgorithm()
768 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