OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tryit
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
tsnmfmt.cpp
174
tryIt
(-2.02147304840132e-68);
175
tryIt
(3.88057859588817e-68); // Test rounding when only some digits are shown because exponent is close to -maxfrac
176
tryIt
(-2.64651110485945e+65); // Overflows to +INF when shown as a percent
177
tryIt
(9.29526819488338e+64); // Ok -- used to fail?
179
tryIt
(-2.02147304840132e-100);
180
tryIt
(3.88057859588817e-096); // Test rounding when only some digits are shown because exponent is close to -maxfrac
181
tryIt
(-2.64651110485945e+306); // Overflows to +INF when shown as a percent
182
tryIt
(9.29526819488338e+250); // Ok -- used to fail?
191
tryIt
(-9.18228054496402e+64);
192
tryIt
(-9.69413034454191e+64)
[
all
...]
tsnmfmt.h
30
* call
tryIt
with many variations, called by testLocale
36
void
tryIt
(double aNumber);
40
void
tryIt
(int32_t aNumber);
Completed in 11 milliseconds