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

  /libcore/luni/src/main/native/
cbigint.h 95 void subtractHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
java_lang_StringToReal.cpp 350 subtractHighPrecision (D, DLength, y, yLength);
357 subtractHighPrecision (D, DLength, x, xLength);
777 subtractHighPrecision (D, DLength, y, yLength);
784 subtractHighPrecision (D, DLength, x, xLength);
cbigint.cpp 116 subtractHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)

Completed in 45 milliseconds