OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtractHighPrecision
(Results
1 - 4
of
4
) 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);
java_lang_RealToString.cpp
190
subtractHighPrecision
(R, RLength, Temp, TempLength);
cbigint.cpp
177
subtractHighPrecision
(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)
Completed in 781 milliseconds