Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/tools/
H A Dfindthreshold.py46 count, prec, bits, thresh, status = line.strip().split('\t')
71 for thresh in xrange(8, 65, 2):
72 s, b, t = get_timing_stats(1000, prec, thresh, seed)
76 stats[prec] = (thresh, t, tp)
88 for prec, thresh, trec, tnorm in stats:
89 print "%d\t%d\t%.3f\t%.3f\t%.4f" % (prec, thresh, trec, tnorm,
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dstring_util.cc33 void ToExponentAndMantissa(double val, double thresh, int precision, in ToExponentAndMantissa() argument
46 std::max(thresh, 1.0 / std::pow(10.0, precision)); in ToExponentAndMantissa()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpre-inc-disable.ll244 define void @test16(i16* nocapture readonly %sums, i32 signext %delta, i32 signext %thresh) {
372 %cmp25 = icmp slt i32 %op.extra, %thresh
382 define void @test8(i8* nocapture readonly %sums, i32 signext %delta, i32 signext %thresh) {
514 %cmp25 = icmp slt i32 %op.extra, %thresh
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimath.c206 void mp_int_multiply_threshold(mp_size thresh) { in mp_int_multiply_threshold() argument
207 assert(thresh >= sizeof(mp_word)); in mp_int_multiply_threshold()
208 multiply_threshold = thresh; in mp_int_multiply_threshold()