OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toDoubleHighPrecision
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
220
result =
toDoubleHighPrecision
(f, index);
239
result =
toDoubleHighPrecision
(f, index);
265
return
toDoubleHighPrecision
(f, length) * doubleTenToTheE (e);
269
return
toDoubleHighPrecision
(f, length) / doubleTenToTheE (-e);
273
result =
toDoubleHighPrecision
(f, length) * pow (10.0, e);
280
result =
toDoubleHighPrecision
(f, length);
297
result =
toDoubleHighPrecision
(f, length) / pow (10.0, -e);
303
result =
toDoubleHighPrecision
(f, length) * pow (10.0, e + 52);
704
result = (jfloat) (
toDoubleHighPrecision
(f, length) * pow (10.0, (double) e));
711
result = (jfloat)
toDoubleHighPrecision
(f, length)
[
all
...]
cbigint.h
91
jdouble
toDoubleHighPrecision
(uint64_t* arg, int32_t length);
cbigint.cpp
569
toDoubleHighPrecision
(uint64_t * arg, int32_t length)
Completed in 53 milliseconds