OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dresult
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_fltparse.c
228
jdouble
dresult
;
local
262
dresult
= toDoubleHighPrecision (f, length) / pow (10.0, (double) -e);
263
if (IS_DENORMAL_DBL (
dresult
))
268
dexp = doubleExponent (
dresult
) + 51;
269
dmant = doubleMantissa (
dresult
);
315
result = (jfloat)
dresult
;
/external/icu4c/test/intltest/
miscdtfm.cpp
96
/* UBool
dresult
[] = {
130
//if ( !
dresult
[i] ) System.out.print(" <-- error!");
133
//if (
dresult
[i] ) System.out.print(" <-- error!");
Completed in 53 milliseconds