Home
last modified time | relevance | path

Searched refs:estack (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/shells/rc/rc-1.7.4/
H A Dexcept.c16 static Estack *estack; variable
21 ex->prev = estack; in except()
22 estack = ex; in except()
23 estack->e = e; in except()
24 estack->data = data; in except()
32 switch (estack->e) { in unexcept()
48 estack = estack->prev; in unexcept()
67 for (; estack != NULL; estack = estack->prev) in rc_raise()
96 estack = estack->prev; in rc_raise()
104 return estack->e == eFifo || estack->e == eFd; in outstanding_cmdarg()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Eint.c445 HDassert(estack); in H5E_print()
520 HDassert(estack); in H5E_walk()
825 estack->slot[estack->nused].cls_id = cls_id; in H5E__push_stack()
828 estack->slot[estack->nused].maj_num = maj_id; in H5E__push_stack()
831 estack->slot[estack->nused].min_num = min_id; in H5E__push_stack()
836 estack->slot[estack->nused].line = line; in H5E__push_stack()
837 if(NULL == (estack->slot[estack->nused].desc = H5MM_xstrdup(desc))) in H5E__push_stack()
839 estack->nused++; in H5E__push_stack()
875 error = &(estack->slot[estack->nused - (u + 1)]); in H5E_clear_entries()
931 if(H5E_clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c359 H5E_t *estack = NULL; in H5E_get_stack() local
365 if(!estack) { in H5E_get_stack()
376 HDassert(estack); in H5E_get_stack()
1053 H5E_t *estack; in H5Eset_current_stack() local
1102 HDassert(estack); in H5E_set_current_stack()
1200 HDassert(estack); in H5E_close_stack()
1206 estack = H5FL_FREE(H5E_t, estack); in H5E_close_stack()
1274 HDassert(estack); in H5E_get_num()
1295 H5E_t *estack; in H5Epop() local
1370 estack = NULL; in H5Epush2()
[all …]
H A DH5Edeprec.c277 H5E_t *estack; /* Error stack to operate on */ in H5Eprint1() local
284 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Eprint1()
288 if(H5E_print(estack, stream, TRUE) < 0) in H5Eprint1()
313 H5E_t *estack; /* Error stack to operate on */ in H5Ewalk1() local
321 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Ewalk1()
327 if(H5E_walk(estack, direction, &walk_op, client_data) < 0) in H5Ewalk1()
359 H5E_t *estack; /* Error stack to operate on */ in H5Eget_auto1() local
371 if(H5E_get_auto(estack, &auto_op, client_data) < 0) in H5Eget_auto1()
415 H5E_t *estack; /* Error stack to operate on */ in H5Eset_auto1() local
427 if(H5E_get_auto(estack, &auto_op, NULL) < 0) in H5Eset_auto1()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eint.c425 HDassert(estack); in H5E__print()
497 HDassert(estack); in H5E__walk()
589 HDassert(estack); in H5E__get_auto()
628 HDassert(estack); in H5E__set_auto()
768 estack->slot[estack->nused].cls_id = cls_id; in H5E__push_stack()
771 estack->slot[estack->nused].maj_num = maj_id; in H5E__push_stack()
774 estack->slot[estack->nused].min_num = min_id; in H5E__push_stack()
779 estack->slot[estack->nused].line = line; in H5E__push_stack()
817 error = &(estack->slot[estack->nused - (u + 1)]); in H5E__clear_entries()
873 if (H5E__clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c358 H5E_t *estack = NULL; in H5E__get_stack() local
364 if (!estack) { in H5E__get_stack()
375 HDassert(estack); in H5E__get_stack()
1040 H5E_t *estack; in H5Eset_current_stack() local
1088 HDassert(estack); in H5E__set_current_stack()
1185 HDassert(estack); in H5E__close_stack()
1191 estack = H5FL_FREE(H5E_t, estack); in H5E__close_stack()
1260 HDassert(estack); in H5E__get_num()
1280 H5E_t *estack; in H5Epop() local
1351 estack = NULL; in H5Epush2()
[all …]
H A DH5Edeprec.c262 H5E_t *estack; /* Error stack to operate on */ in H5Eprint1() local
269 …if (NULL == (estack = H5E__get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' … in H5Eprint1()
274 if (H5E__print(estack, stream, TRUE) < 0) in H5Eprint1()
298 H5E_t * estack; /* Error stack to operate on */ in H5Ewalk1() local
306 …if (NULL == (estack = H5E__get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' … in H5Ewalk1()
313 if (H5E__walk(estack, direction, &walk_op, client_data) < 0) in H5Ewalk1()
339 H5E_t * estack; /* Error stack to operate on */ in H5Eget_auto1() local
352 if (H5E__get_auto(estack, &auto_op, client_data) < 0) in H5Eget_auto1()
392 H5E_t * estack; /* Error stack to operate on */ in H5Eset_auto1() local
405 if (H5E__get_auto(estack, &auto_op, NULL) < 0) in H5Eset_auto1()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Eint.c468 HDassert(estack); in H5E_print()
543 HDassert(estack); in H5E_walk()
840 estack->slot[estack->nused].cls_id = cls_id; in H5E_push_stack()
843 estack->slot[estack->nused].maj_num = maj_id; in H5E_push_stack()
846 estack->slot[estack->nused].min_num = min_id; in H5E_push_stack()
851 estack->slot[estack->nused].line = line; in H5E_push_stack()
852 if(NULL == (estack->slot[estack->nused].desc = H5MM_xstrdup(desc))) in H5E_push_stack()
854 estack->nused++; in H5E_push_stack()
890 error = &(estack->slot[estack->nused - (u + 1)]); in H5E_clear_entries()
946 if(H5E_clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c361 H5E_t *estack; in H5E_get_stack() local
367 if(!estack) { in H5E_get_stack()
374 HDassert(estack); in H5E_get_stack()
1051 H5E_t *estack; in H5Eset_current_stack() local
1100 HDassert(estack); in H5E_set_current_stack()
1198 HDassert(estack); in H5E_close_stack()
1204 estack = H5FL_FREE(H5E_t, estack); in H5E_close_stack()
1272 HDassert(estack); in H5E_get_num()
1293 H5E_t *estack; in H5Epop() local
1368 estack = NULL; in H5Epush2()
[all …]
H A DH5Edeprec.c325 H5E_t *estack; /* Error stack to operate on */ in H5Eprint1() local
332 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Eprint1()
336 if(H5E_print(estack, stream, TRUE) < 0) in H5Eprint1()
361 H5E_t *estack; /* Error stack to operate on */ in H5Ewalk1() local
369 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Ewalk1()
375 if(H5E_walk(estack, direction, &walk_op, client_data) < 0) in H5Ewalk1()
407 H5E_t *estack; /* Error stack to operate on */ in H5Eget_auto1() local
419 if(H5E_get_auto(estack, &auto_op, client_data) < 0) in H5Eget_auto1()
463 H5E_t *estack; /* Error stack to operate on */ in H5Eset_auto1() local
475 if(H5E_get_auto(estack, &auto_op, NULL) < 0) in H5Eset_auto1()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Eint.c445 HDassert(estack); in H5E_print()
519 HDassert(estack); in H5E_walk()
822 estack->slot[estack->nused].cls_id = cls_id; in H5E__push_stack()
825 estack->slot[estack->nused].maj_num = maj_id; in H5E__push_stack()
828 estack->slot[estack->nused].min_num = min_id; in H5E__push_stack()
833 estack->slot[estack->nused].line = line; in H5E__push_stack()
834 if(NULL == (estack->slot[estack->nused].desc = H5MM_xstrdup(desc))) in H5E__push_stack()
836 estack->nused++; in H5E__push_stack()
872 error = &(estack->slot[estack->nused - (u + 1)]); in H5E_clear_entries()
928 if(H5E_clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c359 H5E_t *estack = NULL; in H5E_get_stack() local
365 if(!estack) { in H5E_get_stack()
376 HDassert(estack); in H5E_get_stack()
1053 H5E_t *estack; in H5Eset_current_stack() local
1102 HDassert(estack); in H5E_set_current_stack()
1200 HDassert(estack); in H5E_close_stack()
1206 estack = H5FL_FREE(H5E_t, estack); in H5E_close_stack()
1274 HDassert(estack); in H5E_get_num()
1295 H5E_t *estack; in H5Epop() local
1370 estack = NULL; in H5Epush2()
[all …]
H A DH5Edeprec.c277 H5E_t *estack; /* Error stack to operate on */ in H5Eprint1() local
284 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Eprint1()
288 if(H5E_print(estack, stream, TRUE) < 0) in H5Eprint1()
313 H5E_t *estack; /* Error stack to operate on */ in H5Ewalk1() local
321 …if(NULL == (estack = H5E_get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in… in H5Ewalk1()
327 if(H5E_walk(estack, direction, &walk_op, client_data) < 0) in H5Ewalk1()
359 H5E_t *estack; /* Error stack to operate on */ in H5Eget_auto1() local
371 if(H5E_get_auto(estack, &auto_op, client_data) < 0) in H5Eget_auto1()
415 H5E_t *estack; /* Error stack to operate on */ in H5Eset_auto1() local
427 if(H5E_get_auto(estack, &auto_op, NULL) < 0) in H5Eset_auto1()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eint.c444 HDassert(estack); in H5E_print()
519 HDassert(estack); in H5E_walk()
824 estack->slot[estack->nused].cls_id = cls_id; in H5E_push_stack()
827 estack->slot[estack->nused].maj_num = maj_id; in H5E_push_stack()
830 estack->slot[estack->nused].min_num = min_id; in H5E_push_stack()
835 estack->slot[estack->nused].line = line; in H5E_push_stack()
836 if(NULL == (estack->slot[estack->nused].desc = H5MM_xstrdup(desc))) in H5E_push_stack()
838 estack->nused++; in H5E_push_stack()
874 error = &(estack->slot[estack->nused - (u + 1)]); in H5E_clear_entries()
930 if(H5E_clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c359 H5E_t *estack = NULL; in H5E_get_stack() local
365 if(!estack) { in H5E_get_stack()
376 HDassert(estack); in H5E_get_stack()
1053 H5E_t *estack; in H5Eset_current_stack() local
1102 HDassert(estack); in H5E_set_current_stack()
1200 HDassert(estack); in H5E_close_stack()
1206 estack = H5FL_FREE(H5E_t, estack); in H5E_close_stack()
1274 HDassert(estack); in H5E_get_num()
1295 H5E_t *estack; in H5Epop() local
1370 estack = NULL; in H5Epush2()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eint.c466 HDassert(estack); in H5E_print()
541 HDassert(estack); in H5E_walk()
852 estack->slot[estack->nused].cls_id = cls_id; in H5E_push_stack()
855 estack->slot[estack->nused].maj_num = maj_id; in H5E_push_stack()
858 estack->slot[estack->nused].min_num = min_id; in H5E_push_stack()
863 estack->slot[estack->nused].line = line; in H5E_push_stack()
864 if(NULL == (estack->slot[estack->nused].desc = H5MM_xstrdup(desc))) in H5E_push_stack()
866 estack->nused++; in H5E_push_stack()
902 error = &(estack->slot[estack->nused - (u + 1)]); in H5E_clear_entries()
958 if(H5E_clear_entries(estack, estack->nused) < 0) in H5E_clear_stack()
[all …]
H A DH5E.c367 H5E_t *estack; in H5E_get_stack() local
373 if(!estack) { in H5E_get_stack()
380 HDassert(estack); in H5E_get_stack()
1073 H5E_t *estack; in H5Eset_current_stack() local
1123 HDassert(estack); in H5E_set_current_stack()
1223 HDassert(estack); in H5E_close_stack()
1229 estack = H5FL_FREE(H5E_t, estack); in H5E_close_stack()
1299 HDassert(estack); in H5E_get_num()
1321 H5E_t *estack; in H5Epop() local
1397 estack = NULL; in H5Epush2()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_nmod_mpoly/
H A Dset_str_pretty.c38 fq_nmod_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
45 fq_nmod_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
52 fq_nmod_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
59 if (!fq_nmod_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fq_nmod_mpoly_parse_pretty_pop()
94 (* estack) = (fq_nmod_mpoly_geobucket_struct **) flint_realloc(* estack, in _fq_nmod_mpoly_parse_pretty_fit_estack()
135 fq_nmod_mpoly_geobucket_struct ** estack; in _fq_nmod_mpoly_parse_pretty() local
272 fq_nmod_mpoly_geobucket_empty(A, estack[0], ctx); in _fq_nmod_mpoly_parse_pretty()
273 fq_nmod_mpoly_geobucket_clear(estack[0], ctx); in _fq_nmod_mpoly_parse_pretty()
277 flint_free(estack[k]); in _fq_nmod_mpoly_parse_pretty()
279 flint_free(estack); in _fq_nmod_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fq_nmod_mpoly/
H A Dset_str_pretty.c38 fq_nmod_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
45 fq_nmod_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
52 fq_nmod_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fq_nmod_mpoly_parse_pretty_pop()
59 if (!fq_nmod_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fq_nmod_mpoly_parse_pretty_pop()
94 (* estack) = (fq_nmod_mpoly_geobucket_struct **) flint_realloc(* estack, in _fq_nmod_mpoly_parse_pretty_fit_estack()
135 fq_nmod_mpoly_geobucket_struct ** estack; in _fq_nmod_mpoly_parse_pretty() local
272 fq_nmod_mpoly_geobucket_empty(A, estack[0], ctx); in _fq_nmod_mpoly_parse_pretty()
273 fq_nmod_mpoly_geobucket_clear(estack[0], ctx); in _fq_nmod_mpoly_parse_pretty()
277 flint_free(estack[k]); in _fq_nmod_mpoly_parse_pretty()
279 flint_free(estack); in _fq_nmod_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpq_mpoly/
H A Dset_str_pretty.c39 fmpq_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
45 fmpq_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
51 fmpq_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
57 if (!fmpq_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fmpq_mpoly_parse_pretty_pop()
89 (* estack) = (fmpq_mpoly_geobucket_struct **) flint_realloc(* estack, in _fmpq_mpoly_parse_pretty_fit_estack()
130 fmpq_mpoly_geobucket_struct ** estack; in _fmpq_mpoly_parse_pretty() local
256 fmpq_mpoly_geobucket_empty(poly, estack[0], ctx); in _fmpq_mpoly_parse_pretty()
257 fmpq_mpoly_geobucket_clear(estack[0], ctx); in _fmpq_mpoly_parse_pretty()
261 flint_free(estack[k]); in _fmpq_mpoly_parse_pretty()
263 flint_free(estack); in _fmpq_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dset_str_pretty.c38 nmod_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
44 nmod_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
50 nmod_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
56 if (!nmod_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _nmod_mpoly_parse_pretty_pop()
88 (* estack) = (nmod_mpoly_geobucket_struct **) flint_realloc(* estack, in _nmod_mpoly_parse_pretty_fit_estack()
129 nmod_mpoly_geobucket_struct ** estack; in _nmod_mpoly_parse_pretty() local
256 nmod_mpoly_geobucket_empty(A, estack[0], ctx); in _nmod_mpoly_parse_pretty()
257 nmod_mpoly_geobucket_clear(estack[0], ctx); in _nmod_mpoly_parse_pretty()
261 flint_free(estack[k]); in _nmod_mpoly_parse_pretty()
263 flint_free(estack); in _nmod_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dset_str_pretty.c38 nmod_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
44 nmod_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
50 nmod_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _nmod_mpoly_parse_pretty_pop()
56 if (!nmod_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _nmod_mpoly_parse_pretty_pop()
88 (* estack) = (nmod_mpoly_geobucket_struct **) flint_realloc(* estack, in _nmod_mpoly_parse_pretty_fit_estack()
129 nmod_mpoly_geobucket_struct ** estack; in _nmod_mpoly_parse_pretty() local
256 nmod_mpoly_geobucket_empty(A, estack[0], ctx); in _nmod_mpoly_parse_pretty()
257 nmod_mpoly_geobucket_clear(estack[0], ctx); in _nmod_mpoly_parse_pretty()
261 flint_free(estack[k]); in _nmod_mpoly_parse_pretty()
263 flint_free(estack); in _nmod_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dparse_pretty.c39 fmpz_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
45 fmpz_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
51 fmpz_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
57 if (!fmpz_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fmpz_mpoly_parse_pretty_pop()
89 (* estack) = (fmpz_mpoly_geobucket_struct **) flint_realloc(* estack, in _fmpz_mpoly_parse_pretty_fit_estack()
130 fmpz_mpoly_geobucket_struct ** estack; in _fmpz_mpoly_parse_pretty() local
256 fmpz_mpoly_geobucket_empty(poly, estack[0], ctx); in _fmpz_mpoly_parse_pretty()
257 fmpz_mpoly_geobucket_clear(estack[0], ctx); in _fmpz_mpoly_parse_pretty()
261 flint_free(estack[k]); in _fmpz_mpoly_parse_pretty()
263 flint_free(estack); in _fmpz_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dparse_pretty.c39 fmpz_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
45 fmpz_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
51 fmpz_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpz_mpoly_parse_pretty_pop()
57 if (!fmpz_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fmpz_mpoly_parse_pretty_pop()
89 (* estack) = (fmpz_mpoly_geobucket_struct **) flint_realloc(* estack, in _fmpz_mpoly_parse_pretty_fit_estack()
130 fmpz_mpoly_geobucket_struct ** estack; in _fmpz_mpoly_parse_pretty() local
256 fmpz_mpoly_geobucket_empty(poly, estack[0], ctx); in _fmpz_mpoly_parse_pretty()
257 fmpz_mpoly_geobucket_clear(estack[0], ctx); in _fmpz_mpoly_parse_pretty()
261 flint_free(estack[k]); in _fmpz_mpoly_parse_pretty()
263 flint_free(estack); in _fmpz_mpoly_parse_pretty()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpq_mpoly/
H A Dset_str_pretty.c39 fmpq_mpoly_geobucket_add_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
45 fmpq_mpoly_geobucket_sub_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
51 fmpq_mpoly_geobucket_mul_inplace(estack[ei - 2], estack[ei - 1], ctx); in _fmpq_mpoly_parse_pretty_pop()
57 if (!fmpq_mpoly_geobucket_divides_inplace(estack[ei - 2], estack[ei - 1], ctx)) in _fmpq_mpoly_parse_pretty_pop()
89 (* estack) = (fmpq_mpoly_geobucket_struct **) flint_realloc(* estack, in _fmpq_mpoly_parse_pretty_fit_estack()
130 fmpq_mpoly_geobucket_struct ** estack; in _fmpq_mpoly_parse_pretty() local
256 fmpq_mpoly_geobucket_empty(poly, estack[0], ctx); in _fmpq_mpoly_parse_pretty()
257 fmpq_mpoly_geobucket_clear(estack[0], ctx); in _fmpq_mpoly_parse_pretty()
261 flint_free(estack[k]); in _fmpq_mpoly_parse_pretty()
263 flint_free(estack); in _fmpq_mpoly_parse_pretty()
[all …]

12345678