Searched refs:uprv_fmax (Results 1 – 9 of 9) sorted by relevance
284 U_CAPI double U_EXPORT2 uprv_fmax(double d, double y);
493 uprv_fmax(double x, double y) in uprv_fmax() function
89 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed."); in TestPUtilAPI()92 expn1=uprv_fmax(uprv_getNaN(), 1.2); in TestPUtilAPI()
189 result = uprv_fmax(a, b); in maxMinTest()
1412 #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) macro