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

  /external/chromium/third_party/icu/source/common/
putilimp.h 107 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.c 440 uprv_fmax(double x, double y) function
    [all...]
  /external/icu4c/common/
putilimp.h 107 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
putil.c 460 uprv_fmax(double x, double y) function
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
putiltst.c 61 log_verbose("Testing the API uprv_fmax()\n");
62 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
64 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
65 expn1=uprv_fmax(uprv_getNaN(), 1.2);
66 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/icu4c/test/cintltst/
putiltst.c 63 log_verbose("Testing the API uprv_fmax()\n");
64 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
66 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
67 expn1=uprv_fmax(uprv_getNaN(), 1.2);
68 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
  /external/chromium/third_party/icu/source/test/intltest/
tsputil.cpp 188 result = uprv_fmax(a, b);
  /external/icu4c/test/intltest/
tsputil.cpp 188 result = uprv_fmax(a, b);
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 914 #define uprv_fmax macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1258 #define uprv_fmax macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1090 #define uprv_fmax macro
    [all...]

Completed in 287 milliseconds