Searched refs:subtractHighPrecision (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 354 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()
|
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
|