Home
last modified time | relevance | path

Searched refs:t_best (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
38 elif t_best > base_t_worst:
40 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
42 t_best, base_t_worst, slowdown
/dports/www/firefox/firefox-99.0/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
38 elif t_best > base_t_worst:
40 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
42 t_best, base_t_worst, slowdown
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
38 elif t_best > base_t_worst:
40 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
42 t_best, base_t_worst, slowdown
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
37 elif t_best > base_t_worst:
39 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
41 t_best, base_t_worst, slowdown)
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
37 elif t_best > base_t_worst:
39 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
41 t_best, base_t_worst, slowdown)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/tests/
H A Dcompare_bench.py27 t_best = current_avg - current_stddev
37 elif t_best > base_t_worst:
39 slowdown = -((t_best - base_t_worst) / base_t_worst) * 100
41 t_best, base_t_worst, slowdown)
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/kurbo-0.5.11/src/
H A Dquadbez.rs164 fn eval_t(p: Point, t_best: &mut f64, r_best: &mut Option<f64>, t: f64, p0: Point) { in nearest()
168 *t_best = t; in nearest()
174 t_best: &mut f64, in nearest()
181 eval_t(p, t_best, r_best, t, q.eval(t)); in nearest()
193 let mut t_best = 0.0; in nearest() localVariable
196 need_ends |= try_t(self, p, &mut t_best, &mut r_best, t); in nearest()
199 eval_t(p, &mut t_best, &mut r_best, 0.0, self.p0); in nearest()
200 eval_t(p, &mut t_best, &mut r_best, 1.0, self.p2); in nearest()
202 (t_best, r_best.unwrap()) in nearest()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/kurbo-0.6.1/src/
H A Dquadbez.rs234 fn eval_t(p: Point, t_best: &mut f64, r_best: &mut Option<f64>, t: f64, p0: Point) { in nearest()
238 *t_best = t; in nearest()
244 t_best: &mut f64, in nearest()
251 eval_t(p, t_best, r_best, t, q.eval(t)); in nearest()
263 let mut t_best = 0.0; in nearest() localVariable
266 need_ends |= try_t(self, p, &mut t_best, &mut r_best, t); in nearest()
269 eval_t(p, &mut t_best, &mut r_best, 0.0, self.p0); in nearest()
270 eval_t(p, &mut t_best, &mut r_best, 1.0, self.p2); in nearest()
272 (t_best, r_best.unwrap()) in nearest()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/simplex/
H A Dspxprim.c602 int nbp, t_best, ret, k; in choose_pivot() local
667 t_best = 0, dz_best = 0.0, num = 0; in choose_pivot()
678 t_best = t, dz_best = bp[t].dz; in choose_pivot()
703 xassert(1 <= t_best && t_best <= num1); in choose_pivot()
704 if (t_best == 1) in choose_pivot()
712 if (bp[t_best].i == 0) in choose_pivot()
718 else if (bp[t_best].i > 0) in choose_pivot()
720 csa->p = + bp[t_best].i; in choose_pivot()
727 csa->p = - bp[t_best].i; in choose_pivot()
734 bp[t_best].dz); in choose_pivot()
[all …]
H A Dspydual.c672 int try, nnn, j, k, p, q, t, t_best, nbp, ret; in choose_pivot() local
731 t_best = 0, dz_best = -DBL_MAX; in choose_pivot()
735 t_best = t, dz_best = bp[t].dz; in choose_pivot()
738 if (t_best == 0) in choose_pivot()
759 t_best = 0, dz_best = 0.0, num = 0; in choose_pivot()
768 t_best = t, dz_best = bp[t].dz; in choose_pivot()
781 xassert(1 <= t_best && t_best <= num1); in choose_pivot()
791 csa->q = bp[t_best].j; in choose_pivot()
792 best_ratio = fabs(trow[bp[t_best].j]) / big; in choose_pivot()
795 bp[t_best].dz); in choose_pivot()
[all …]
/dports/math/glpk/glpk-5.0/src/simplex/
H A Dspxprim.c602 int nbp, t_best, ret, k; in choose_pivot() local
667 t_best = 0, dz_best = 0.0, num = 0; in choose_pivot()
678 t_best = t, dz_best = bp[t].dz; in choose_pivot()
703 xassert(1 <= t_best && t_best <= num1); in choose_pivot()
704 if (t_best == 1) in choose_pivot()
712 if (bp[t_best].i == 0) in choose_pivot()
718 else if (bp[t_best].i > 0) in choose_pivot()
720 csa->p = + bp[t_best].i; in choose_pivot()
727 csa->p = - bp[t_best].i; in choose_pivot()
734 bp[t_best].dz); in choose_pivot()
[all …]
H A Dspydual.c672 int try, nnn, j, k, p, q, t, t_best, nbp, ret; in choose_pivot() local
731 t_best = 0, dz_best = -DBL_MAX; in choose_pivot()
735 t_best = t, dz_best = bp[t].dz; in choose_pivot()
738 if (t_best == 0) in choose_pivot()
759 t_best = 0, dz_best = 0.0, num = 0; in choose_pivot()
768 t_best = t, dz_best = bp[t].dz; in choose_pivot()
781 xassert(1 <= t_best && t_best <= num1); in choose_pivot()
791 csa->q = bp[t_best].j; in choose_pivot()
792 best_ratio = fabs(trow[bp[t_best].j]) / big; in choose_pivot()
795 bp[t_best].dz); in choose_pivot()
[all …]
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dcompacc2.c2381 int i, t_best, t_rbest, t_qrbest, tm_best, t_n1, sc_ix; in save_best() local
2399 t_best = t_rbest = t_qrbest = -BIGNUM; in save_best()
2440 if (i_score > t_best) tm_best = t_best = i_score; in save_best()
2564 addhistz(find_z(t_best, tm_escore, rbuf_dp->seq->n1, (double) rbuf_rp->rst.comp, in save_best()
2568 t_best = t_rbest = -BIGNUM; in save_best()
2969 int t_best, sc_ix; in buf_do_work() local
2982 t_best = -BIGNUM; in buf_do_work()
3033 if (lib_buf2_rp->rst.score[sc_ix] > t_best) { in buf_do_work()
3034 t_best = lib_buf2_rp->rst.score[sc_ix]; in buf_do_work()
3044 t_best = -BIGNUM; in buf_do_work()
H A Dcompacc2e.c2389 int i, t_best, t_rbest, t_qrbest, tm_best, t_n1, sc_ix; in save_best() local
2407 t_best = t_rbest = t_qrbest = -BIGNUM; in save_best()
2448 if (i_score > t_best) tm_best = t_best = i_score; in save_best()
2572 addhistz(find_z(t_best, tm_escore, rbuf_dp->seq->n1, (double) rbuf_rp->rst.comp, in save_best()
2576 t_best = t_rbest = -BIGNUM; in save_best()
2977 int t_best, sc_ix; in buf_do_work() local
2990 t_best = -BIGNUM; in buf_do_work()
3041 if (lib_buf2_rp->rst.score[sc_ix] > t_best) { in buf_do_work()
3042 t_best = lib_buf2_rp->rst.score[sc_ix]; in buf_do_work()
3052 t_best = -BIGNUM; in buf_do_work()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_polygon_edgenet.c915 float t_best = 1.0f; in test_edges_isect_2d_vert() local
921 if (t_test < t_best) { in test_edges_isect_2d_vert()
922 t_best = t_test; in test_edges_isect_2d_vert()