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

/external/chromium_org/third_party/icu/source/common/
H A Dputilimp.h354 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
H A Dputil.cpp503 uprv_fmax(double x, double y) function
/external/icu/icu4c/source/common/
H A Dputilimp.h351 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
H A Dputil.cpp503 uprv_fmax(double x, double y) function
/external/chromium_org/third_party/icu/source/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");
/external/icu/icu4c/source/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");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.cpp187 result = uprv_fmax(a, b);
/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp187 result = uprv_fmax(a, b);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1270 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1336 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro

Completed in 1308 milliseconds