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

  /external/icu4c/common/
putilimp.h 107 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.c 487 uprv_fmax(double x, double y) function
    [all...]
  /external/icu4c/test/cintltst/
putiltst.c 66 log_verbose("Testing the API uprv_fmax()\n");
67 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
69 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
70 expn1=uprv_fmax(uprv_getNaN(), 1.2);
71 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/icu4c/test/intltest/
tsputil.cpp 188 result = uprv_fmax(a, b);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1280 #define uprv_fmax macro
    [all...]

Completed in 2457 milliseconds