OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highestSetBitHighPrecision
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
cbigint.h
94
int32_t
highestSetBitHighPrecision
(uint64_t* arg, int32_t length);
java_lang_StringToReal.cpp
201
numBits =
highestSetBitHighPrecision
(f, length) + 1;
586
numBits =
highestSetBitHighPrecision
(f, length) + 1;
cbigint.cpp
370
highestSetBitHighPrecision
(uint64_t * arg, int32_t length)
Completed in 72 milliseconds