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_RealToString.cpp
190
subtractHighPrecision
(R, RLength, Temp, TempLength);
java_lang_StringToReal.cpp
421
subtractHighPrecision
(D, DLength, y, yLength);
428
subtractHighPrecision
(D, DLength, x, xLength);
895
subtractHighPrecision
(D, DLength, y, yLength);
902
subtractHighPrecision
(D, DLength, x, xLength);
cbigint.cpp
177
subtractHighPrecision
(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)
Completed in 79 milliseconds