Searched refs:subtractHighPrecision (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 350 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()
|
D | cbigint.h | 95 void subtractHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
|
D | cbigint.cpp | 116 subtractHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) in subtractHighPrecision() function
|