![]() |
My Project
|
#include "kernel/mod2.h"
#include "factory/factory.h"
#include "coeffs/bigintmat.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "misc/options.h"
#include "misc/intvec.h"
#include "misc/sirandom.h"
#include "misc/prime.h"
#include "polys/matpol.h"
#include "polys/monomials/maps.h"
#include "polys/sparsmat.h"
#include "polys/weight.h"
#include "polys/ext_fields/transext.h"
#include "polys/clapsing.h"
#include "polys/flintconv.h"
#include "kernel/combinatorics/stairc.h"
#include "kernel/combinatorics/hilb.h"
#include "kernel/linear_algebra/interpolation.h"
#include "kernel/linear_algebra/linearAlgebra.h"
#include "kernel/linear_algebra/MinorInterface.h"
#include "kernel/GBEngine/kChinese.h"
#include "kernel/spectrum/GMPrat.h"
#include "kernel/groebner_walk/walkProc.h"
#include "kernel/oswrapper/timer.h"
#include "kernel/fglm/fglm.h"
#include "kernel/GBEngine/kstdfac.h"
#include "kernel/GBEngine/syz.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/GBEngine/units.h"
#include "kernel/GBEngine/tgb.h"
#include "kernel/preimage.h"
#include "kernel/polys.h"
#include "kernel/ideals.h"
#include "Singular/mod_lib.h"
#include "Singular/fevoices.h"
#include "Singular/tok.h"
#include "Singular/ipid.h"
#include "Singular/sdb.h"
#include "Singular/subexpr.h"
#include "Singular/lists.h"
#include "Singular/maps_ip.h"
#include "Singular/feOpt.h"
#include "Singular/ipconv.h"
#include "Singular/ipprint.h"
#include "Singular/attrib.h"
#include "Singular/links/silink.h"
#include "Singular/misc_ip.h"
#include "Singular/linearAlgebra_ip.h"
#include "Singular/number2.h"
#include "Singular/fglm.h"
#include "Singular/blackbox.h"
#include "Singular/newstruct.h"
#include "Singular/ipshell.h"
#include "reporter/si_signals.h"
#include <ctype.h>
#include "kernel/GBEngine/ratgring.h"
#include "kernel/GBEngine/nc.h"
#include "polys/nc/nc.h"
#include "polys/nc/sca.h"
#include "table.h"
#include "iparith.inc"
Go to the source code of this file.
Data Structures | |
struct | sValCmdTab |
struct | cmdnames |
struct | sValCmd1 |
struct | sValCmd2 |
struct | sValCmd3 |
struct | sValCmdM |
struct | SArithBase |
Macros | |
#define | NC_MASK (3+64) |
#define | RING_MASK 4 |
#define | ZERODIVISOR_MASK 8 |
#define | ALLOW_PLURAL 1 |
#define | NO_NC 0 |
#define | COMM_PLURAL 2 |
#define | ALLOW_RING 4 |
#define | NO_RING 0 |
#define | NO_ZERODIVISOR 8 |
#define | ALLOW_ZERODIVISOR 0 |
#define | ALLOW_LP 64 |
#define | ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
#define | ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
#define | WARN_RING 16 |
#define | NO_CONVERSION 32 |
#define | bit31 SIZEOF_LONG*8-1 |
#define | ii_div_by_0 "div. by 0" |
#define | SIMPL_NORMALIZE 64 |
#define | SIMPL_LMDIV 32 |
#define | SIMPL_LMEQ 16 |
#define | SIMPL_MULT 8 |
#define | SIMPL_EQU 4 |
#define | SIMPL_NULL 2 |
#define | SIMPL_NORM 1 |
#define | D(A) (A) |
#define | NULL_VAL NULL |
#define | IPARITH |
Typedefs | |
typedef sValCmdTab | jjValCmdTab[] |
typedef BOOLEAN(* | proc2) (leftv, leftv, leftv) |
typedef BOOLEAN(* | proc3) (leftv, leftv, leftv, leftv) |
typedef char | si_char_2[2] |
Variables | |
long | all_farey =0L |
long | farey_cnt =0L |
STATIC_VAR SArithBase | sArithBase |
Base entry for arithmetic. | |
EXTERN_VAR int | cmdtok |
EXTERN_VAR BOOLEAN | expected_parms |
VAR int | iiOp |
EXTERN_VAR int | singclap_factorize_retry |
STATIC_VAR int | WerrorS_dummy_cnt =0 |
STATIC_VAR si_char_2 | Tok2Cmdname_buf =" " |
struct sValCmdTab |
Definition at line 127 of file iparith.cc.
Data Fields | ||
---|---|---|
short | cmd | |
short | start |
struct _scmdnames |
struct sValCmd1 |
struct sValCmd2 |
struct sValCmd3 |
struct sValCmdM |
struct SArithBase |
Definition at line 184 of file iparith.cc.
Data Fields | ||
---|---|---|
unsigned | nCmdAllocated | number of commands-slots allocated |
unsigned | nCmdUsed | number of commands used |
unsigned | nLastIdentifier | valid identifiers are slot 1..nLastIdentifier |
struct sValCmd1 * | psValCmd1 | |
struct sValCmd2 * | psValCmd2 | |
struct sValCmd3 * | psValCmd3 | |
struct sValCmdM * | psValCmdM | |
cmdnames * | sCmds | array of existing commands |
#define ALLOW_LP 64 |
Definition at line 111 of file iparith.cc.
#define ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
Definition at line 112 of file iparith.cc.
#define ALLOW_PLURAL 1 |
Definition at line 104 of file iparith.cc.
#define ALLOW_RING 4 |
Definition at line 107 of file iparith.cc.
#define ALLOW_ZERODIVISOR 0 |
Definition at line 110 of file iparith.cc.
#define ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
Definition at line 114 of file iparith.cc.
#define bit31 SIZEOF_LONG*8-1 |
Definition at line 124 of file iparith.cc.
#define COMM_PLURAL 2 |
Definition at line 106 of file iparith.cc.
Definition at line 8998 of file iparith.cc.
Definition at line 220 of file iparith.cc.
#define IPARITH |
Definition at line 9000 of file iparith.cc.
#define NC_MASK (3+64) |
Definition at line 92 of file iparith.cc.
#define NO_CONVERSION 32 |
Definition at line 120 of file iparith.cc.
#define NO_NC 0 |
Definition at line 105 of file iparith.cc.
#define NO_RING 0 |
Definition at line 108 of file iparith.cc.
#define NO_ZERODIVISOR 8 |
Definition at line 109 of file iparith.cc.
Definition at line 8999 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 98 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3350 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3347 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3348 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3349 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3352 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3346 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3351 of file iparith.cc.
#define WARN_RING 16 |
Definition at line 118 of file iparith.cc.
#define ZERODIVISOR_MASK 8 |
Definition at line 99 of file iparith.cc.
typedef sValCmdTab jjValCmdTab[] |
Definition at line 133 of file iparith.cc.
Definition at line 9903 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9959 of file iparith.cc.
Definition at line 10185 of file iparith.cc.
|
extern |
Definition at line 10126 of file iparith.cc.
Definition at line 10031 of file iparith.cc.
Definition at line 10091 of file iparith.cc.
Definition at line 10099 of file iparith.cc.
Definition at line 9371 of file iparith.cc.
BOOLEAN iiExprArith1Tab | ( | leftv | res, |
leftv | a, | ||
int | op, | ||
const struct sValCmd1 * | dA1, | ||
int | at, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
apply an operation 'op' to an argument a return TRUE on failure
[out] | res | pre-allocated result |
[in] | a | argument |
[in] | op | operation |
[in] | dA1 | table of possible proc assumes dArith1[0].cmd==op |
[in] | at | a->Typ() |
[in] | dConvertTypes | table of type conversions |
Definition at line 9241 of file iparith.cc.
Definition at line 9182 of file iparith.cc.
BOOLEAN iiExprArith2Tab | ( | leftv | res, |
leftv | a, | ||
int | op, | ||
const struct sValCmd2 * | dA2, | ||
int | at, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
apply an operation 'op' to arguments a and a->next return TRUE on failure
[out] | res | pre-allocated result |
[in] | a | 2 arguments |
[in] | op | operation |
[in] | dA2 | table of possible proc assumes dA2[0].cmd==op |
[in] | at | a->Typ() |
[in] | dConvertTypes | table of type conversions |
Definition at line 9168 of file iparith.cc.
|
static |
Definition at line 9009 of file iparith.cc.
Definition at line 9581 of file iparith.cc.
BOOLEAN iiExprArith3Tab | ( | leftv | res, |
leftv | a, | ||
int | op, | ||
const struct sValCmd3 * | dA3, | ||
int | at, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
apply an operation 'op' to arguments a, a->next and a->next->next return TRUE on failure
[out] | res | pre-allocated result |
[in] | a | 3 arguments |
[in] | op | operation |
[in] | dA3 | table of possible proc assumes dA3[0].cmd==op |
[in] | at | a->Typ() |
[in] | dConvertTypes | table of type conversions |
Definition at line 9633 of file iparith.cc.
|
static |
Definition at line 9428 of file iparith.cc.
Definition at line 9672 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9996 of file iparith.cc.
Definition at line 225 of file iparith.cc.
Definition at line 9880 of file iparith.cc.
Definition at line 233 of file iparith.cc.
Definition at line 9781 of file iparith.cc.
Definition at line 1781 of file iparith.cc.
Definition at line 1771 of file iparith.cc.
Definition at line 1382 of file iparith.cc.
Definition at line 3879 of file iparith.cc.
Definition at line 6091 of file iparith.cc.
Definition at line 3902 of file iparith.cc.
Definition at line 3909 of file iparith.cc.
Definition at line 3930 of file iparith.cc.
Definition at line 7939 of file iparith.cc.
Definition at line 4487 of file iparith.cc.
Definition at line 5836 of file iparith.cc.
Definition at line 5809 of file iparith.cc.
Definition at line 5864 of file iparith.cc.
Definition at line 5922 of file iparith.cc.
Definition at line 5972 of file iparith.cc.
Definition at line 6021 of file iparith.cc.
Definition at line 5793 of file iparith.cc.
Definition at line 5893 of file iparith.cc.
Definition at line 2922 of file iparith.cc.
Definition at line 2949 of file iparith.cc.
Definition at line 7337 of file iparith.cc.
Definition at line 7344 of file iparith.cc.
Definition at line 7361 of file iparith.cc.
Definition at line 3945 of file iparith.cc.
Definition at line 7365 of file iparith.cc.
Definition at line 7373 of file iparith.cc.
Definition at line 3949 of file iparith.cc.
Definition at line 1684 of file iparith.cc.
Definition at line 10232 of file iparith.cc.
Definition at line 1795 of file iparith.cc.
Definition at line 1802 of file iparith.cc.
Definition at line 7385 of file iparith.cc.
Definition at line 1820 of file iparith.cc.
Definition at line 6116 of file iparith.cc.
Definition at line 6130 of file iparith.cc.
Definition at line 6136 of file iparith.cc.
Definition at line 1809 of file iparith.cc.
Definition at line 696 of file iparith.cc.
Definition at line 10450 of file iparith.cc.
Definition at line 370 of file iparith.cc.
Definition at line 342 of file iparith.cc.
Definition at line 400 of file iparith.cc.
Definition at line 427 of file iparith.cc.
Definition at line 455 of file iparith.cc.
Definition at line 482 of file iparith.cc.
Definition at line 3976 of file iparith.cc.
Definition at line 3984 of file iparith.cc.
Definition at line 5762 of file iparith.cc.
Definition at line 4017 of file iparith.cc.
Definition at line 4069 of file iparith.cc.
Definition at line 1850 of file iparith.cc.
Definition at line 4039 of file iparith.cc.
Definition at line 1839 of file iparith.cc.
Definition at line 4050 of file iparith.cc.
Definition at line 1871 of file iparith.cc.
Definition at line 1878 of file iparith.cc.
Definition at line 1864 of file iparith.cc.
Return the denominator of the input number.
Definition at line 4081 of file iparith.cc.
Definition at line 1898 of file iparith.cc.
Definition at line 1905 of file iparith.cc.
Definition at line 4104 of file iparith.cc.
Definition at line 4140 of file iparith.cc.
Definition at line 4524 of file iparith.cc.
Definition at line 1923 of file iparith.cc.
Definition at line 4160 of file iparith.cc.
Definition at line 1939 of file iparith.cc.
Definition at line 5767 of file iparith.cc.
Definition at line 1252 of file iparith.cc.
Definition at line 1296 of file iparith.cc.
Definition at line 1265 of file iparith.cc.
Definition at line 1278 of file iparith.cc.
Definition at line 1956 of file iparith.cc.
Definition at line 7402 of file iparith.cc.
Definition at line 1229 of file iparith.cc.
Definition at line 3777 of file iparith.cc.
Definition at line 4190 of file iparith.cc.
Definition at line 4204 of file iparith.cc.
Definition at line 1976 of file iparith.cc.
Definition at line 6163 of file iparith.cc.
Definition at line 6171 of file iparith.cc.
Definition at line 1982 of file iparith.cc.
Definition at line 5333 of file iparith.cc.
Definition at line 1325 of file iparith.cc.
Definition at line 1337 of file iparith.cc.
Definition at line 1355 of file iparith.cc.
Definition at line 1361 of file iparith.cc.
Definition at line 1349 of file iparith.cc.
Definition at line 1369 of file iparith.cc.
Definition at line 1343 of file iparith.cc.
Definition at line 2001 of file iparith.cc.
Definition at line 4216 of file iparith.cc.
Definition at line 1996 of file iparith.cc.
Definition at line 2008 of file iparith.cc.
Definition at line 2050 of file iparith.cc.
Definition at line 4265 of file iparith.cc.
Definition at line 2067 of file iparith.cc.
Definition at line 4225 of file iparith.cc.
Definition at line 2114 of file iparith.cc.
Definition at line 8664 of file iparith.cc.
Definition at line 2136 of file iparith.cc.
Definition at line 2147 of file iparith.cc.
Definition at line 2170 of file iparith.cc.
Definition at line 7545 of file iparith.cc.
Definition at line 2298 of file iparith.cc.
Definition at line 6186 of file iparith.cc.
Definition at line 2353 of file iparith.cc.
Definition at line 2316 of file iparith.cc.
Definition at line 2363 of file iparith.cc.
Definition at line 6217 of file iparith.cc.
Definition at line 2382 of file iparith.cc.
Definition at line 2389 of file iparith.cc.
Definition at line 2406 of file iparith.cc.
Definition at line 1168 of file iparith.cc.
Definition at line 4281 of file iparith.cc.
Definition at line 1186 of file iparith.cc.
Definition at line 4295 of file iparith.cc.
Definition at line 4302 of file iparith.cc.
Definition at line 4349 of file iparith.cc.
Definition at line 2412 of file iparith.cc.
Definition at line 6226 of file iparith.cc.
Definition at line 6261 of file iparith.cc.
Definition at line 4364 of file iparith.cc.
Definition at line 4376 of file iparith.cc.
Definition at line 2491 of file iparith.cc.
Definition at line 2511 of file iparith.cc.
Definition at line 2469 of file iparith.cc.
Definition at line 6285 of file iparith.cc.
Definition at line 2452 of file iparith.cc.
Definition at line 6303 of file iparith.cc.
Definition at line 6321 of file iparith.cc.
Definition at line 4435 of file iparith.cc.
Definition at line 7501 of file iparith.cc.
Definition at line 4445 of file iparith.cc.
Definition at line 5689 of file iparith.cc.
Definition at line 5694 of file iparith.cc.
Definition at line 4409 of file iparith.cc.
Definition at line 5720 of file iparith.cc.
Definition at line 5772 of file iparith.cc.
Definition at line 5699 of file iparith.cc.
Definition at line 4462 of file iparith.cc.
Definition at line 4469 of file iparith.cc.
Definition at line 4474 of file iparith.cc.
Definition at line 2518 of file iparith.cc.
Definition at line 1392 of file iparith.cc.
Definition at line 1414 of file iparith.cc.
Definition at line 1450 of file iparith.cc.
Definition at line 1490 of file iparith.cc.
Definition at line 1467 of file iparith.cc.
Definition at line 1519 of file iparith.cc.
Definition at line 2531 of file iparith.cc.
Definition at line 4480 of file iparith.cc.
Definition at line 6356 of file iparith.cc.
Definition at line 6343 of file iparith.cc.
Definition at line 7670 of file iparith.cc.
Definition at line 6329 of file iparith.cc.
Definition at line 7906 of file iparith.cc.
Definition at line 4507 of file iparith.cc.
Definition at line 4501 of file iparith.cc.
Definition at line 4543 of file iparith.cc.
Definition at line 2549 of file iparith.cc.
Definition at line 2543 of file iparith.cc.
Definition at line 8000 of file iparith.cc.
Definition at line 6387 of file iparith.cc.
Definition at line 2554 of file iparith.cc.
Definition at line 6364 of file iparith.cc.
Definition at line 4582 of file iparith.cc.
Definition at line 2564 of file iparith.cc.
Definition at line 2577 of file iparith.cc.
Definition at line 4564 of file iparith.cc.
Definition at line 4573 of file iparith.cc.
Definition at line 1562 of file iparith.cc.
Definition at line 1574 of file iparith.cc.
Definition at line 8083 of file iparith.cc.
Definition at line 1601 of file iparith.cc.
Definition at line 2581 of file iparith.cc.
Definition at line 4588 of file iparith.cc.
Definition at line 4665 of file iparith.cc.
Definition at line 1203 of file iparith.cc.
Definition at line 1212 of file iparith.cc.
Definition at line 4610 of file iparith.cc.
Definition at line 4628 of file iparith.cc.
Definition at line 2593 of file iparith.cc.
Definition at line 7127 of file iparith.cc.
Definition at line 8136 of file iparith.cc.
Definition at line 2613 of file iparith.cc.
Definition at line 8167 of file iparith.cc.
Definition at line 7149 of file iparith.cc.
Definition at line 8257 of file iparith.cc.
Definition at line 4647 of file iparith.cc.
load lib/module given in v
Definition at line 5587 of file iparith.cc.
Definition at line 4643 of file iparith.cc.
Definition at line 2633 of file iparith.cc.
Definition at line 2637 of file iparith.cc.
Definition at line 5663 of file iparith.cc.
Definition at line 1216 of file iparith.cc.
Definition at line 1225 of file iparith.cc.
Definition at line 4674 of file iparith.cc.
Definition at line 7744 of file iparith.cc.
Definition at line 7825 of file iparith.cc.
Definition at line 8976 of file iparith.cc.
Definition at line 1655 of file iparith.cc.
Definition at line 6950 of file iparith.cc.
Definition at line 6986 of file iparith.cc.
Definition at line 6973 of file iparith.cc.
Definition at line 4704 of file iparith.cc.
Definition at line 6398 of file iparith.cc.
Definition at line 4755 of file iparith.cc.
Definition at line 922 of file iparith.cc.
Definition at line 912 of file iparith.cc.
Definition at line 897 of file iparith.cc.
Definition at line 945 of file iparith.cc.
Definition at line 881 of file iparith.cc.
Definition at line 935 of file iparith.cc.
Definition at line 955 of file iparith.cc.
Definition at line 902 of file iparith.cc.
Definition at line 968 of file iparith.cc.
Definition at line 907 of file iparith.cc.
Definition at line 2701 of file iparith.cc.
Definition at line 2723 of file iparith.cc.
Definition at line 2648 of file iparith.cc.
Definition at line 7012 of file iparith.cc.
Definition at line 7063 of file iparith.cc.
Definition at line 8308 of file iparith.cc.
Definition at line 2742 of file iparith.cc.
Definition at line 2746 of file iparith.cc.
Definition at line 2787 of file iparith.cc.
Definition at line 5737 of file iparith.cc.
Definition at line 5742 of file iparith.cc.
Definition at line 6594 of file iparith.cc.
Definition at line 4734 of file iparith.cc.
Definition at line 4749 of file iparith.cc.
Definition at line 4769 of file iparith.cc.
Definition at line 4794 of file iparith.cc.
Definition at line 8375 of file iparith.cc.
Definition at line 4799 of file iparith.cc.
Definition at line 2811 of file iparith.cc.
Definition at line 6677 of file iparith.cc.
Definition at line 5784 of file iparith.cc.
Definition at line 3784 of file iparith.cc.
Return the numerator of the input number.
Definition at line 4090 of file iparith.cc.
Definition at line 279 of file iparith.cc.
Definition at line 266 of file iparith.cc.
Definition at line 247 of file iparith.cc.
Definition at line 262 of file iparith.cc.
Definition at line 319 of file iparith.cc.
Definition at line 300 of file iparith.cc.
Definition at line 304 of file iparith.cc.
Definition at line 283 of file iparith.cc.
Definition at line 509 of file iparith.cc.
Definition at line 4814 of file iparith.cc.
Definition at line 2990 of file iparith.cc.
Definition at line 5314 of file iparith.cc.
Definition at line 8380 of file iparith.cc.
Definition at line 4866 of file iparith.cc.
Definition at line 4886 of file iparith.cc.
Definition at line 4826 of file iparith.cc.
Definition at line 4848 of file iparith.cc.
Definition at line 2825 of file iparith.cc.
Definition at line 4656 of file iparith.cc.
Definition at line 3294 of file iparith.cc.
Definition at line 2902 of file iparith.cc.
Definition at line 2882 of file iparith.cc.
Definition at line 2862 of file iparith.cc.
Definition at line 2842 of file iparith.cc.
Definition at line 785 of file iparith.cc.
Definition at line 798 of file iparith.cc.
Definition at line 770 of file iparith.cc.
Definition at line 758 of file iparith.cc.
Definition at line 876 of file iparith.cc.
Definition at line 807 of file iparith.cc.
Definition at line 827 of file iparith.cc.
Definition at line 851 of file iparith.cc.
Definition at line 775 of file iparith.cc.
Definition at line 862 of file iparith.cc.
Definition at line 839 of file iparith.cc.
Definition at line 634 of file iparith.cc.
Definition at line 3798 of file iparith.cc.
Definition at line 571 of file iparith.cc.
Definition at line 525 of file iparith.cc.
Definition at line 587 of file iparith.cc.
Definition at line 605 of file iparith.cc.
Definition at line 6687 of file iparith.cc.
Definition at line 1619 of file iparith.cc.
Definition at line 3875 of file iparith.cc.
Definition at line 4910 of file iparith.cc.
Definition at line 3063 of file iparith.cc.
Definition at line 8854 of file iparith.cc.
Definition at line 3107 of file iparith.cc.
Definition at line 3114 of file iparith.cc.
Definition at line 6761 of file iparith.cc.
Definition at line 4972 of file iparith.cc.
Definition at line 3122 of file iparith.cc.
Definition at line 5704 of file iparith.cc.
Definition at line 4979 of file iparith.cc.
Definition at line 3131 of file iparith.cc.
Definition at line 7206 of file iparith.cc.
Definition at line 7194 of file iparith.cc.
Definition at line 8390 of file iparith.cc.
Definition at line 8461 of file iparith.cc.
Definition at line 4983 of file iparith.cc.
Definition at line 4988 of file iparith.cc.
Definition at line 3164 of file iparith.cc.
Definition at line 7233 of file iparith.cc.
Definition at line 8509 of file iparith.cc.
Definition at line 8531 of file iparith.cc.
Definition at line 4950 of file iparith.cc.
Definition at line 8983 of file iparith.cc.
Definition at line 5367 of file iparith.cc.
Definition at line 7274 of file iparith.cc.
Definition at line 6079 of file iparith.cc.
Definition at line 5015 of file iparith.cc.
Definition at line 8954 of file iparith.cc.
Definition at line 4993 of file iparith.cc.
Definition at line 5008 of file iparith.cc.
Definition at line 5747 of file iparith.cc.
Definition at line 5757 of file iparith.cc.
Definition at line 3326 of file iparith.cc.
Definition at line 5752 of file iparith.cc.
Definition at line 5090 of file iparith.cc.
Definition at line 5116 of file iparith.cc.
Definition at line 5142 of file iparith.cc.
Definition at line 3855 of file iparith.cc.
Definition at line 3353 of file iparith.cc.
Definition at line 3448 of file iparith.cc.
Definition at line 5048 of file iparith.cc.
Definition at line 7114 of file iparith.cc.
Definition at line 5196 of file iparith.cc.
Definition at line 10491 of file iparith.cc.
Definition at line 5201 of file iparith.cc.
Definition at line 3390 of file iparith.cc.
Definition at line 3442 of file iparith.cc.
Definition at line 7279 of file iparith.cc.
Definition at line 8796 of file iparith.cc.
Definition at line 5168 of file iparith.cc.
Definition at line 3497 of file iparith.cc.
Definition at line 3464 of file iparith.cc.
Definition at line 7288 of file iparith.cc.
Definition at line 8871 of file iparith.cc.
Definition at line 8611 of file iparith.cc.
Definition at line 6836 of file iparith.cc.
Definition at line 6882 of file iparith.cc.
Definition at line 6932 of file iparith.cc.
Definition at line 6936 of file iparith.cc.
Definition at line 6940 of file iparith.cc.
Definition at line 8827 of file iparith.cc.
Definition at line 6849 of file iparith.cc.
Definition at line 6808 of file iparith.cc.
Definition at line 3581 of file iparith.cc.
Definition at line 5228 of file iparith.cc.
Definition at line 993 of file iparith.cc.
Definition at line 1076 of file iparith.cc.
Definition at line 981 of file iparith.cc.
Definition at line 1057 of file iparith.cc.
Definition at line 1064 of file iparith.cc.
Definition at line 1140 of file iparith.cc.
Definition at line 1088 of file iparith.cc.
Definition at line 1098 of file iparith.cc.
Definition at line 1131 of file iparith.cc.
Definition at line 1136 of file iparith.cc.
Definition at line 1127 of file iparith.cc.
Definition at line 1102 of file iparith.cc.
Definition at line 1111 of file iparith.cc.
Definition at line 1000 of file iparith.cc.
Definition at line 1010 of file iparith.cc.
Definition at line 1154 of file iparith.cc.
Definition at line 5299 of file iparith.cc.
Definition at line 5309 of file iparith.cc.
Definition at line 5348 of file iparith.cc.
Definition at line 5428 of file iparith.cc.
Definition at line 3810 of file iparith.cc.
Definition at line 3847 of file iparith.cc.
Definition at line 3817 of file iparith.cc.
Definition at line 3840 of file iparith.cc.
Definition at line 3834 of file iparith.cc.
Definition at line 3822 of file iparith.cc.
Definition at line 10500 of file iparith.cc.
Definition at line 5473 of file iparith.cc.
Definition at line 5478 of file iparith.cc.
Definition at line 5495 of file iparith.cc.
Definition at line 3670 of file iparith.cc.
Definition at line 5512 of file iparith.cc.
Definition at line 5541 of file iparith.cc.
Definition at line 3683 of file iparith.cc.
Definition at line 5556 of file iparith.cc.
Definition at line 3707 of file iparith.cc.
Definition at line 3760 of file iparith.cc.
Definition at line 3764 of file iparith.cc.
Definition at line 3768 of file iparith.cc.
Definition at line 9905 of file iparith.cc.
Definition at line 5659 of file iparith.cc.
long all_farey =0L |
Definition at line 8 of file iparith.cc.
EXTERN_VAR int cmdtok |
Definition at line 217 of file iparith.cc.
EXTERN_VAR BOOLEAN expected_parms |
Definition at line 218 of file iparith.cc.
long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
Definition at line 222 of file iparith.cc.
STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 201 of file iparith.cc.
EXTERN_VAR int singclap_factorize_retry |
Definition at line 2066 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9904 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5658 of file iparith.cc.