Home
last modified time | relevance | path

Searched refs:big_mem_alloc (Results 1 – 23 of 23) sorted by relevance

/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dmul_heap_threaded.c58 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part1()
204 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part()
434 S->big_mem_alloc = 0; in _nmod_mpoly_mul_heap_threaded_worker()
437 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
439 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
443 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
444 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _nmod_mpoly_mul_heap_threaded_worker()
445 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
446 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _nmod_mpoly_mul_heap_threaded_worker()
447 S->big_mem_alloc += Blen*sizeof(ulong *); in _nmod_mpoly_mul_heap_threaded_worker()
[all …]
H A Dmpolyn_divides_threaded.c19 slong big_mem_alloc; member
58 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
63 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
64 S->big_mem_alloc = new_alloc; in stripe_fit_length()
458 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe1()
695 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe()
944 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe1()
1186 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe()
1664 S->big_mem_alloc = 0; in worker_loop()
H A Ddivides_heap_threaded.c404 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe1()
632 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe()
870 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe1()
1104 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe()
1375 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1380 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1381 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1627 S->big_mem_alloc = 0; in worker_loop()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dmul_heap_threaded.c54 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part1()
198 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part()
432 S->big_mem_alloc = 0; in _nmod_mpoly_mul_heap_threaded_worker()
435 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
437 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
441 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
442 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _nmod_mpoly_mul_heap_threaded_worker()
443 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
444 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _nmod_mpoly_mul_heap_threaded_worker()
445 S->big_mem_alloc += Blen*sizeof(ulong *); in _nmod_mpoly_mul_heap_threaded_worker()
[all …]
H A Dmpolyn_divides_threaded.c19 slong big_mem_alloc; member
58 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
63 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
64 S->big_mem_alloc = new_alloc; in stripe_fit_length()
473 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe1()
709 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe()
958 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe1()
1200 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe()
1678 S->big_mem_alloc = 0; in worker_loop()
H A Ddivides_heap_threaded.c418 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe1()
642 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe()
876 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe1()
1106 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe()
1389 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1394 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1395 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1649 S->big_mem_alloc = 0; in worker_loop()
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dmul_heap_threaded.c54 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part1()
198 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mul_heap_part()
432 S->big_mem_alloc = 0; in _nmod_mpoly_mul_heap_threaded_worker()
435 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
437 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
441 S->big_mem_alloc += 2*Blen*sizeof(slong); in _nmod_mpoly_mul_heap_threaded_worker()
442 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _nmod_mpoly_mul_heap_threaded_worker()
443 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _nmod_mpoly_mul_heap_threaded_worker()
444 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _nmod_mpoly_mul_heap_threaded_worker()
445 S->big_mem_alloc += Blen*sizeof(ulong *); in _nmod_mpoly_mul_heap_threaded_worker()
[all …]
H A Dmpolyn_divides_threaded.c19 slong big_mem_alloc; member
58 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
63 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
64 S->big_mem_alloc = new_alloc; in stripe_fit_length()
473 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe1()
709 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_mulsub_stripe()
958 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe1()
1200 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpolyn_divides_stripe()
1678 S->big_mem_alloc = 0; in worker_loop()
H A Ddivides_heap_threaded.c418 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe1()
642 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_mulsub_stripe()
876 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe1()
1106 FLINT_ASSERT(i <= S->big_mem_alloc); in _nmod_mpoly_divides_stripe()
1389 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1394 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1395 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1649 S->big_mem_alloc = 0; in worker_loop()
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dmul_heap_threaded.c45 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part1()
218 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part()
479 S->big_mem_alloc = 0; in _fmpz_mpoly_mul_heap_threaded_worker()
482 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
484 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
488 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
489 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _fmpz_mpoly_mul_heap_threaded_worker()
490 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
491 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _fmpz_mpoly_mul_heap_threaded_worker()
492 S->big_mem_alloc += Blen*sizeof(ulong *); in _fmpz_mpoly_mul_heap_threaded_worker()
[all …]
H A Dmpolyu_divides_threaded.c19 slong big_mem_alloc; member
518 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpolyuu_mulsub_stripe()
758 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpolyuu_divides_stripe()
1047 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1052 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1053 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1246 S->big_mem_alloc = 0; in worker_loop()
H A Ddivides_heap_threaded.c376 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe1()
658 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe()
967 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe1()
1313 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe()
1699 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1704 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1705 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1938 S->big_mem_alloc = 0; in worker_loop()
/dports/math/flint2/flint-2.8.4/fmpz_mpoly/
H A Dmul_heap_threaded.c45 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part1()
218 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part()
479 S->big_mem_alloc = 0; in _fmpz_mpoly_mul_heap_threaded_worker()
482 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
484 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
488 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
489 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _fmpz_mpoly_mul_heap_threaded_worker()
490 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
491 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _fmpz_mpoly_mul_heap_threaded_worker()
492 S->big_mem_alloc += Blen*sizeof(ulong *); in _fmpz_mpoly_mul_heap_threaded_worker()
[all …]
H A Ddivides_heap_threaded.c376 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe1()
658 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe()
967 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe1()
1315 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe()
1685 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1690 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1691 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1924 S->big_mem_alloc = 0; in worker_loop()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dmul_heap_threaded.c45 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part1()
218 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mul_heap_part()
479 S->big_mem_alloc = 0; in _fmpz_mpoly_mul_heap_threaded_worker()
482 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
484 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
488 S->big_mem_alloc += 2*Blen*sizeof(slong); in _fmpz_mpoly_mul_heap_threaded_worker()
489 S->big_mem_alloc += (Blen + 1)*sizeof(mpoly_heap_s); in _fmpz_mpoly_mul_heap_threaded_worker()
490 S->big_mem_alloc += Blen*sizeof(mpoly_heap_t); in _fmpz_mpoly_mul_heap_threaded_worker()
491 S->big_mem_alloc += Blen*S->N*sizeof(ulong); in _fmpz_mpoly_mul_heap_threaded_worker()
492 S->big_mem_alloc += Blen*sizeof(ulong *); in _fmpz_mpoly_mul_heap_threaded_worker()
[all …]
H A Dmpolyu_divides_threaded.c19 slong big_mem_alloc; member
518 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpolyuu_mulsub_stripe()
758 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpolyuu_divides_stripe()
1047 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1052 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1053 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1246 S->big_mem_alloc = 0; in worker_loop()
H A Ddivides_heap_threaded.c376 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe1()
658 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_mulsub_stripe()
967 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe1()
1313 FLINT_ASSERT(i <= S->big_mem_alloc); in _fmpz_mpoly_divides_stripe()
1699 if (S->big_mem_alloc >= new_alloc) in stripe_fit_length()
1704 new_alloc = FLINT_MAX(new_alloc, S->big_mem_alloc + S->big_mem_alloc/4); in stripe_fit_length()
1705 S->big_mem_alloc = new_alloc; in stripe_fit_length()
1938 S->big_mem_alloc = 0; in worker_loop()
/dports/math/flint2/flint-2.8.4/
H A Dfmpz_mpoly.h1143 slong big_mem_alloc; member
H A Dnmod_mpoly.h1136 slong big_mem_alloc; member
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dnmod_mpoly.h1065 slong big_mem_alloc; member
H A Dfmpz_mpoly.h986 slong big_mem_alloc; member
/dports/math/e-antic/flint2-ae7ec89/
H A Dnmod_mpoly.h1065 slong big_mem_alloc; member
H A Dfmpz_mpoly.h986 slong big_mem_alloc; member