Home
last modified time | relevance | path

Searched defs:boundt (Results 1 – 15 of 15) sorted by relevance

/dports/math/e-antic/flint2-ae7ec89/fmpz_lll/
H A Dis_reduced_d.c25 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
458 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
H A Dis_reduced_mpfr.c24 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
509 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
H A Dis_reduced_d_with_removal.c26 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
478 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
H A Dis_reduced_mpfr_with_removal.c25 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
530 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
/dports/math/flint2/flint-2.8.4/fmpz_lll/
H A Dis_reduced_d.c25 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
458 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
H A Dis_reduced_mpfr.c24 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
509 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
H A Dis_reduced_d_with_removal.c26 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
478 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
H A Dis_reduced_mpfr_with_removal.c25 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
530 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_lll/
H A Dis_reduced_mpfr.c24 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
509 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr() local
H A Dis_reduced_d.c25 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
458 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d() local
H A Dis_reduced_mpfr_with_removal.c25 mpfr_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
530 mpfr_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, in fmpz_lll_is_reduced_mpfr_with_removal() local
H A Dis_reduced_d_with_removal.c26 d_mat_t A, Q, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
478 d_mat_t A, R, V, Wu, Wd, bound, bound2, bound3, boundt, mm, rm, mn, in fmpz_lll_is_reduced_d_with_removal() local
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MapIcosahedron.c1344 int i, n1, n2, n3, *boundt=NULL, ilast=0; in main() local
H A DSUMA_SurfaceMetrics.c1614 int N_b, *boundt=(int*)SUMA_calloc(SO->N_FaceSet, sizeof(int)); in main() local
H A DSUMA_GeomComp.c51 int SUMA_BoundaryTriangles (SUMA_SurfaceObject *SO, int *boundt, in SUMA_BoundaryTriangles()