OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tryit
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/test/intltest/
tsnmfmt.cpp
183
tryIt
(-2.02147304840132e-68);
184
tryIt
(3.88057859588817e-68); // Test rounding when only some digits are shown because exponent is close to -maxfrac
185
tryIt
(-2.64651110485945e+65); // Overflows to +INF when shown as a percent
186
tryIt
(9.29526819488338e+64); // Ok -- used to fail?
188
tryIt
(-2.02147304840132e-100);
189
tryIt
(3.88057859588817e-096); // Test rounding when only some digits are shown because exponent is close to -maxfrac
190
tryIt
(-2.64651110485945e+306); // Overflows to +INF when shown as a percent
191
tryIt
(9.29526819488338e+250); // Ok -- used to fail?
200
tryIt
(-9.18228054496402e+64);
201
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);
/external/chromium_org/third_party/icu/source/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);
/external/llvm/test/Bitcode/
2006-12-11-Cast-ConstExpr.ll
8
define float @
tryit
(i32 %A) {
/external/llvm/utils/
findmisopt
102
function
tryit
{
function
136
if
tryit
"$switches" ; then
155
tryit
"$final $switches"
findoptdiff
76
function
tryit
{
function
98
if
tryit
"$switches" ; then
Completed in 307 milliseconds