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

  /dalvik/libcore/luni/src/main/native/
cbigint.h 40 void subtractHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
commonDblParce.c 509 subtractHighPrecision (D, DLength, y, yLength);
516 subtractHighPrecision (D, DLength, x, xLength);
org_apache_harmony_luni_util_fltparse.c 438 subtractHighPrecision (D, DLength, y, yLength);
445 subtractHighPrecision (D, DLength, x, xLength);
org_apache_harmony_luni_util_NumberConvert.c 224 subtractHighPrecision (R, RLength, Temp, TempLength);
cbigint.c 177 subtractHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2)

Completed in 161 milliseconds