Home
last modified time | relevance | path

Searched refs:tryIt (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dtsnmfmt.cpp183 tryIt(-2.02147304840132e-68); in testFormat()
184tryIt(3.88057859588817e-68); // Test rounding when only some digits are shown because exponent is … in testFormat()
185 tryIt(-2.64651110485945e+65); // Overflows to +INF when shown as a percent in testFormat()
186 tryIt(9.29526819488338e+64); // Ok -- used to fail? in testFormat()
188 tryIt(-2.02147304840132e-100); in testFormat()
189tryIt(3.88057859588817e-096); // Test rounding when only some digits are shown because exponent is… in testFormat()
190 tryIt(-2.64651110485945e+306); // Overflows to +INF when shown as a percent in testFormat()
191 tryIt(9.29526819488338e+250); // Ok -- used to fail? in testFormat()
200 tryIt(-9.18228054496402e+64); in testFormat()
201 tryIt(-9.69413034454191e+64); in testFormat()
[all …]
Dtsnmfmt.h36 void tryIt(double aNumber);
40 void tryIt(int32_t aNumber);