Home
last modified time | relevance | path

Searched refs:roots_found (Results 1 – 12 of 12) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dpolyroots.c405 uint32_t roots_found; in jenkins_traub() local
410 for (i = degree, roots_found = 0; i; i--, roots_found++) { in jenkins_traub()
414 roots[roots_found] = 0; in jenkins_traub()
428 for (; roots_found < degree; roots_found++) { in jenkins_traub()
430 if (find_one_root(roots + roots_found, &w) == 0) in jenkins_traub()
440 return roots_found; in jenkins_traub()
/dports/devel/sunpromake/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/devel/smake/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/devel/schilybase/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/net/rscsi/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/archivers/star/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/editors/ved/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/devel/sccs/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/libedc/
H A Dedc_ecc_dec.c109 roots_found++; \
184 roots_found++; \
1223 unsigned roots_found; local
1298 if (roots_found != l) {
1373 unsigned roots_found; local
1450 if (roots_found != l) {
1961 unsigned roots_found; local
2013 if (roots_found != l) {
2027 return (roots_found ? 0 : 1);
2050 unsigned roots_found; local
[all …]
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dquiksolv.imp626 int* roots_found) const
650 (*roots_found)++;
657 if (max_no_roots == 0 || *roots_found < max_no_roots) {
668 roots_found);
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmtmath.c131 bool roots_found; /* true if roots have been solved for */ member
5623 if (info->roots_found) return 0; /* Already been here */ in gmtmath_ROOTS()
5657 info->roots_found = true; in gmtmath_ROOTS()
6815 if (info.roots_found) { /* Special treatment of root finding */ in GMT_gmtmath()