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.cpp354 subtractHighPrecision (D, DLength, y, yLength); in doubleAlgorithm()
361 subtractHighPrecision (D, DLength, x, xLength); in doubleAlgorithm()
782 subtractHighPrecision (D, DLength, y, yLength); in floatAlgorithm()
789 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