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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputilimp.h317 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
H A Dputil.cpp503 uprv_fmax(double x, double y) function
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dputiltst.c83 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");
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsputil.cpp187 result = uprv_fmax(a, b);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durename.h1302 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Durename.h1280 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Durename.h1280 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h1280 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro

Completed in 278 milliseconds