HomeSort by relevance Sort by last modified time
    Searched full:dresult (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
miscdtfm.cpp 96 /* UBool dresult [] = {
130 //if ( !dresult[i] ) System.out.print(" <-- error!");
133 //if ( dresult[i] ) System.out.print(" <-- error!");
  /external/icu4c/test/intltest/
miscdtfm.cpp 96 /* UBool dresult [] = {
133 //if ( !dresult[i] ) System.out.print(" <-- error!");
136 //if ( dresult[i] ) System.out.print(" <-- error!");
  /libcore/luni/src/main/native/
org_apache_harmony_luni_util_FloatingPointParser.cpp 693 jdouble dresult; local
727 dresult = toDoubleHighPrecision (f, length) / pow (10.0, (double) -e);
728 if (IS_DENORMAL_DBL (dresult))
733 dexp = doubleExponent (dresult) + 51;
734 dmant = doubleMantissa (dresult);
780 result = (jfloat) dresult;

Completed in 59 milliseconds