Home
last modified time | relevance | path

Searched refs:MaxIters (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-GMPAllocator.C56 long MaxIters = 0; in program() local
61 if (iters > MaxIters) in program()
63 MaxIters = iters; in program()
64 cout << "The sequence starting from " << N << " has length " << MaxIters << endl; in program()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-GMPAllocator.C56 long MaxIters = 0; in program() local
61 if (iters > MaxIters) in program()
63 MaxIters = iters; in program()
64 cout << "The sequence starting from " << N << " has length " << MaxIters << endl; in program()
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-GMPAllocator1.C51 long MaxIters = 0; in program() local
56 if (iters > MaxIters) in program()
58 MaxIters = iters; in program()
59 cout << "The sequence starting from " << N << " has length " << MaxIters << endl; in program()
H A Dex-GMPAllocator2.C47 long MaxIters = 0; in computation() local
51 if (iters > MaxIters) in computation()
53 MaxIters = iters; in computation()
/dports/math/giacxcas/CoCoALib-0.99700/examples/
H A Dex-GMPAllocator1.C51 long MaxIters = 0; in program() local
56 if (iters > MaxIters) in program()
58 MaxIters = iters; in program()
59 cout << "The sequence starting from " << N << " has length " << MaxIters << endl; in program()
H A Dex-GMPAllocator2.C47 long MaxIters = 0; in computation() local
51 if (iters > MaxIters) in computation()
53 MaxIters = iters; in computation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp88 static const size_t MaxIters = 32 * 1024; variable
93 ->Range(MinIters, MaxIters);
95 ->Range(MinIters, MaxIters);
98 ->Range(MinIters, MaxIters);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp90 static const size_t MaxIters = 32 * 1024; variable
95 ->Range(MinIters, MaxIters);
97 ->Range(MinIters, MaxIters);
100 ->Range(MinIters, MaxIters);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp90 static const size_t MaxIters = 32 * 1024; variable
95 ->Range(MinIters, MaxIters);
97 ->Range(MinIters, MaxIters);
100 ->Range(MinIters, MaxIters);
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp90 static const size_t MaxIters = 32 * 1024; variable
95 ->Range(MinIters, MaxIters);
97 ->Range(MinIters, MaxIters);
100 ->Range(MinIters, MaxIters);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp90 static const size_t MaxIters = 32 * 1024; variable
95 ->Range(MinIters, MaxIters);
97 ->Range(MinIters, MaxIters);
100 ->Range(MinIters, MaxIters);
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp90 static const size_t MaxIters = 32 * 1024; variable
95 ->Range(MinIters, MaxIters);
97 ->Range(MinIters, MaxIters);
100 ->Range(MinIters, MaxIters);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp96 static const size_t MaxIters = 32 * 1024; variable
101 ->Range(MinIters, MaxIters);
103 ->Range(MinIters, MaxIters);
106 ->Range(MinIters, MaxIters);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp96 static const size_t MaxIters = 32 * 1024; variable
101 ->Range(MinIters, MaxIters);
103 ->Range(MinIters, MaxIters);
106 ->Range(MinIters, MaxIters);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp96 static const size_t MaxIters = 32 * 1024; variable
101 ->Range(MinIters, MaxIters);
103 ->Range(MinIters, MaxIters);
106 ->Range(MinIters, MaxIters);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp96 static const size_t MaxIters = 32 * 1024; variable
101 ->Range(MinIters, MaxIters);
103 ->Range(MinIters, MaxIters);
106 ->Range(MinIters, MaxIters);
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp96 static const size_t MaxIters = 32 * 1024; variable
101 ->Range(MinIters, MaxIters);
103 ->Range(MinIters, MaxIters);
106 ->Range(MinIters, MaxIters);
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DSmallFpLogImpl.C49 …const value_t MaxIters = MAX/(p-1)/(p-1)/2; // Max no. of unreduced products you can sum without e… in ourCalcIterLimit() local
51 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
52 return MaxIters; in ourCalcIterLimit()
H A DSmallFpImpl.C50 …const repr_t MaxIters = (MAX/(p-1))/(p-1)/2; // Max no. of unreduced products you can sum without … in ourCalcIterLimit() local
52 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
53 return MaxIters; // implicit cast is safe in ourCalcIterLimit()
H A DSmallFpDoubleImpl.C77 …const double MaxIters = std::floor(ourMaxInt()/(p-1)/(p-1)/2); // Max no. of unreduced products yo… in ourCalcIterLimit() local
79 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
80 return static_cast<long>(MaxIters); in ourCalcIterLimit()
H A DRootBound.C534 long MaxIters = NumGraeffeIters; in RootBound() local
536 MaxIters = min(5L, 22-FloorLog2(CoeffSize)); in RootBound()
538 for (long NumIters = 1; NumIters <= MaxIters; ++NumIters) in RootBound()
584 long MaxIters = NumGraeffeIters; in LogRootBound() local
586 MaxIters = min(5L, 22-FloorLog2(CoeffSizeEstimate(g))); in LogRootBound()
589 for (long NumIters = 1; NumIters <= MaxIters; ++NumIters) in LogRootBound()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DSmallFpLogImpl.C49 …const value_t MaxIters = MAX/(p-1)/(p-1)/2; // Max no. of unreduced products you can sum without e… in ourCalcIterLimit() local
51 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
52 return MaxIters; in ourCalcIterLimit()
H A DSmallFpDoubleImpl.C77 …const double MaxIters = std::floor(ourMaxInt()/(p-1)/(p-1)/2); // Max no. of unreduced products yo… in ourCalcIterLimit() local
79 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
80 return static_cast<long>(MaxIters); in ourCalcIterLimit()
H A DSmallFpImpl.C50 …const repr_t MaxIters = (MAX/(p-1))/(p-1)/2; // Max no. of unreduced products you can sum without … in ourCalcIterLimit() local
52 if (MaxIters > MaxLong) return MaxLong; // JAA reckons this'll never happen. in ourCalcIterLimit()
53 return MaxIters; // implicit cast is safe in ourCalcIterLimit()
H A DRootBound.C539 long MaxIters = NumGraeffeIters; in RootBound() local
541 MaxIters = min(5L, 22-FloorLog2(CoeffSize)); in RootBound()
543 for (long NumIters = 1; NumIters <= MaxIters; ++NumIters) in RootBound()
589 long MaxIters = NumGraeffeIters; in LogRootBound() local
591 MaxIters = min(5L, 22-FloorLog2(CoeffSizeEstimate(g))); in LogRootBound()
594 for (long NumIters = 1; NumIters <= MaxIters; ++NumIters) in LogRootBound()

12