Searched refs:uprv_isNegativeInfinity (Results 1 – 10 of 10) sorted by relevance
255 if(uprv_isNegativeInfinity(pinf) != FALSE) { in testPositiveInfinity()289 if(uprv_isNegativeInfinity(ninf) != TRUE) { in testNegativeInfinity()361 if(uprv_isNegativeInfinity(1/nzero) != TRUE) { in testZero()
228 U_CAPI UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
404 uprv_isNegativeInfinity(double number) in uprv_isNegativeInfinity() function
298 } else if (uprv_isNegativeInfinity(limits[i])) { in setChoices()
119 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1); in TestPUtilAPI()
1432 #define uprv_isNegativeInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isNegativeInfinity) macro