HomeSort by relevance Sort by last modified time
    Searched refs:uprv_fabs (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/i18n/
astro.cpp 606 while (uprv_fabs(delta) > 1e-5); // epsilon = 1e-5 rad
    [all...]
nfsubs.cpp 247 virtual double transformNumber(double number) const { return uprv_fabs(number); }
    [all...]
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 69 dt, millis, uprv_fabs(millis-dt), uprv_fabs(dt*kDrift));
96 return ( uprv_fabs(a - b) < uprv_fabs(a * err) );
astrotst.cpp 310 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000);
311 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
nmfmtrt.cpp 320 return uprv_fabs(error);
numrgts.cpp 428 if( uprv_fabs(floatResult - returnfloat) > 0.0001)
    [all...]
numfmtst.cpp 907 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
    [all...]
  /external/icu/icu4c/source/common/
putilimp.h 325 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
putil.cpp 470 uprv_fabs(double x) function
    [all...]
  /external/icu/icu4c/source/test/letest/
cletest.c 316 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
317 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
letest.cpp 358 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
366 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 81 log_verbose("Testing the API uprv_fabs()\n");
82 expn1=uprv_fabs((2.02-1.345));
83 doAssert(expn1, 0.675, "uprv_fabs(2.02-1.345) failed.");
cnumtst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1313 #define uprv_fabs macro
    [all...]

Completed in 359 milliseconds