Searched refs:uprv_isNegativeInfinity (Results 1 – 8 of 8) sorted by relevance
253 if(uprv_isNegativeInfinity(pinf) != FALSE) { in testPositiveInfinity()287 if(uprv_isNegativeInfinity(ninf) != TRUE) { in testNegativeInfinity()359 if(uprv_isNegativeInfinity(1/nzero) != TRUE) { in testZero()
295 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
393 uprv_isNegativeInfinity(double number) in uprv_isNegativeInfinity() function
296 } else if (uprv_isNegativeInfinity(limits[i])) { in setChoices()
215 if (uprv_isNegativeInfinity(value)) { in initVisibleDigits()
823 if (uprv_isNegativeInfinity(source)) { in set()
114 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1); in TestPUtilAPI()
1328 #define uprv_isNegativeInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isNegativeInfinity) macro