Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp348 comparison = compareHighPrecision (x, xLength, y, yLength); in doubleAlgorithm()
376 comparison2 = compareHighPrecision (D2, D2Length, y, yLength); in doubleAlgorithm()
383 if (compareHighPrecision (D2, D2Length, y, yLength) > 0) in doubleAlgorithm()
776 comparison = compareHighPrecision (x, xLength, y, yLength); in floatAlgorithm()
804 comparison2 = compareHighPrecision (D2, D2Length, y, yLength); in floatAlgorithm()
811 if (compareHighPrecision (D2, D2Length, y, yLength) > 0) in floatAlgorithm()
Dcbigint.h93 int32_t compareHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
Dcbigint.cpp400 compareHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) in compareHighPrecision() function