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

  /libcore/luni/src/main/native/
java_lang_RealToString.cpp 152 if (compareHighPrecision (Temp, TempLength, S, SLength) >= 0)
187 if (compareHighPrecision (R, RLength, Temp, TempLength) >= 0)
194 low = compareHighPrecision (R, RLength, mminus, mminus_Length) <= 0;
201 high = compareHighPrecision (Temp, TempLength, S, SLength) >= 0;
224 else if (compareHighPrecision (R, RLength, S, SLength) < 0)
cbigint.h 93 int32_t compareHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
org_apache_harmony_luni_util_FloatingPointParser.cpp 414 comparison = compareHighPrecision (x, xLength, y, yLength);
442 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
448 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
892 comparison = compareHighPrecision (x, xLength, y, yLength);
920 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
926 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
cbigint.cpp 543 compareHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)

Completed in 91 milliseconds