HomeSort by relevance Sort by last modified time
    Searched refs:compareHighPrecision (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 344 comparison = compareHighPrecision (x, xLength, y, yLength);
372 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
379 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
771 comparison = compareHighPrecision (x, xLength, y, yLength);
799 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
806 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
cbigint.h 93 int32_t compareHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
cbigint.cpp 400 compareHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)

Completed in 44 milliseconds