HomeSort by relevance Sort by last modified time
    Searched full:tryit (Results 1 - 5 of 5) 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/llvm/test/Bitcode/
2006-12-11-Cast-ConstExpr.ll 8 define float @tryit(i32 %A) {
  /external/llvm/utils/
findmisopt 103 function tryit { function
137 if tryit "$switches" ; then
156 tryit "$final $switches"
findoptdiff 76 function tryit { function
98 if tryit "$switches" ; then

Completed in 227 milliseconds