Home
last modified time | relevance | path

Searched refs:JERROR (Results 1 – 25 of 141) sorted by relevance

123456

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/
H A DDUPFFmod.c24 if (ans == m) { JERROR(JERROR_ALIASING); return; } in DUPFFmul3mod()
27 JERROR(JERROR_DEG_TOO_LOW); in DUPFFmul3mod()
38 if (power < 1) { JERROR(JERROR_EXPT_MOD); ans->deg = -1; return; } in DUPFFexpt3mod()
41 JERROR(JERROR_DEG_TOO_LOW); in DUPFFexpt3mod()
H A DDUPI.c79 JERROR(JERROR_DEG_TOO_LOW); in DUPIcopy2()
135 JERROR(JERROR_DEG_TOO_LOW); in DUPIadd3()
181 JERROR(JERROR_DEG_TOO_LOW); in DUPIsub3()
231 JERROR(JERROR_DEG_TOO_LOW); in DUPImul3()
273 JERROR(JERROR_DEG_TOO_LOW); in DUPIsquare()
337 JERROR(JERROR_DEG_TOO_LOW); in DUPIexpt3()
425 JERROR(JERROR_DIV_BY_ZERO); in DUPIdiv()
466 JERROR(JERROR_DIV_BY_ZERO); in DUPIrem2()
490 JERROR(JERROR_DIV4_ARGS); in DUPIdiv4()
496 JERROR(JERROR_DIV_BY_ZERO); in DUPIdiv4()
[all …]
H A DDUPZ.c105 JERROR(JERROR_DEG_TOO_LOW); in DUPZcopy2()
192 if (sum->maxdeg < d) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPZadd3()
343 JERROR(JERROR_DEG_TOO_LOW); in DUPZmul3()
434 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv2z()
451 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv()
472 JERROR(JERROR_DIV_BY_ZERO); in DUPZrem()
493 JERROR(JERROR_DIV_BY_ZERO); in DUPZrem2()
518 JERROR(JERROR_DIV4_ARGS); in DUPZdiv4()
524 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv4()
541 JERROR(JERROR_DEG_TOO_LOW); in DUPZdiv4()
[all …]
H A DDUPFF.c79 JERROR(JERROR_DEG_TOO_LOW); in DUPFFcopy2()
172 JERROR(JERROR_DEG_TOO_LOW); in DUPFFadd3()
218 JERROR(JERROR_DEG_TOO_LOW); in DUPFFsub3()
264 JERROR(JERROR_DEG_TOO_LOW); in DUPFFmul3()
317 JERROR(JERROR_DEG_TOO_LOW);
368 JERROR(JERROR_DEG_TOO_LOW); in DUPFFsquare()
438 JERROR(JERROR_DEG_TOO_LOW); in DUPFFexpt3()
564 JERROR(JERROR_DIV_BY_ZERO); in DUPFFrem2()
590 JERROR(JERROR_DIV4_ARGS); in DUPFFdiv4()
598 JERROR(JERROR_DIV_BY_ZERO); in DUPFFdiv4()
[all …]
H A DDUPZ_DUPFF.c40 if (df > dest->maxdeg) JERROR(JERROR_DEG_TOO_LOW); in DUPFF_to_DUPZ2()
72 if (fbar->maxdeg < i) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPZ_to_DUPFF2()
H A DDUPI_DUPFF.c36 if (f->maxdeg < dg) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPFF_to_DUPI2()
73 if (f->maxdeg < dg) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPI_to_DUPFF2()
H A DFF.c40 JERROR(JERROR_FF_BAD_P); in FFctor()
59 JERROR(JERROR_NO_MEM); in FFctor()
183 JERROR(JERROR_DIV_BY_ZERO); in FFdiv()
H A Djaaerror.c48 void JERROR(int errcode) in JERROR() function
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/
H A DDUPFFmod.c24 if (ans == m) { JERROR(JERROR_ALIASING); return; } in DUPFFmul3mod()
27 JERROR(JERROR_DEG_TOO_LOW); in DUPFFmul3mod()
38 if (power < 1) { JERROR(JERROR_EXPT_MOD); ans->deg = -1; return; } in DUPFFexpt3mod()
41 JERROR(JERROR_DEG_TOO_LOW); in DUPFFexpt3mod()
H A DDUPI.c79 JERROR(JERROR_DEG_TOO_LOW); in DUPIcopy2()
135 JERROR(JERROR_DEG_TOO_LOW); in DUPIadd3()
181 JERROR(JERROR_DEG_TOO_LOW); in DUPIsub3()
231 JERROR(JERROR_DEG_TOO_LOW); in DUPImul3()
273 JERROR(JERROR_DEG_TOO_LOW); in DUPIsquare()
337 JERROR(JERROR_DEG_TOO_LOW); in DUPIexpt3()
425 JERROR(JERROR_DIV_BY_ZERO); in DUPIdiv()
466 JERROR(JERROR_DIV_BY_ZERO); in DUPIrem2()
490 JERROR(JERROR_DIV4_ARGS); in DUPIdiv4()
496 JERROR(JERROR_DIV_BY_ZERO); in DUPIdiv4()
[all …]
H A DDUPZ.c105 JERROR(JERROR_DEG_TOO_LOW); in DUPZcopy2()
192 if (sum->maxdeg < d) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPZadd3()
343 JERROR(JERROR_DEG_TOO_LOW); in DUPZmul3()
434 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv2z()
451 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv()
472 JERROR(JERROR_DIV_BY_ZERO); in DUPZrem()
493 JERROR(JERROR_DIV_BY_ZERO); in DUPZrem2()
518 JERROR(JERROR_DIV4_ARGS); in DUPZdiv4()
524 JERROR(JERROR_DIV_BY_ZERO); in DUPZdiv4()
541 JERROR(JERROR_DEG_TOO_LOW); in DUPZdiv4()
[all …]
H A DDUPFF.c79 JERROR(JERROR_DEG_TOO_LOW); in DUPFFcopy2()
172 JERROR(JERROR_DEG_TOO_LOW); in DUPFFadd3()
218 JERROR(JERROR_DEG_TOO_LOW); in DUPFFsub3()
264 JERROR(JERROR_DEG_TOO_LOW); in DUPFFmul3()
317 JERROR(JERROR_DEG_TOO_LOW);
368 JERROR(JERROR_DEG_TOO_LOW); in DUPFFsquare()
438 JERROR(JERROR_DEG_TOO_LOW); in DUPFFexpt3()
564 JERROR(JERROR_DIV_BY_ZERO); in DUPFFrem2()
590 JERROR(JERROR_DIV4_ARGS); in DUPFFdiv4()
598 JERROR(JERROR_DIV_BY_ZERO); in DUPFFdiv4()
[all …]
H A DDUPZ_DUPFF.c40 if (df > dest->maxdeg) JERROR(JERROR_DEG_TOO_LOW); in DUPFF_to_DUPZ2()
72 if (fbar->maxdeg < i) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPZ_to_DUPFF2()
H A DDUPI_DUPFF.c36 if (f->maxdeg < dg) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPFF_to_DUPI2()
73 if (f->maxdeg < dg) { JERROR(JERROR_DEG_TOO_LOW); return; } in DUPI_to_DUPFF2()
H A DFF.c40 JERROR(JERROR_FF_BAD_P); in FFctor()
59 JERROR(JERROR_NO_MEM); in FFctor()
183 JERROR(JERROR_DIV_BY_ZERO); in FFdiv()
H A Djaaerror.c48 void JERROR(int errcode) in JERROR() function
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/linalg/
H A DZmat.c59 if (M->nrows < i || M->nrows < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Zmat_swap_rows()
72 if (M->ncols < i || M->ncols < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Zmat_swap_cols()
90 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX); in Zmat_to_FFmat()
104 if (A->ncols != B->nrows) JERROR(JERROR_MATRIX); in Zmat_mul()
131 JERROR(JERROR_MATRIX); in Zmat_mul_FFmat()
H A DQmat.c63 if (M->nrows < i || M->nrows < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Qmat_swap_rows()
76 if (M->ncols < i || M->ncols < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Qmat_swap_cols()
93 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX); in Qmat_to_FFmat()
107 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX);
127 if (A->ncols != B->nrows) JERROR(JERROR_MATRIX); in Qmat_mul()
H A DFFmat.c72 if (Amat->ncols != Bmat->nrows) JERROR(JERROR_MATRIX); in FFmat_mul()
98 if (nrows != Amodp->nrows || ncols != Amodp->ncols) JERROR(JERROR_MATRIX); in FFmat_to_Zmat()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/linalg/
H A DZmat.c59 if (M->nrows < i || M->nrows < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Zmat_swap_rows()
72 if (M->ncols < i || M->ncols < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Zmat_swap_cols()
90 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX); in Zmat_to_FFmat()
104 if (A->ncols != B->nrows) JERROR(JERROR_MATRIX); in Zmat_mul()
131 JERROR(JERROR_MATRIX); in Zmat_mul_FFmat()
H A DQmat.c63 if (M->nrows < i || M->nrows < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Qmat_swap_rows()
76 if (M->ncols < i || M->ncols < j || i < 0 || j < 0) JERROR(JERROR_MATRIX); in Qmat_swap_cols()
93 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX); in Qmat_to_FFmat()
107 if (Mp->nrows != M->nrows || Mp->ncols != M->ncols) JERROR(JERROR_MATRIX);
127 if (A->ncols != B->nrows) JERROR(JERROR_MATRIX); in Qmat_mul()
H A DFFmat.c72 if (Amat->ncols != Bmat->nrows) JERROR(JERROR_MATRIX); in FFmat_mul()
98 if (nrows != Amodp->nrows || ncols != Amodp->ncols) JERROR(JERROR_MATRIX); in FFmat_to_Zmat()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPZexgcd.c40 if (ans->maxdeg < deg) { JERROR(JERROR_DEG_TOO_LOW); return 0; } in DUPZmodular_to_rational()
84 if (fcofac->maxdeg < DUPZdeg(g)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
85 if (gcofac->maxdeg < DUPZdeg(f)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDUPZexgcd.c40 if (ans->maxdeg < deg) { JERROR(JERROR_DEG_TOO_LOW); return 0; } in DUPZmodular_to_rational()
84 if (fcofac->maxdeg < DUPZdeg(g)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
85 if (gcofac->maxdeg < DUPZdeg(f)-1) { JERROR(JERROR_DEG_TOO_LOW); return DUPZnew(-1); } in DUPZexgcd()
/dports/biology/psi88/psi88/src/
H A Dpsicon.f379 SUBROUTINE CONTUR (A,NX,NY,CLP,JERROR) argument
413 JERROR = 0
421 JERROR = 1
436 JERROR = 1
454 JERROR = 1
472 IF (J.EQ.LY) JERROR = 1

123456