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

  /external/icu/icu4c/source/common/
putilimp.h 353 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.cpp 484 uprv_fmax(double x, double y) function
    [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 85 log_verbose("Testing the API uprv_fmax()\n");
86 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
88 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
89 expn1=uprv_fmax(uprv_getNaN(), 1.2);
90 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 189 result = uprv_fmax(a, b);
  /external/icu/icu4c/source/common/unicode/
urename.h 1314 #define uprv_fmax macro
    [all...]

Completed in 221 milliseconds