Home
last modified time | relevance | path

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

/dports/devel/icu/icu/source/test/intltest/
H A Dtsnmfmt.cpp211 tryIt(-2.3e-168); in testFormat()
219 tryIt(5e-20 / 9); in testFormat()
220 tryIt(5e20 / 9); in testFormat()
225 tryIt(5.06e-27); in testFormat()
241 tryIt(0.0); in testFormat()
253 tryIt(d); in testFormat()
258 tryIt(0.0); in testFormat()
259 tryIt(it); in testFormat()
266 tryIt(it); in testFormat()
272 tryIt(it); in testFormat()
[all …]
H A Dtsnmfmt.h38 void tryIt(double aNumber);
42 void tryIt(int32_t aNumber);
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dtsnmfmt.cpp211 tryIt(-2.3e-168); in testFormat()
219 tryIt(5e-20 / 9); in testFormat()
220 tryIt(5e20 / 9); in testFormat()
225 tryIt(5.06e-27); in testFormat()
241 tryIt(0.0); in testFormat()
253 tryIt(d); in testFormat()
258 tryIt(0.0); in testFormat()
259 tryIt(it); in testFormat()
266 tryIt(it); in testFormat()
272 tryIt(it); in testFormat()
[all …]
H A Dtsnmfmt.h38 void tryIt(double aNumber);
42 void tryIt(int32_t aNumber);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Random/
H A DRandomTestChiSquared.java150 static void tryIt(RandomGenerator rng, String kind, Function<String,BooleanSupplier> f) { in tryIt() method in RandomTestChiSquared
175tryIt(rng, "nextInt(" + N + ")", (String id) -> () -> testRngChiSquared(id, N, () -> rng.nextInt(N… in testOneRng()
181tryIt(rng, "nextLong(" + N + ")", (String id) -> () -> testRngChiSquared(id, N, () -> (int)(rng.ne… in testOneRng()
187tryIt(rng, "nextFloat(" + N + ")", (String id) -> () -> testRngChiSquared(id, N, () -> (int)(rng.n… in testOneRng()
193tryIt(rng, "nextDouble(" + N + ")", (String id) -> () -> testRngChiSquared(id, N, () -> (int)(rng.… in testOneRng()
200tryIt(rng, "ints(0, " + N + ")", (String id) -> () -> testRngChiSquared(id, N, iter1::next)); in testOneRng()
202tryIt(rng, "ints(43, " + (N+43) + ")", (String id) -> () -> testRngChiSquared(id, N, () -> iter2.n… in testOneRng()
204tryIt(rng, "ints(-59, " + (N-59) + ")", (String id) -> () -> testRngChiSquared(id, N, () -> iter3.… in testOneRng()
209tryIt(rng, "longs(0, " + N + ")", (String id) -> () -> testRngChiSquared(id, N, () -> (int)(iter1.… in testOneRng()
211tryIt(rng, "longs(43, " + (N+43) + ")", (String id) -> () -> testRngChiSquared(id, N, () -> (int)(… in testOneRng()
[all …]
H A DRandomTestBsi1999.java405 static void tryIt(RandomGenerator rng, String id, BooleanSupplier theSupplier) { in tryIt() method in RandomTestBsi1999
415tryIt(rng, "nextInt", () -> testRngBsi1999Int(name + " nextInt", rng::nextInt, failureTolerance)); in testOneRng()
416tryIt(rng, "nextLong", () -> testRngBsi1999Long(name + " nextLong", rng::nextLong, failureToleranc… in testOneRng()
417tryIt(rng, "nextBoolean", () -> testRngBsi1999Boolean(name + " nextBoolean", rng::nextBoolean, fai… in testOneRng()
418tryIt(rng, "ints", () -> testRngBsi1999Int(name + " ints", rng.ints().iterator()::next, failureTol… in testOneRng()
419tryIt(rng, "longs", () -> testRngBsi1999Long(name + " longs", rng.longs().iterator()::next, failur… in testOneRng()
422 tryIt(rng, "doubles", in testOneRng()
427 tryIt(rng, "nextDouble", in testOneRng()
431 tryIt(rng, "nextFloat", in testOneRng()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/8026394/
H A DInterfaceObjectTest.java52 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
66 tryIt(o1); in main()
/dports/devel/R-cran-gtools/gtools/R/
H A Droman2int.R67 tryIt <- function(x) { function
76 retval <- sapply(roman, tryIt)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/linkResolver/
H A DInterfaceObjectTest.java54 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
67 tryIt(o1); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/linkResolver/
H A DInterfaceObjectTest.java54 public static void tryIt(ICloneExtend o1) { in tryIt() method in InterfaceObjectTest
67 tryIt(o1); in main()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp839 bool tryIt = numberRows > 200 && numberColumns > 2000 && in initialSolve() local
841 tryItSave = tryIt; in initialSolve()
843 tryIt = false; in initialSolve()
845 tryIt = false; in initialSolve()
847 tryIt = false; in initialSolve()
848 if (tryIt) { in initialSolve()
883 if (!tryIt || nPasses <= 5) in initialSolve()
1164 bool tryIt = tryItSave; in initialSolve() local
1166 tryIt = false; in initialSolve()
1167 if (tryIt) { in initialSolve()
/dports/math/R/R-4.1.2/src/library/methods/man/
H A DsetGeneric.Rd346 tryIt <- function(expr) tryCatch(expr, error = function(e) e)
348 is(tryIt(authorNames(character())), "error"), # empty value
349 is(tryIt(authorNames(NULL)), "error")) # no default method
/dports/math/libRmath/R-4.1.1/src/library/methods/man/
H A DsetGeneric.Rd346 tryIt <- function(expr) tryCatch(expr, error = function(e) e)
348 is(tryIt(authorNames(character())), "error"), # empty value
349 is(tryIt(authorNames(NULL)), "error")) # no default method
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp1630 …int tryIt = (numberRows > 200 && numberColumns > 2000 && (numberColumns > 2 * numberRows || (metho… in initialSolve() local
1631 tryItSave = tryIt; in initialSolve()
1633 tryIt = 0; in initialSolve()
1635 tryIt = 0; in initialSolve()
1637 tryIt = 0; in initialSolve()
1638 if (tryIt) { in initialSolve()
1673 if (!tryIt || nPasses <= 5) in initialSolve()
2006 int tryIt = tryItSave; in initialSolve() local
2008 tryIt = 0; in initialSolve()
2009 if (tryIt) { in initialSolve()
[all …]
H A DClpSolver.cpp933 bool tryIt = true; local
945 tryIt = false;
951 if (tryIt) {
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSolver.cpp2830 bool tryIt = true; in CbcMain1() local
2838 tryIt = false; in CbcMain1()
2844 if (tryIt) { in CbcMain1()