![]() |
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 | jjWRONG2 (proc2)jjWRONG |
#define | jjWRONG3 (proc3)jjWRONG |
#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. More... | |
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 |
Definition at line 59 of file gentable.cc.
Data Fields | ||
---|---|---|
short | alias | |
const char * | name | |
char * | name | |
short | toktype | |
short | tokval |
struct sValCmd1 |
Definition at line 78 of file gentable.cc.
Data Fields | ||
---|---|---|
short | arg | |
short | cmd | |
int | p | |
proc1 | p | |
short | res | |
short | valid_for |
struct sValCmd2 |
Definition at line 69 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 86 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 96 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 184 of file iparith.cc.
Data Fields | ||
---|---|---|
unsigned | nCmdAllocated | number of commands-slots allocated |
unsigned | nCmdUsed | number of commands used |
unsigned | nLastIdentifier | valid indentifieres 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 8720 of file iparith.cc.
#define ii_div_by_0 "div. by 0" |
Definition at line 220 of file iparith.cc.
#define IPARITH |
Definition at line 8722 of file iparith.cc.
Definition at line 3678 of file iparith.cc.
Definition at line 3679 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.
#define NULL_VAL NULL |
Definition at line 8721 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 98 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3275 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3272 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3273 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3274 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3277 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3271 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3276 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.
typedef char si_char_2[2] |
Definition at line 9625 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9681 of file iparith.cc.
Definition at line 9907 of file iparith.cc.
int iiArithAddCmd | ( | const char * | szName, |
short | nAlias, | ||
short | nTokval, | ||
short | nToktype, | ||
short | nPos = -1 |
||
) |
Definition at line 9848 of file iparith.cc.
int iiArithFindCmd | ( | const char * | szName | ) |
Definition at line 9753 of file iparith.cc.
char * iiArithGetCmd | ( | int | nPos | ) |
Definition at line 9813 of file iparith.cc.
int iiArithRemoveCmd | ( | char * | szName | ) |
int iiArithRemoveCmd | ( | const char * | szName | ) |
Definition at line 9821 of file iparith.cc.
Definition at line 9093 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 8963 of file iparith.cc.
Definition at line 8904 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 8890 of file iparith.cc.
|
static |
Definition at line 8731 of file iparith.cc.
Definition at line 9303 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 9355 of file iparith.cc.
|
static |
Definition at line 9150 of file iparith.cc.
Definition at line 9394 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9718 of file iparith.cc.
|
static |
Definition at line 225 of file iparith.cc.
|
static |
Definition at line 9602 of file iparith.cc.
int iiTokType | ( | int | op | ) |
Definition at line 237 of file iparith.cc.
int IsCmd | ( | const char * | n, |
int & | tok | ||
) |
Definition at line 9503 of file iparith.cc.
Definition at line 1783 of file iparith.cc.
Definition at line 1773 of file iparith.cc.
Definition at line 1384 of file iparith.cc.
Definition at line 3791 of file iparith.cc.
Definition at line 3814 of file iparith.cc.
Definition at line 3821 of file iparith.cc.
Definition at line 3842 of file iparith.cc.
Definition at line 5741 of file iparith.cc.
Definition at line 5714 of file iparith.cc.
Definition at line 5769 of file iparith.cc.
Definition at line 5827 of file iparith.cc.
Definition at line 5877 of file iparith.cc.
Definition at line 5926 of file iparith.cc.
Definition at line 5698 of file iparith.cc.
Definition at line 5798 of file iparith.cc.
Definition at line 2892 of file iparith.cc.
Definition at line 2919 of file iparith.cc.
Definition at line 7120 of file iparith.cc.
Definition at line 7127 of file iparith.cc.
Definition at line 7144 of file iparith.cc.
Definition at line 3857 of file iparith.cc.
Definition at line 7148 of file iparith.cc.
Definition at line 7156 of file iparith.cc.
Definition at line 3861 of file iparith.cc.
Definition at line 1686 of file iparith.cc.
Definition at line 9954 of file iparith.cc.
Definition at line 1797 of file iparith.cc.
Definition at line 1804 of file iparith.cc.
Definition at line 7168 of file iparith.cc.
Definition at line 1822 of file iparith.cc.
Definition at line 6021 of file iparith.cc.
Definition at line 6035 of file iparith.cc.
Definition at line 6041 of file iparith.cc.
Definition at line 1811 of file iparith.cc.
Definition at line 698 of file iparith.cc.
Definition at line 10172 of file iparith.cc.
Definition at line 374 of file iparith.cc.
Definition at line 346 of file iparith.cc.
Definition at line 402 of file iparith.cc.
Definition at line 429 of file iparith.cc.
Definition at line 457 of file iparith.cc.
Definition at line 484 of file iparith.cc.
Definition at line 3881 of file iparith.cc.
Definition at line 1836 of file iparith.cc.
Definition at line 3889 of file iparith.cc.
Definition at line 5667 of file iparith.cc.
Definition at line 3922 of file iparith.cc.
Definition at line 3974 of file iparith.cc.
Definition at line 1852 of file iparith.cc.
Definition at line 3944 of file iparith.cc.
Definition at line 1841 of file iparith.cc.
Definition at line 3955 of file iparith.cc.
Definition at line 1873 of file iparith.cc.
Definition at line 1866 of file iparith.cc.
Return the denominator of the input number.
Definition at line 3986 of file iparith.cc.
Definition at line 1880 of file iparith.cc.
Definition at line 1887 of file iparith.cc.
Definition at line 4009 of file iparith.cc.
Definition at line 4045 of file iparith.cc.
Definition at line 4429 of file iparith.cc.
Definition at line 1905 of file iparith.cc.
Definition at line 4065 of file iparith.cc.
Definition at line 1921 of file iparith.cc.
Definition at line 5672 of file iparith.cc.
Definition at line 1254 of file iparith.cc.
Definition at line 1298 of file iparith.cc.
Definition at line 1267 of file iparith.cc.
Definition at line 1280 of file iparith.cc.
Definition at line 1938 of file iparith.cc.
Definition at line 7185 of file iparith.cc.
Definition at line 1231 of file iparith.cc.
Definition at line 3689 of file iparith.cc.
Definition at line 4095 of file iparith.cc.
Definition at line 4109 of file iparith.cc.
Definition at line 1958 of file iparith.cc.
Definition at line 6068 of file iparith.cc.
Definition at line 6076 of file iparith.cc.
Definition at line 1964 of file iparith.cc.
Definition at line 5238 of file iparith.cc.
Definition at line 1327 of file iparith.cc.
Definition at line 1333 of file iparith.cc.
Definition at line 1339 of file iparith.cc.
Definition at line 1357 of file iparith.cc.
Definition at line 1363 of file iparith.cc.
Definition at line 1351 of file iparith.cc.
Definition at line 1371 of file iparith.cc.
Definition at line 1345 of file iparith.cc.
Definition at line 1983 of file iparith.cc.
Definition at line 4121 of file iparith.cc.
Definition at line 1978 of file iparith.cc.
Definition at line 1990 of file iparith.cc.
Definition at line 2004 of file iparith.cc.
Definition at line 2032 of file iparith.cc.
Definition at line 4170 of file iparith.cc.
Definition at line 2049 of file iparith.cc.
Definition at line 4130 of file iparith.cc.
Definition at line 2096 of file iparith.cc.
Definition at line 8386 of file iparith.cc.
Definition at line 2118 of file iparith.cc.
Definition at line 2129 of file iparith.cc.
Definition at line 2152 of file iparith.cc.
Definition at line 7328 of file iparith.cc.
Definition at line 2280 of file iparith.cc.
Definition at line 6083 of file iparith.cc.
Definition at line 2335 of file iparith.cc.
Definition at line 2298 of file iparith.cc.
Definition at line 2345 of file iparith.cc.
Definition at line 6114 of file iparith.cc.
Definition at line 2364 of file iparith.cc.
Definition at line 2371 of file iparith.cc.
Definition at line 2388 of file iparith.cc.
Definition at line 1170 of file iparith.cc.
Definition at line 4186 of file iparith.cc.
Definition at line 1188 of file iparith.cc.
Definition at line 4200 of file iparith.cc.
Definition at line 4207 of file iparith.cc.
Definition at line 4254 of file iparith.cc.
Definition at line 2394 of file iparith.cc.
Definition at line 6123 of file iparith.cc.
Definition at line 4269 of file iparith.cc.
Definition at line 4281 of file iparith.cc.
Definition at line 2461 of file iparith.cc.
Definition at line 2481 of file iparith.cc.
Definition at line 2439 of file iparith.cc.
Definition at line 6158 of file iparith.cc.
Definition at line 2422 of file iparith.cc.
Definition at line 6176 of file iparith.cc.
Definition at line 6194 of file iparith.cc.
Definition at line 4331 of file iparith.cc.
Definition at line 4349 of file iparith.cc.
Definition at line 7284 of file iparith.cc.
Definition at line 4359 of file iparith.cc.
Definition at line 5594 of file iparith.cc.
Definition at line 5599 of file iparith.cc.
Definition at line 4314 of file iparith.cc.
Definition at line 5625 of file iparith.cc.
Definition at line 5677 of file iparith.cc.
Definition at line 5604 of file iparith.cc.
Definition at line 4376 of file iparith.cc.
Definition at line 4383 of file iparith.cc.
Definition at line 4388 of file iparith.cc.
Definition at line 2488 of file iparith.cc.
Definition at line 1394 of file iparith.cc.
Definition at line 1416 of file iparith.cc.
Definition at line 1452 of file iparith.cc.
Definition at line 1469 of file iparith.cc.
Definition at line 1521 of file iparith.cc.
Definition at line 2501 of file iparith.cc.
Definition at line 4394 of file iparith.cc.
Definition at line 6229 of file iparith.cc.
Definition at line 6216 of file iparith.cc.
Definition at line 7453 of file iparith.cc.
Definition at line 6202 of file iparith.cc.
Definition at line 7689 of file iparith.cc.
Definition at line 4412 of file iparith.cc.
Definition at line 4406 of file iparith.cc.
Definition at line 4448 of file iparith.cc.
Definition at line 2519 of file iparith.cc.
Definition at line 2513 of file iparith.cc.
Definition at line 7722 of file iparith.cc.
Definition at line 2529 of file iparith.cc.
Definition at line 6260 of file iparith.cc.
Definition at line 2524 of file iparith.cc.
Definition at line 6237 of file iparith.cc.
Definition at line 4487 of file iparith.cc.
Definition at line 2534 of file iparith.cc.
Definition at line 2547 of file iparith.cc.
Definition at line 4469 of file iparith.cc.
Definition at line 4478 of file iparith.cc.
Definition at line 1564 of file iparith.cc.
Definition at line 1576 of file iparith.cc.
Definition at line 7805 of file iparith.cc.
Definition at line 1603 of file iparith.cc.
Definition at line 2551 of file iparith.cc.
Definition at line 4493 of file iparith.cc.
Definition at line 4570 of file iparith.cc.
Definition at line 1205 of file iparith.cc.
Definition at line 1214 of file iparith.cc.
Definition at line 4515 of file iparith.cc.
Definition at line 4533 of file iparith.cc.
Definition at line 2563 of file iparith.cc.
Definition at line 6917 of file iparith.cc.
Definition at line 7857 of file iparith.cc.
Definition at line 2583 of file iparith.cc.
Definition at line 7888 of file iparith.cc.
Definition at line 6939 of file iparith.cc.
Definition at line 7978 of file iparith.cc.
Definition at line 4552 of file iparith.cc.
load lib/module given in v
Definition at line 5492 of file iparith.cc.
Definition at line 4548 of file iparith.cc.
Definition at line 2603 of file iparith.cc.
Definition at line 2607 of file iparith.cc.
Definition at line 5568 of file iparith.cc.
Definition at line 1218 of file iparith.cc.
Definition at line 1227 of file iparith.cc.
Definition at line 4579 of file iparith.cc.
Definition at line 7527 of file iparith.cc.
Definition at line 7608 of file iparith.cc.
|
static |
Definition at line 8698 of file iparith.cc.
Definition at line 1657 of file iparith.cc.
Definition at line 6740 of file iparith.cc.
Definition at line 6776 of file iparith.cc.
Definition at line 6763 of file iparith.cc.
Definition at line 4609 of file iparith.cc.
Definition at line 6271 of file iparith.cc.
Definition at line 4660 of file iparith.cc.
Definition at line 924 of file iparith.cc.
Definition at line 914 of file iparith.cc.
Definition at line 899 of file iparith.cc.
Definition at line 947 of file iparith.cc.
Definition at line 883 of file iparith.cc.
Definition at line 937 of file iparith.cc.
Definition at line 957 of file iparith.cc.
Definition at line 904 of file iparith.cc.
Definition at line 970 of file iparith.cc.
Definition at line 909 of file iparith.cc.
Definition at line 2671 of file iparith.cc.
Definition at line 2693 of file iparith.cc.
Definition at line 2618 of file iparith.cc.
Definition at line 6802 of file iparith.cc.
Definition at line 6853 of file iparith.cc.
Definition at line 8029 of file iparith.cc.
Definition at line 2712 of file iparith.cc.
Definition at line 2716 of file iparith.cc.
Definition at line 2757 of file iparith.cc.
Definition at line 5642 of file iparith.cc.
Definition at line 5647 of file iparith.cc.
Definition at line 4639 of file iparith.cc.
Definition at line 4654 of file iparith.cc.
Definition at line 4674 of file iparith.cc.
Definition at line 4699 of file iparith.cc.
Definition at line 8096 of file iparith.cc.
Definition at line 4704 of file iparith.cc.
Definition at line 2781 of file iparith.cc.
Definition at line 6467 of file iparith.cc.
Definition at line 5689 of file iparith.cc.
Definition at line 4709 of file iparith.cc.
Definition at line 3696 of file iparith.cc.
Return the numerator of the input number.
Definition at line 3995 of file iparith.cc.
Definition at line 4714 of file iparith.cc.
Definition at line 283 of file iparith.cc.
Definition at line 270 of file iparith.cc.
Definition at line 251 of file iparith.cc.
Definition at line 266 of file iparith.cc.
Definition at line 323 of file iparith.cc.
Definition at line 304 of file iparith.cc.
Definition at line 308 of file iparith.cc.
Definition at line 287 of file iparith.cc.
Definition at line 511 of file iparith.cc.
Definition at line 4719 of file iparith.cc.
Definition at line 2960 of file iparith.cc.
Definition at line 5219 of file iparith.cc.
Definition at line 8101 of file iparith.cc.
Definition at line 4771 of file iparith.cc.
Definition at line 4791 of file iparith.cc.
Definition at line 4731 of file iparith.cc.
Definition at line 4747 of file iparith.cc.
Definition at line 4753 of file iparith.cc.
Definition at line 2795 of file iparith.cc.
Definition at line 4561 of file iparith.cc.
Definition at line 3219 of file iparith.cc.
Definition at line 2872 of file iparith.cc.
Definition at line 2852 of file iparith.cc.
Definition at line 2832 of file iparith.cc.
Definition at line 2812 of file iparith.cc.
Definition at line 787 of file iparith.cc.
Definition at line 800 of file iparith.cc.
Definition at line 772 of file iparith.cc.
Definition at line 760 of file iparith.cc.
Definition at line 878 of file iparith.cc.
Definition at line 809 of file iparith.cc.
Definition at line 829 of file iparith.cc.
Definition at line 853 of file iparith.cc.
Definition at line 777 of file iparith.cc.
Definition at line 864 of file iparith.cc.
Definition at line 841 of file iparith.cc.
Definition at line 3710 of file iparith.cc.
Definition at line 573 of file iparith.cc.
Definition at line 527 of file iparith.cc.
Definition at line 589 of file iparith.cc.
Definition at line 607 of file iparith.cc.
Definition at line 6477 of file iparith.cc.
Definition at line 1621 of file iparith.cc.
Definition at line 3787 of file iparith.cc.
Definition at line 5977 of file iparith.cc.
Definition at line 4815 of file iparith.cc.
Definition at line 8576 of file iparith.cc.
Definition at line 3033 of file iparith.cc.
Definition at line 3040 of file iparith.cc.
Definition at line 6551 of file iparith.cc.
Definition at line 4877 of file iparith.cc.
Definition at line 5609 of file iparith.cc.
Definition at line 4884 of file iparith.cc.
Definition at line 3057 of file iparith.cc.
Definition at line 6996 of file iparith.cc.
Definition at line 6984 of file iparith.cc.
Definition at line 7015 of file iparith.cc.
Definition at line 8111 of file iparith.cc.
Definition at line 8182 of file iparith.cc.
Definition at line 3081 of file iparith.cc.
Definition at line 3073 of file iparith.cc.
Definition at line 4888 of file iparith.cc.
Definition at line 4893 of file iparith.cc.
Definition at line 3090 of file iparith.cc.
Definition at line 7023 of file iparith.cc.
Definition at line 8230 of file iparith.cc.
Definition at line 8252 of file iparith.cc.
Definition at line 4855 of file iparith.cc.
Definition at line 8705 of file iparith.cc.
Definition at line 5272 of file iparith.cc.
Definition at line 7064 of file iparith.cc.
Definition at line 5984 of file iparith.cc.
Definition at line 4920 of file iparith.cc.
Definition at line 8676 of file iparith.cc.
Definition at line 4898 of file iparith.cc.
Definition at line 4913 of file iparith.cc.
Definition at line 3245 of file iparith.cc.
Definition at line 5652 of file iparith.cc.
Definition at line 5662 of file iparith.cc.
Definition at line 3251 of file iparith.cc.
Definition at line 3264 of file iparith.cc.
Definition at line 5657 of file iparith.cc.
Definition at line 4948 of file iparith.cc.
Definition at line 4995 of file iparith.cc.
Definition at line 5021 of file iparith.cc.
Definition at line 5047 of file iparith.cc.
Definition at line 3767 of file iparith.cc.
Definition at line 3278 of file iparith.cc.
Definition at line 3373 of file iparith.cc.
Definition at line 4953 of file iparith.cc.
Definition at line 6904 of file iparith.cc.
Definition at line 5101 of file iparith.cc.
Definition at line 10213 of file iparith.cc.
Definition at line 5106 of file iparith.cc.
Definition at line 3315 of file iparith.cc.
Definition at line 3367 of file iparith.cc.
Definition at line 7069 of file iparith.cc.
Definition at line 8518 of file iparith.cc.
Definition at line 3415 of file iparith.cc.
Definition at line 3389 of file iparith.cc.
Definition at line 7078 of file iparith.cc.
Definition at line 8593 of file iparith.cc.
Definition at line 8333 of file iparith.cc.
Definition at line 5584 of file iparith.cc.
Definition at line 6626 of file iparith.cc.
Definition at line 6672 of file iparith.cc.
Definition at line 6722 of file iparith.cc.
Definition at line 6726 of file iparith.cc.
Definition at line 6730 of file iparith.cc.
Definition at line 6639 of file iparith.cc.
Definition at line 6598 of file iparith.cc.
Definition at line 3499 of file iparith.cc.
Definition at line 5133 of file iparith.cc.
Definition at line 995 of file iparith.cc.
Definition at line 1078 of file iparith.cc.
Definition at line 983 of file iparith.cc.
Definition at line 1059 of file iparith.cc.
Definition at line 1066 of file iparith.cc.
Definition at line 1142 of file iparith.cc.
Definition at line 1090 of file iparith.cc.
Definition at line 1100 of file iparith.cc.
Definition at line 1133 of file iparith.cc.
Definition at line 1138 of file iparith.cc.
Definition at line 1122 of file iparith.cc.
Definition at line 1129 of file iparith.cc.
Definition at line 1104 of file iparith.cc.
Definition at line 1113 of file iparith.cc.
Definition at line 1002 of file iparith.cc.
Definition at line 1012 of file iparith.cc.
Definition at line 1156 of file iparith.cc.
Definition at line 5204 of file iparith.cc.
Definition at line 5214 of file iparith.cc.
Definition at line 5253 of file iparith.cc.
Definition at line 5333 of file iparith.cc.
Definition at line 3722 of file iparith.cc.
Definition at line 3759 of file iparith.cc.
Definition at line 3729 of file iparith.cc.
Definition at line 3752 of file iparith.cc.
Definition at line 3746 of file iparith.cc.
Definition at line 3734 of file iparith.cc.
Definition at line 10222 of file iparith.cc.
Definition at line 5378 of file iparith.cc.
Definition at line 5383 of file iparith.cc.
Definition at line 5400 of file iparith.cc.
Definition at line 3588 of file iparith.cc.
Definition at line 5417 of file iparith.cc.
Definition at line 5446 of file iparith.cc.
Definition at line 3601 of file iparith.cc.
Definition at line 5461 of file iparith.cc.
Definition at line 3625 of file iparith.cc.
Definition at line 3680 of file iparith.cc.
poly pHeadProc | ( | poly | p | ) |
Definition at line 232 of file iparith.cc.
const char * Tok2Cmdname | ( | int | tok | ) |
Definition at line 9627 of file iparith.cc.
|
static |
Definition at line 5564 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.
VAR int iiOp |
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 2048 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9626 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5563 of file iparith.cc.