Searched refs:uprv_getInfinity (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 34 double pinf = uprv_getInfinity(); 35 double ninf = -uprv_getInfinity(); 100 double pinf = uprv_getInfinity(); in testMaxMin() 101 double ninf = -uprv_getInfinity(); in testMaxMin() 241 double pinf = uprv_getInfinity(); in testPositiveInfinity() 242 double ninf = -uprv_getInfinity(); in testPositiveInfinity() 279 double pinf = uprv_getInfinity(); in testNegativeInfinity() 280 double ninf = -uprv_getInfinity(); in testNegativeInfinity() 370 double pinf = uprv_getInfinity(); in testIsNaN() 371 double ninf = -uprv_getInfinity(); in testIsNaN() [all …]
|
D | nmfmtrt.cpp | 151 test(fmt, uprv_getInfinity()); in test() 152 test(fmt, -uprv_getInfinity()); in test()
|
D | msfmrgts.cpp | 596 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661() 626 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4106661() 655 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4094906() 685 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4094906()
|
D | tsnmfmt.cpp | 212 tryIt(uprv_getInfinity()); in testFormat() 213 tryIt(-uprv_getInfinity()); in testFormat()
|
D | dcfmapts.cpp | 677 fd = df->getFixedDecimal(uprv_getInfinity(), status); in TestFixedDecimal()
|
D | numfmtst.cpp | 6694 double inf = uprv_getInfinity(); in Test9087()
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 107 …doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) faile… in TestPUtilAPI() 114 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1); in TestPUtilAPI() 119 isTrue=uprv_isPositiveInfinity(uprv_getInfinity()); in TestPUtilAPI() 124 isTrue=uprv_isInfinite(uprv_getInfinity()); in TestPUtilAPI() 356 double pinf = uprv_getInfinity(); 357 double ninf = -uprv_getInfinity();
|
/external/icu/icu4c/source/common/ |
D | putilimp.h | 309 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
|
D | putil.cpp | 420 uprv_getInfinity() in uprv_getInfinity() function 532 return uprv_getInfinity(); in uprv_trunc()
|
D | messagepattern.cpp | 957 double infinity=uprv_getInfinity(); in parseDouble()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1314 #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) macro
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 2300 double inf = uprv_getInfinity();
|