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

  /external/chromium_org/third_party/icu/source/common/
putilimp.h 354 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.cpp 503 uprv_fmax(double x, double y) function
    [all...]
  /external/icu/icu4c/source/common/
putilimp.h 351 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.cpp 503 uprv_fmax(double x, double y) function
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 83 log_verbose("Testing the API uprv_fmax()\n");
84 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
86 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
87 expn1=uprv_fmax(uprv_getNaN(), 1.2);
88 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 83 log_verbose("Testing the API uprv_fmax()\n");
84 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
86 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
87 expn1=uprv_fmax(uprv_getNaN(), 1.2);
88 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 187 result = uprv_fmax(a, b);
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 187 result = uprv_fmax(a, b);
  /external/icu/icu4c/source/common/unicode/
urename.h 1270 #define uprv_fmax macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1336 #define uprv_fmax macro
    [all...]

Completed in 511 milliseconds