Searched refs:uprv_fmax (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/
H A Dputilimp.h107 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
H A Dputil.c492 uprv_fmax(double x, double y) function
/external/icu4c/test/cintltst/
H A Dputiltst.c66 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/
H A Dtsputil.cpp188 result = uprv_fmax(a, b);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h914 #define uprv_fmax uprv_fmax_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h914 #define uprv_fmax uprv_fmax_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h914 #define uprv_fmax uprv_fmax_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h914 #define uprv_fmax uprv_fmax_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1294 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro

Completed in 521 milliseconds