![]() |
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/htable.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 | NO_LRING 128 |
| #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) |
| #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 124 of file iparith.cc.
| Data Fields | ||
|---|---|---|
| short | cmd | |
| short | start | |
| struct _scmdnames |
Definition at line 56 of file gentable.cc.
| Data Fields | ||
|---|---|---|
| short | alias | |
| const char * | name | |
| char * | name | |
| short | toktype | |
| short | tokval | |
| struct sValCmd1 |
Definition at line 75 of file gentable.cc.
| Data Fields | ||
|---|---|---|
| short | arg | |
| short | cmd | |
| int | p | |
| proc1 | p | |
| short | res | |
| short | valid_for | |
| struct sValCmd2 |
Definition at line 66 of file gentable.cc.
| Data Fields | ||
|---|---|---|
| short | arg1 | |
| short | arg2 | |
| short | cmd | |
| int | p | |
| proc2 | p | |
| short | res | |
| short | valid_for | |
| struct sValCmd3 |
Definition at line 83 of file gentable.cc.
| Data Fields | ||
|---|---|---|
| short | arg1 | |
| short | arg2 | |
| short | arg3 | |
| short | cmd | |
| int | p | |
| proc3 | p | |
| short | res | |
| short | valid_for | |
| struct sValCmdM |
Definition at line 93 of file gentable.cc.
| Data Fields | ||
|---|---|---|
| short | cmd | |
| short | number_of_args | |
| int | p | |
| proc1 | p | |
| short | res | |
| short | valid_for | |
| struct SArithBase |
Definition at line 181 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 107 of file iparith.cc.
| #define ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
Definition at line 109 of file iparith.cc.
| #define ALLOW_PLURAL 1 |
Definition at line 100 of file iparith.cc.
| #define ALLOW_RING 4 |
Definition at line 103 of file iparith.cc.
| #define ALLOW_ZERODIVISOR 0 |
Definition at line 106 of file iparith.cc.
| #define ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
Definition at line 111 of file iparith.cc.
| #define bit31 SIZEOF_LONG*8-1 |
Definition at line 121 of file iparith.cc.
| #define COMM_PLURAL 2 |
Definition at line 102 of file iparith.cc.
| #define D | ( | A | ) |
Definition at line 8992 of file iparith.cc.
| #define ii_div_by_0 "div. by 0" |
Definition at line 217 of file iparith.cc.
| #define IPARITH |
Definition at line 8994 of file iparith.cc.
| #define NC_MASK (3+64) |
Definition at line 93 of file iparith.cc.
| #define NO_CONVERSION 32 |
Definition at line 117 of file iparith.cc.
| #define NO_LRING 128 |
Definition at line 108 of file iparith.cc.
| #define NO_NC 0 |
Definition at line 101 of file iparith.cc.
| #define NO_RING 0 |
Definition at line 104 of file iparith.cc.
| #define NO_ZERODIVISOR 8 |
Definition at line 105 of file iparith.cc.
| #define NULL_VAL NULL |
Definition at line 8993 of file iparith.cc.
| #define RING_MASK 4 |
Definition at line 98 of file iparith.cc.
| #define SIMPL_EQU 4 |
Definition at line 3354 of file iparith.cc.
| #define SIMPL_LMDIV 32 |
Definition at line 3351 of file iparith.cc.
| #define SIMPL_LMEQ 16 |
Definition at line 3352 of file iparith.cc.
| #define SIMPL_MULT 8 |
Definition at line 3353 of file iparith.cc.
| #define SIMPL_NORM 1 |
Definition at line 3356 of file iparith.cc.
| #define SIMPL_NORMALIZE 64 |
Definition at line 3350 of file iparith.cc.
| #define SIMPL_NULL 2 |
Definition at line 3355 of file iparith.cc.
| #define WARN_RING 16 |
Definition at line 115 of file iparith.cc.
| #define ZERODIVISOR_MASK 8 |
Definition at line 99 of file iparith.cc.
| typedef sValCmdTab jjValCmdTab[] |
Definition at line 130 of file iparith.cc.
| typedef char si_char_2[2] |
Definition at line 9895 of file iparith.cc.
compares to entry of cmdsname-list
| [in] | a | |
| [in] | b |
Definition at line 9951 of file iparith.cc.
Definition at line 10177 of file iparith.cc.
|
extern |
Definition at line 10118 of file iparith.cc.
| int iiArithFindCmd | ( | const char * | szName | ) |
Definition at line 10023 of file iparith.cc.
| char * iiArithGetCmd | ( | int | nPos | ) |
Definition at line 10083 of file iparith.cc.
|
extern |
| int iiArithRemoveCmd | ( | const char * | szName | ) |
Definition at line 10091 of file iparith.cc.
Definition at line 9365 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 9235 of file iparith.cc.
Definition at line 9176 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 9162 of file iparith.cc.
|
static |
Definition at line 9003 of file iparith.cc.
Definition at line 9575 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 9627 of file iparith.cc.
|
static |
Definition at line 9422 of file iparith.cc.
Definition at line 9666 of file iparith.cc.
| int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
| 0 | on success |
Definition at line 9988 of file iparith.cc.
|
static |
Definition at line 222 of file iparith.cc.
|
static |
Definition at line 9872 of file iparith.cc.
| int iiTokType | ( | int | op | ) |
Definition at line 230 of file iparith.cc.
| int IsCmd | ( | const char * | n, |
| int & | tok ) |
Definition at line 9773 of file iparith.cc.
Definition at line 1779 of file iparith.cc.
Definition at line 1769 of file iparith.cc.
Definition at line 1380 of file iparith.cc.
Definition at line 3879 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 7932 of file iparith.cc.
Definition at line 4479 of file iparith.cc.
Definition at line 5840 of file iparith.cc.
Definition at line 5813 of file iparith.cc.
Definition at line 5868 of file iparith.cc.
Definition at line 5926 of file iparith.cc.
Definition at line 5976 of file iparith.cc.
Definition at line 6025 of file iparith.cc.
Definition at line 5797 of file iparith.cc.
Definition at line 5897 of file iparith.cc.
Definition at line 2918 of file iparith.cc.
Definition at line 2945 of file iparith.cc.
Definition at line 7332 of file iparith.cc.
Definition at line 7339 of file iparith.cc.
Definition at line 7356 of file iparith.cc.
Definition at line 3945 of file iparith.cc.
Definition at line 7360 of file iparith.cc.
Definition at line 7368 of file iparith.cc.
Definition at line 3949 of file iparith.cc.
Definition at line 1682 of file iparith.cc.
Definition at line 10229 of file iparith.cc.
Definition at line 1793 of file iparith.cc.
Definition at line 1800 of file iparith.cc.
Definition at line 7380 of file iparith.cc.
Definition at line 3954 of file iparith.cc.
Definition at line 1818 of file iparith.cc.
Definition at line 6120 of file iparith.cc.
Definition at line 6134 of file iparith.cc.
Definition at line 6140 of file iparith.cc.
Definition at line 1807 of file iparith.cc.
Definition at line 693 of file iparith.cc.
Definition at line 10447 of file iparith.cc.
Definition at line 367 of file iparith.cc.
Definition at line 339 of file iparith.cc.
Definition at line 397 of file iparith.cc.
Definition at line 424 of file iparith.cc.
Definition at line 452 of file iparith.cc.
Definition at line 479 of file iparith.cc.
Definition at line 3976 of file iparith.cc.
Definition at line 1832 of file iparith.cc.
Definition at line 3984 of file iparith.cc.
Definition at line 5766 of file iparith.cc.
Definition at line 4017 of file iparith.cc.
Definition at line 4067 of file iparith.cc.
Definition at line 1848 of file iparith.cc.
Definition at line 4039 of file iparith.cc.
Definition at line 1837 of file iparith.cc.
Definition at line 4050 of file iparith.cc.
Definition at line 1869 of file iparith.cc.
Definition at line 1862 of file iparith.cc.
Return the denominator of the input number.
Definition at line 4079 of file iparith.cc.
Definition at line 1896 of file iparith.cc.
Definition at line 1903 of file iparith.cc.
Definition at line 4102 of file iparith.cc.
Definition at line 4138 of file iparith.cc.
Definition at line 4516 of file iparith.cc.
Definition at line 1921 of file iparith.cc.
Definition at line 4158 of file iparith.cc.
Definition at line 1937 of file iparith.cc.
Definition at line 5771 of file iparith.cc.
Definition at line 1250 of file iparith.cc.
Definition at line 1294 of file iparith.cc.
Definition at line 1263 of file iparith.cc.
Definition at line 1276 of file iparith.cc.
Definition at line 1954 of file iparith.cc.
Definition at line 7397 of file iparith.cc.
Definition at line 1227 of file iparith.cc.
Definition at line 3777 of file iparith.cc.
Definition at line 4186 of file iparith.cc.
Definition at line 4200 of file iparith.cc.
Definition at line 1974 of file iparith.cc.
Definition at line 6167 of file iparith.cc.
Definition at line 6175 of file iparith.cc.
Definition at line 1980 of file iparith.cc.
Definition at line 5329 of file iparith.cc.
Definition at line 1323 of file iparith.cc.
Definition at line 1329 of file iparith.cc.
Definition at line 1335 of file iparith.cc.
Definition at line 1353 of file iparith.cc.
Definition at line 1359 of file iparith.cc.
Definition at line 1347 of file iparith.cc.
Definition at line 1367 of file iparith.cc.
Definition at line 1341 of file iparith.cc.
Definition at line 1999 of file iparith.cc.
Definition at line 4212 of file iparith.cc.
Definition at line 1994 of file iparith.cc.
Definition at line 2006 of file iparith.cc.
Definition at line 2020 of file iparith.cc.
Definition at line 2048 of file iparith.cc.
Definition at line 4261 of file iparith.cc.
Definition at line 2065 of file iparith.cc.
Definition at line 4221 of file iparith.cc.
Definition at line 2112 of file iparith.cc.
Definition at line 8657 of file iparith.cc.
Definition at line 2134 of file iparith.cc.
Definition at line 2145 of file iparith.cc.
Definition at line 2166 of file iparith.cc.
Definition at line 7539 of file iparith.cc.
Definition at line 2294 of file iparith.cc.
Definition at line 6184 of file iparith.cc.
Definition at line 2351 of file iparith.cc.
Definition at line 2312 of file iparith.cc.
Definition at line 2361 of file iparith.cc.
Definition at line 6215 of file iparith.cc.
Definition at line 2380 of file iparith.cc.
Definition at line 2387 of file iparith.cc.
Definition at line 2404 of file iparith.cc.
Definition at line 1166 of file iparith.cc.
Definition at line 4277 of file iparith.cc.
Definition at line 1184 of file iparith.cc.
Definition at line 4291 of file iparith.cc.
Definition at line 4298 of file iparith.cc.
Definition at line 4345 of file iparith.cc.
Definition at line 2410 of file iparith.cc.
Definition at line 6224 of file iparith.cc.
Definition at line 6254 of file iparith.cc.
Definition at line 4358 of file iparith.cc.
Definition at line 4368 of file iparith.cc.
Definition at line 2487 of file iparith.cc.
Definition at line 2507 of file iparith.cc.
Definition at line 2465 of file iparith.cc.
Definition at line 6276 of file iparith.cc.
Definition at line 2448 of file iparith.cc.
Definition at line 6294 of file iparith.cc.
Definition at line 6312 of file iparith.cc.
Definition at line 4418 of file iparith.cc.
Definition at line 4427 of file iparith.cc.
Definition at line 7496 of file iparith.cc.
Definition at line 4437 of file iparith.cc.
Definition at line 5693 of file iparith.cc.
Definition at line 5698 of file iparith.cc.
Definition at line 4401 of file iparith.cc.
Definition at line 5724 of file iparith.cc.
Definition at line 5776 of file iparith.cc.
Definition at line 5703 of file iparith.cc.
Definition at line 4454 of file iparith.cc.
Definition at line 4461 of file iparith.cc.
Definition at line 4466 of file iparith.cc.
Definition at line 2514 of file iparith.cc.
Definition at line 1390 of file iparith.cc.
Definition at line 1412 of file iparith.cc.
Definition at line 1448 of file iparith.cc.
Definition at line 1465 of file iparith.cc.
Definition at line 1517 of file iparith.cc.
Definition at line 2527 of file iparith.cc.
Definition at line 4472 of file iparith.cc.
Definition at line 6347 of file iparith.cc.
Definition at line 6334 of file iparith.cc.
Definition at line 7664 of file iparith.cc.
Definition at line 6320 of file iparith.cc.
Definition at line 7900 of file iparith.cc.
Definition at line 4499 of file iparith.cc.
Definition at line 4493 of file iparith.cc.
Definition at line 4535 of file iparith.cc.
Definition at line 2545 of file iparith.cc.
Definition at line 2539 of file iparith.cc.
Definition at line 7993 of file iparith.cc.
Definition at line 2555 of file iparith.cc.
Definition at line 6378 of file iparith.cc.
Definition at line 2550 of file iparith.cc.
Definition at line 6355 of file iparith.cc.
Definition at line 4574 of file iparith.cc.
Definition at line 2560 of file iparith.cc.
Definition at line 2573 of file iparith.cc.
Definition at line 4556 of file iparith.cc.
Definition at line 4565 of file iparith.cc.
Definition at line 1560 of file iparith.cc.
Definition at line 1572 of file iparith.cc.
Definition at line 8076 of file iparith.cc.
Definition at line 1599 of file iparith.cc.
Definition at line 2577 of file iparith.cc.
Definition at line 4580 of file iparith.cc.
Definition at line 4657 of file iparith.cc.
Definition at line 1201 of file iparith.cc.
Definition at line 1210 of file iparith.cc.
Definition at line 4602 of file iparith.cc.
Definition at line 4620 of file iparith.cc.
Definition at line 2589 of file iparith.cc.
Definition at line 7127 of file iparith.cc.
Definition at line 8129 of file iparith.cc.
Definition at line 2609 of file iparith.cc.
Definition at line 7172 of file iparith.cc.
Definition at line 8160 of file iparith.cc.
Definition at line 7149 of file iparith.cc.
Definition at line 8250 of file iparith.cc.
Definition at line 4639 of file iparith.cc.
load lib/module given in v
Definition at line 5591 of file iparith.cc.
Definition at line 4635 of file iparith.cc.
Definition at line 2629 of file iparith.cc.
Definition at line 2633 of file iparith.cc.
Definition at line 5667 of file iparith.cc.
Definition at line 1214 of file iparith.cc.
Definition at line 1223 of file iparith.cc.
Definition at line 4666 of file iparith.cc.
Definition at line 7738 of file iparith.cc.
Definition at line 7819 of file iparith.cc.
|
static |
Definition at line 8970 of file iparith.cc.
Definition at line 1653 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 4696 of file iparith.cc.
Definition at line 6389 of file iparith.cc.
Definition at line 4747 of file iparith.cc.
Definition at line 919 of file iparith.cc.
Definition at line 909 of file iparith.cc.
Definition at line 894 of file iparith.cc.
Definition at line 942 of file iparith.cc.
Definition at line 878 of file iparith.cc.
Definition at line 932 of file iparith.cc.
Definition at line 952 of file iparith.cc.
Definition at line 899 of file iparith.cc.
Definition at line 965 of file iparith.cc.
Definition at line 904 of file iparith.cc.
Definition at line 2697 of file iparith.cc.
Definition at line 2719 of file iparith.cc.
Definition at line 2644 of file iparith.cc.
Definition at line 7012 of file iparith.cc.
Definition at line 7063 of file iparith.cc.
Definition at line 8301 of file iparith.cc.
Definition at line 2738 of file iparith.cc.
Definition at line 2742 of file iparith.cc.
Definition at line 2783 of file iparith.cc.
Definition at line 5741 of file iparith.cc.
Definition at line 5746 of file iparith.cc.
Definition at line 6585 of file iparith.cc.
Definition at line 4726 of file iparith.cc.
Definition at line 4741 of file iparith.cc.
Definition at line 4761 of file iparith.cc.
Definition at line 4786 of file iparith.cc.
Definition at line 8368 of file iparith.cc.
Definition at line 4791 of file iparith.cc.
Definition at line 2807 of file iparith.cc.
Definition at line 6668 of file iparith.cc.
Definition at line 5788 of file iparith.cc.
Definition at line 4796 of file iparith.cc.
Definition at line 3784 of file iparith.cc.
Return the numerator of the input number.
Definition at line 4088 of file iparith.cc.
Definition at line 4801 of file iparith.cc.
Definition at line 276 of file iparith.cc.
Definition at line 263 of file iparith.cc.
Definition at line 244 of file iparith.cc.
Definition at line 259 of file iparith.cc.
Definition at line 316 of file iparith.cc.
Definition at line 297 of file iparith.cc.
Definition at line 301 of file iparith.cc.
Definition at line 280 of file iparith.cc.
Definition at line 506 of file iparith.cc.
Definition at line 4806 of file iparith.cc.
Definition at line 2986 of file iparith.cc.
Definition at line 5310 of file iparith.cc.
Definition at line 8373 of file iparith.cc.
Definition at line 4858 of file iparith.cc.
Definition at line 4878 of file iparith.cc.
Definition at line 4818 of file iparith.cc.
Definition at line 4834 of file iparith.cc.
Definition at line 4840 of file iparith.cc.
Definition at line 2821 of file iparith.cc.
Definition at line 4648 of file iparith.cc.
Definition at line 3298 of file iparith.cc.
Definition at line 2898 of file iparith.cc.
Definition at line 2878 of file iparith.cc.
Definition at line 2858 of file iparith.cc.
Definition at line 2838 of file iparith.cc.
Definition at line 782 of file iparith.cc.
Definition at line 795 of file iparith.cc.
Definition at line 767 of file iparith.cc.
Definition at line 755 of file iparith.cc.
Definition at line 873 of file iparith.cc.
Definition at line 804 of file iparith.cc.
Definition at line 824 of file iparith.cc.
Definition at line 848 of file iparith.cc.
Definition at line 772 of file iparith.cc.
Definition at line 859 of file iparith.cc.
Definition at line 836 of file iparith.cc.
Definition at line 3798 of file iparith.cc.
Definition at line 568 of file iparith.cc.
Definition at line 522 of file iparith.cc.
Definition at line 584 of file iparith.cc.
Definition at line 602 of file iparith.cc.
Definition at line 6678 of file iparith.cc.
Definition at line 1617 of file iparith.cc.
Definition at line 3875 of file iparith.cc.
Definition at line 6076 of file iparith.cc.
Definition at line 4902 of file iparith.cc.
Definition at line 3059 of file iparith.cc.
Definition at line 8847 of file iparith.cc.
Definition at line 3105 of file iparith.cc.
Definition at line 3112 of file iparith.cc.
Definition at line 6761 of file iparith.cc.
Definition at line 4964 of file iparith.cc.
Definition at line 5708 of file iparith.cc.
Definition at line 4971 of file iparith.cc.
Definition at line 3129 of file iparith.cc.
Definition at line 7206 of file iparith.cc.
Definition at line 7194 of file iparith.cc.
Definition at line 7225 of file iparith.cc.
Definition at line 8383 of file iparith.cc.
Definition at line 8454 of file iparith.cc.
Definition at line 3153 of file iparith.cc.
Definition at line 3145 of file iparith.cc.
Definition at line 4975 of file iparith.cc.
Definition at line 4980 of file iparith.cc.
Definition at line 3162 of file iparith.cc.
Definition at line 7233 of file iparith.cc.
Definition at line 8502 of file iparith.cc.
Definition at line 8524 of file iparith.cc.
Definition at line 4942 of file iparith.cc.
Definition at line 8977 of file iparith.cc.
Definition at line 5363 of file iparith.cc.
Definition at line 7274 of file iparith.cc.
Definition at line 6083 of file iparith.cc.
Definition at line 5007 of file iparith.cc.
Definition at line 8948 of file iparith.cc.
Definition at line 4985 of file iparith.cc.
Definition at line 5000 of file iparith.cc.
Definition at line 3324 of file iparith.cc.
Definition at line 5751 of file iparith.cc.
Definition at line 5761 of file iparith.cc.
Definition at line 3330 of file iparith.cc.
Definition at line 3343 of file iparith.cc.
Definition at line 5756 of file iparith.cc.
Definition at line 5035 of file iparith.cc.
Definition at line 5082 of file iparith.cc.
Definition at line 5109 of file iparith.cc.
Definition at line 5136 of file iparith.cc.
Definition at line 3855 of file iparith.cc.
Definition at line 3357 of file iparith.cc.
Definition at line 3452 of file iparith.cc.
Definition at line 5040 of file iparith.cc.
Definition at line 7114 of file iparith.cc.
Definition at line 5192 of file iparith.cc.
Definition at line 10488 of file iparith.cc.
Definition at line 5197 of file iparith.cc.
Definition at line 3394 of file iparith.cc.
Definition at line 3446 of file iparith.cc.
Definition at line 7279 of file iparith.cc.
Definition at line 8789 of file iparith.cc.
Definition at line 3496 of file iparith.cc.
Definition at line 3468 of file iparith.cc.
Definition at line 7288 of file iparith.cc.
Definition at line 8864 of file iparith.cc.
Definition at line 8604 of file iparith.cc.
Definition at line 5683 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 6849 of file iparith.cc.
Definition at line 6808 of file iparith.cc.
Definition at line 3572 of file iparith.cc.
Definition at line 5224 of file iparith.cc.
Definition at line 991 of file iparith.cc.
Definition at line 1074 of file iparith.cc.
Definition at line 978 of file iparith.cc.
Definition at line 1055 of file iparith.cc.
Definition at line 1062 of file iparith.cc.
Definition at line 1138 of file iparith.cc.
Definition at line 1086 of file iparith.cc.
Definition at line 1096 of file iparith.cc.
Definition at line 1129 of file iparith.cc.
Definition at line 1134 of file iparith.cc.
Definition at line 1118 of file iparith.cc.
Definition at line 1125 of file iparith.cc.
Definition at line 1100 of file iparith.cc.
Definition at line 1109 of file iparith.cc.
Definition at line 998 of file iparith.cc.
Definition at line 1008 of file iparith.cc.
Definition at line 1152 of file iparith.cc.
Definition at line 5295 of file iparith.cc.
Definition at line 5305 of file iparith.cc.
Definition at line 5344 of file iparith.cc.
Definition at line 5426 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 5475 of file iparith.cc.
Definition at line 5480 of file iparith.cc.
Definition at line 5497 of file iparith.cc.
Definition at line 3670 of file iparith.cc.
Definition at line 5514 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.
| const char * Tok2Cmdname | ( | int | tok | ) |
Definition at line 9897 of file iparith.cc.
|
static |
Definition at line 5663 of file iparith.cc.
| long all_farey =0L |
Definition at line 8 of file iparith.cc.
| EXTERN_VAR int cmdtok |
Definition at line 214 of file iparith.cc.
| EXTERN_VAR BOOLEAN expected_parms |
Definition at line 215 of file iparith.cc.
| long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
| VAR int iiOp |
Definition at line 219 of file iparith.cc.
| STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 198 of file iparith.cc.
| EXTERN_VAR int singclap_factorize_retry |
Definition at line 2064 of file iparith.cc.
| STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9896 of file iparith.cc.
| STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5662 of file iparith.cc.