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

1 2

  /external/chromium/third_party/icu/source/common/
putilimp.h 82 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
putil.c 409 uprv_fabs(double x) function
    [all...]
  /external/chromium/third_party/icu/source/i18n/
astro.cpp 605 while (uprv_fabs(delta) > 1e-5); // epsilon = 1e-5 rad
    [all...]
nfsubs.cpp 236 virtual double transformNumber(double number) const { return uprv_fabs(number); }
    [all...]
  /external/icu4c/i18n/
astro.cpp 605 while (uprv_fabs(delta) > 1e-5); // epsilon = 1e-5 rad
    [all...]
nfsubs.cpp 236 virtual double transformNumber(double number) const { return uprv_fabs(number); }
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 65 dt, millis, uprv_fabs(millis-dt), uprv_fabs(dt*kDrift));
92 return ( uprv_fabs(a - b) < uprv_fabs(a * err) );
astrotst.cpp 309 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000);
310 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
nmfmtrt.cpp 315 return uprv_fabs(error);
  /external/icu4c/common/
putilimp.h 82 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
putil.c 429 uprv_fabs(double x) function
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 65 dt, millis, uprv_fabs(millis-dt), uprv_fabs(dt*kDrift));
92 return ( uprv_fabs(a - b) < uprv_fabs(a * err) );
astrotst.cpp 309 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000);
310 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
nmfmtrt.cpp 315 return uprv_fabs(error);
  /external/chromium/third_party/icu/source/test/cintltst/
putiltst.c 57 log_verbose("Testing the API uprv_fabs()\n");
58 expn1=uprv_fabs((2.02-1.345));
59 doAssert(expn1, 0.675, "uprv_fabs(2.02-1.345) failed.");
cnumtst.c     [all...]
  /external/icu4c/test/cintltst/
putiltst.c 59 log_verbose("Testing the API uprv_fabs()\n");
60 expn1=uprv_fabs((2.02-1.345));
61 doAssert(expn1, 0.675, "uprv_fabs(2.02-1.345) failed.");
cnumtst.c     [all...]
  /external/chromium/third_party/icu/source/test/letest/
cletest.c 312 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
313 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
letest.cpp 356 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
364 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
    [all...]
  /external/icu4c/test/letest/
cletest.c 312 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
313 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
letest.cpp 356 double xError = uprv_fabs(actual->positions[i * 2] - expected->positions[i * 2]);
364 double yError = uprv_fabs(actual->positions[i * 2 + 1] - expected->positions[i * 2 + 1]);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 912 #define uprv_fabs macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 912 #define uprv_fabs macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 912 #define uprv_fabs macro
    [all...]

Completed in 1387 milliseconds

1 2