Home
last modified time | relevance | path

Searched refs:t2max (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/gretl/gretl-2021d/lib/src/
H A Dmissing.c160 for (t=t1min; t<t2max; t++) { in model_adjust_sample()
179 for (t=t2max; t>t1min; t--) { in model_adjust_sample()
191 t2max--; in model_adjust_sample()
217 for (t=t1min; t<=t2max; t++) { in model_adjust_sample()
246 pmod->t2 = t2max; in model_adjust_sample()
303 for (t=t1min; t<t2max; t++) { in series_adjust_sample()
308 for (t=t2max; t>t1min; t--) { in series_adjust_sample()
309 if (na(x[t])) t2max--; in series_adjust_sample()
321 *t2 = t2max; in series_adjust_sample()
394 t2max--; in list_adjust_sample()
[all …]
H A Dtsls.c1371 int i, t, t1min = dset->t1, t2max = dset->t2; in tsls_adjust_sample() local
1377 for (t=t1min; t<t2max; t++) { in tsls_adjust_sample()
1397 for (t=t2max; t>t1min; t--) { in tsls_adjust_sample()
1410 t2max--; in tsls_adjust_sample()
1418 for (t=t1min; t<=t2max; t++) { in tsls_adjust_sample()
1431 T = t2max - t1min + 1; in tsls_adjust_sample()
1440 for (t=t1min; t<=t2max; t++) { in tsls_adjust_sample()
1457 t1min, t2max, missobs, t2max - t1min + 1 - missobs); in tsls_adjust_sample()
1462 dset->t2 = t2max; in tsls_adjust_sample()
H A Dsubsample.c737 int t1min, t2max; in restore_full_easy() local
742 t2max = dset->n - 1; in restore_full_easy()
747 sample_range_get_extrema(dset, &t1min, &t2max); in restore_full_easy()
750 if (dset->t1 != t1min || dset->t2 != t2max) { in restore_full_easy()
752 dset->t2 = t2max; in restore_full_easy()
755 t1min, t2max); in restore_full_easy()
840 int t1min, t2max; in restore_full_sample() local
842 sample_range_get_extrema(dset, &t1min, &t2max); in restore_full_sample()
846 if (dset->t2 > t2max) { in restore_full_sample()
847 dset->t2 = t2max; in restore_full_sample()
H A Dgenfuncs.c1000 int t, t1min = *t1, t2max = *t2; in series_goodobs() local
1003 for (t=t1min; t<t2max; t++) { in series_goodobs()
1008 for (t=t2max; t>t1min; t--) { in series_goodobs()
1009 if (na(x[t])) t2max--; in series_goodobs()
1013 for (t=t1min; t<=t2max; t++) { in series_goodobs()
1020 *t2 = t2max; in series_goodobs()
H A Dgraphing.c3482 int t2max = ginfo->t2; in graph_list_adjust_sample() local
3486 for (t=t1min; t<=t2max; t++) { in graph_list_adjust_sample()
3501 for (t=t2max; t>t1min; t--) { in graph_list_adjust_sample()
3513 t2max--; in graph_list_adjust_sample()
3516 if (t2max > t1min) { in graph_list_adjust_sample()
3521 for (t=t1min; t<=t2max; t++) { in graph_list_adjust_sample()
3535 ginfo->t2 = t2max; in graph_list_adjust_sample()
/dports/math/gretl/gretl-2021d/plugin/
H A Dfractals.c167 int t, t1min = *t1, t2max = *t2; in h_adjust_t1t2() local
170 for (t=t1min; t<t2max; t++) { in h_adjust_t1t2()
175 for (t=t2max; t>t1min; t--) { in h_adjust_t1t2()
176 if (na(dset->Z[v][t])) t2max--; in h_adjust_t1t2()
180 *t1 = t1min; *t2 = t2max; in h_adjust_t1t2()
182 for (t=t1min; t<t2max; t++) { in h_adjust_t1t2()
H A Drange-mean.c141 int t, t1min = *t1, t2max = *t2; in rm_adjust_sample() local
143 for (t=t1min; t<t2max; t++) { in rm_adjust_sample()
148 for (t=t2max; t>t1min; t--) { in rm_adjust_sample()
149 if (na(dset->Z[v][t])) t2max--; in rm_adjust_sample()
154 *t2 = t2max; in rm_adjust_sample()
H A Ddpanel.c288 dpd->t1min = dpd->t2max = 0; in ddset_new()
1451 gretl_model_set_int(pmod, "t2max", dpd->t2max + 1); in dpd_finalize_model()
2367 nrows = lev_iv_accounts(dpd, dpd->t1min, dpd->t2max); in block_instrument_count()
2408 dpd->t2max = 0; in do_unit_accounting()
2436 if (goodobs[gmax] > dpd->t2max) { in do_unit_accounting()
2437 dpd->t2max = goodobs[gmax]; in do_unit_accounting()
2449 dpd->ntdum = dpd->t2max - dpd->t1min; in do_unit_accounting()
2466 dpd->max_ni = dpd->t2max - dpd->t1min + 1; in do_unit_accounting()
2471 dpd->dcols = dpd->t2max - t1dif + 1; in do_unit_accounting()
2916 col = dpd->t2max - dpd->t1min; in build_Z()
[all …]
/dports/science/libint/libint-release-1-2-1-15-gb349524/src/lib/libint/
H A Dvrr_build.c36 int t1, t2, t3, t4, t2max; in vrr_build_xxxx() local
47 t2max = io[lc]; in vrr_build_xxxx()
59 t2max = io[la]*io[lc+1]; in vrr_build_xxxx()
93 if (t2 == t2max) { in vrr_build_xxxx()
/dports/science/libint/libint-release-1-2-1-15-gb349524/src/lib/libr12/
H A Dr_vrr_build.c37 int t1, t2, t3, t4, t2max; in r_vrr_build_xxxx() local
49 t2max = io[lc]; in r_vrr_build_xxxx()
60 t2max = io[la]*io[lc+1]; in r_vrr_build_xxxx()
88 if (t2 == t2max) { in r_vrr_build_xxxx()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPath.cpp453 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
464 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, in FlattenBezier()
504 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
523 if (t2max < 1.0) { in FlattenBezier()
525 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPath.cpp453 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
464 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, in FlattenBezier()
504 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
523 if (t2max < 1.0) { in FlattenBezier()
525 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPath.cpp453 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
464 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, in FlattenBezier()
504 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
523 if (t2max < 1.0) { in FlattenBezier()
525 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPath.cpp453 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
464 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, in FlattenBezier()
504 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
523 if (t2max < 1.0) { in FlattenBezier()
525 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPath.cpp442 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
453 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, in FlattenBezier()
493 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
512 if (t2max < 1.0) { in FlattenBezier()
514 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPath.cpp465 double t1min = t1, t1max = t1, t2min = t2, t2max = t2; in FlattenBezier() local
475 FindInflectionApproximationRange(aControlPoints, &t2min, &t2max, t2, aTolerance); in FlattenBezier()
515 if (count > 1 && t2min < 1.0 && t2max > 0) { in FlattenBezier()
533 if (t2max < 1.0) { in FlattenBezier()
535 SplitBezier(aControlPoints, nullptr, &nextCPs, t2max); in FlattenBezier()
/dports/math/gretl/gretl-2021d/gui/
H A Ddialogs.h164 int t2min, int t2max, int *t2,
H A Ddialogs.c2110 int t2min, int t2max, int t2, in obs_spinbox() argument
2125 if (t1max == t2max) { in obs_spinbox()
2166 if (!(t2min == 0 && t2max == 0)) { in obs_spinbox()
2172 rset->adj2 = (GtkAdjustment *) gtk_adjustment_new(t2, t2min, t2max, in obs_spinbox()
3147 int t2min, int t2max, int *t2, in forecast_dialog() argument
3184 t2min, t2max, *t2, in forecast_dialog()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineutil.c3052 extended t1max, t1min, t2max, t2min, t1, t2, t1diff, oldt2; in CubicsIntersect() local
3070 t2max = ISolveWithin(&s2->splines[major],(&max.x)[major],lowt2,hight2); in CubicsIntersect()
3072 if ( t1max==-1 || t1min==-1 || t2max==-1 || t1min==-1 ) in CubicsIntersect()

12