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

  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_NumberConvert.c 189 if (compareHighPrecision (Temp, TempLength, S, SLength) >= 0)
222 if (compareHighPrecision (R, RLength, Temp, TempLength) >= 0)
229 low = compareHighPrecision (R, RLength, mminus, mminus_Length) <= 0;
236 high = compareHighPrecision (Temp, TempLength, S, SLength) >= 0;
259 else if (compareHighPrecision (R, RLength, S, SLength) < 0)
cbigint.h 37 IDATA compareHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
commonDblParce.c 503 comparison = compareHighPrecision (x, xLength, y, yLength);
531 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
537 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
org_apache_harmony_luni_util_fltparse.c 432 comparison = compareHighPrecision (x, xLength, y, yLength);
460 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
466 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
cbigint.c 547 compareHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2)

Completed in 295 milliseconds