Home
last modified time | relevance | path

Searched refs:subtractHighPrecision (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp350 subtractHighPrecision (D, DLength, y, yLength); in doubleAlgorithm()
357 subtractHighPrecision (D, DLength, x, xLength); in doubleAlgorithm()
777 subtractHighPrecision (D, DLength, y, yLength); in floatAlgorithm()
784 subtractHighPrecision (D, DLength, x, xLength); in floatAlgorithm()
Dcbigint.h95 void subtractHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
Dcbigint.cpp116 subtractHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) in subtractHighPrecision() function