![]() |
#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 "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/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/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 | 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 | |
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 121 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 178 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 107 of file iparith.cc.
#define ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
Definition at line 108 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 110 of file iparith.cc.
#define COMM_PLURAL 2 |
Definition at line 102 of file iparith.cc.
Definition at line 8222 of file iparith.cc.
#define ii_div_by_0 "div. by 0" |
Definition at line 214 of file iparith.cc.
#define IPARITH |
Definition at line 8224 of file iparith.cc.
Definition at line 3605 of file iparith.cc.
Definition at line 3606 of file iparith.cc.
#define NC_MASK (3+64) |
Definition at line 88 of file iparith.cc.
#define NO_CONVERSION 32 |
Definition at line 116 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 8223 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 94 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3254 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3251 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3252 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3253 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3256 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3250 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3255 of file iparith.cc.
#define WARN_RING 16 |
Definition at line 114 of file iparith.cc.
#define ZERODIVISOR_MASK 8 |
Definition at line 95 of file iparith.cc.
typedef sValCmdTab jjValCmdTab[] |
Definition at line 127 of file iparith.cc.
typedef char si_char_2[2] |
Definition at line 9129 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9185 of file iparith.cc.
Definition at line 9411 of file iparith.cc.
int iiArithAddCmd | ( | const char * | szName, |
short | nAlias, | ||
short | nTokval, | ||
short | nToktype, | ||
short | nPos = -1 |
||
) |
Definition at line 9352 of file iparith.cc.
int iiArithFindCmd | ( | const char * | szName | ) |
Definition at line 9257 of file iparith.cc.
char* iiArithGetCmd | ( | int | nPos | ) |
Definition at line 9317 of file iparith.cc.
int iiArithRemoveCmd | ( | char * | szName | ) |
int iiArithRemoveCmd | ( | const char * | szName | ) |
Definition at line 9325 of file iparith.cc.
Definition at line 8595 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 8465 of file iparith.cc.
Definition at line 8406 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 8393 of file iparith.cc.
|
static |
Definition at line 8233 of file iparith.cc.
Definition at line 8808 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 8860 of file iparith.cc.
|
static |
Definition at line 8654 of file iparith.cc.
Definition at line 8898 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9222 of file iparith.cc.
|
static |
Definition at line 219 of file iparith.cc.
|
static |
Definition at line 9106 of file iparith.cc.
int iiTokType | ( | int | op | ) |
Definition at line 231 of file iparith.cc.
int IsCmd | ( | const char * | n, |
int & | tok | ||
) |
Definition at line 9007 of file iparith.cc.
Definition at line 1779 of file iparith.cc.
Definition at line 1769 of file iparith.cc.
Definition at line 1379 of file iparith.cc.
Definition at line 3717 of file iparith.cc.
Definition at line 5867 of file iparith.cc.
Definition at line 3740 of file iparith.cc.
Definition at line 3762 of file iparith.cc.
Definition at line 3747 of file iparith.cc.
Definition at line 3768 of file iparith.cc.
Definition at line 5611 of file iparith.cc.
Definition at line 5584 of file iparith.cc.
Definition at line 5639 of file iparith.cc.
Definition at line 5697 of file iparith.cc.
Definition at line 5747 of file iparith.cc.
Definition at line 5797 of file iparith.cc.
Definition at line 5568 of file iparith.cc.
Definition at line 5668 of file iparith.cc.
Definition at line 2873 of file iparith.cc.
Definition at line 2900 of file iparith.cc.
Definition at line 6826 of file iparith.cc.
Definition at line 6833 of file iparith.cc.
Definition at line 6850 of file iparith.cc.
Definition at line 3783 of file iparith.cc.
Definition at line 6854 of file iparith.cc.
Definition at line 6862 of file iparith.cc.
Definition at line 3787 of file iparith.cc.
Definition at line 1682 of file iparith.cc.
Definition at line 9464 of file iparith.cc.
Definition at line 1793 of file iparith.cc.
Definition at line 1800 of file iparith.cc.
Definition at line 6874 of file iparith.cc.
Definition at line 1818 of file iparith.cc.
Definition at line 5892 of file iparith.cc.
Definition at line 5906 of file iparith.cc.
Definition at line 5912 of file iparith.cc.
Definition at line 1807 of file iparith.cc.
Definition at line 694 of file iparith.cc.
Definition at line 321 of file iparith.cc.
Definition at line 3792 of file iparith.cc.
Definition at line 3797 of file iparith.cc.
Definition at line 3802 of file iparith.cc.
Definition at line 9657 of file iparith.cc.
Definition at line 368 of file iparith.cc.
Definition at line 340 of file iparith.cc.
Definition at line 396 of file iparith.cc.
Definition at line 423 of file iparith.cc.
Definition at line 451 of file iparith.cc.
Definition at line 478 of file iparith.cc.
Definition at line 3807 of file iparith.cc.
Definition at line 1832 of file iparith.cc.
Definition at line 3815 of file iparith.cc.
Definition at line 3820 of file iparith.cc.
Definition at line 3843 of file iparith.cc.
Definition at line 3831 of file iparith.cc.
Definition at line 3837 of file iparith.cc.
Definition at line 3826 of file iparith.cc.
Definition at line 5537 of file iparith.cc.
Definition at line 3848 of file iparith.cc.
Definition at line 3900 of file iparith.cc.
Definition at line 3862 of file iparith.cc.
Definition at line 1848 of file iparith.cc.
Definition at line 3870 of file iparith.cc.
Definition at line 1837 of file iparith.cc.
Definition at line 3881 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 NOTE: the input number is normalized as a side effect.
Definition at line 3913 of file iparith.cc.
Definition at line 3929 of file iparith.cc.
Definition at line 1876 of file iparith.cc.
Definition at line 1883 of file iparith.cc.
Definition at line 3935 of file iparith.cc.
Definition at line 3971 of file iparith.cc.
Definition at line 3985 of file iparith.cc.
Definition at line 4404 of file iparith.cc.
Definition at line 1901 of file iparith.cc.
Definition at line 1912 of file iparith.cc.
Definition at line 1890 of file iparith.cc.
Definition at line 3991 of file iparith.cc.
Definition at line 1917 of file iparith.cc.
Definition at line 5542 of file iparith.cc.
Definition at line 1257 of file iparith.cc.
Definition at line 1292 of file iparith.cc.
Definition at line 1270 of file iparith.cc.
Definition at line 1283 of file iparith.cc.
Definition at line 1955 of file iparith.cc.
Definition at line 6891 of file iparith.cc.
Definition at line 1234 of file iparith.cc.
Definition at line 334 of file iparith.cc.
Definition at line 3616 of file iparith.cc.
Definition at line 4067 of file iparith.cc.
Definition at line 4081 of file iparith.cc.
Definition at line 1996 of file iparith.cc.
Definition at line 5939 of file iparith.cc.
Definition at line 5947 of file iparith.cc.
Definition at line 2002 of file iparith.cc.
Definition at line 5140 of file iparith.cc.
Definition at line 1322 of file iparith.cc.
Definition at line 1328 of file iparith.cc.
Definition at line 1334 of file iparith.cc.
Definition at line 1352 of file iparith.cc.
Definition at line 1358 of file iparith.cc.
Definition at line 1346 of file iparith.cc.
Definition at line 1366 of file iparith.cc.
Definition at line 1340 of file iparith.cc.
Definition at line 2021 of file iparith.cc.
Definition at line 4093 of file iparith.cc.
Definition at line 2016 of file iparith.cc.
Definition at line 2028 of file iparith.cc.
Definition at line 2042 of file iparith.cc.
Definition at line 2071 of file iparith.cc.
Definition at line 4142 of file iparith.cc.
Definition at line 2088 of file iparith.cc.
Definition at line 4102 of file iparith.cc.
Definition at line 2135 of file iparith.cc.
Definition at line 7888 of file iparith.cc.
Definition at line 2157 of file iparith.cc.
Definition at line 2168 of file iparith.cc.
Definition at line 9638 of file iparith.cc.
Definition at line 2183 of file iparith.cc.
Definition at line 7035 of file iparith.cc.
Definition at line 2296 of file iparith.cc.
Definition at line 5954 of file iparith.cc.
Definition at line 2346 of file iparith.cc.
Definition at line 2314 of file iparith.cc.
Definition at line 2356 of file iparith.cc.
Definition at line 5985 of file iparith.cc.
Definition at line 2376 of file iparith.cc.
Definition at line 2362 of file iparith.cc.
Definition at line 2383 of file iparith.cc.
Definition at line 2400 of file iparith.cc.
Definition at line 1173 of file iparith.cc.
Definition at line 1180 of file iparith.cc.
Definition at line 1185 of file iparith.cc.
Definition at line 4158 of file iparith.cc.
Definition at line 1191 of file iparith.cc.
Definition at line 1198 of file iparith.cc.
Definition at line 1203 of file iparith.cc.
Definition at line 4172 of file iparith.cc.
Definition at line 4179 of file iparith.cc.
Definition at line 4226 of file iparith.cc.
Definition at line 2406 of file iparith.cc.
Definition at line 5994 of file iparith.cc.
Definition at line 4241 of file iparith.cc.
Definition at line 4253 of file iparith.cc.
Definition at line 2473 of file iparith.cc.
Definition at line 2451 of file iparith.cc.
Definition at line 6029 of file iparith.cc.
Definition at line 2434 of file iparith.cc.
Definition at line 6047 of file iparith.cc.
Definition at line 4302 of file iparith.cc.
Definition at line 4320 of file iparith.cc.
Definition at line 6991 of file iparith.cc.
Definition at line 4330 of file iparith.cc.
Definition at line 5464 of file iparith.cc.
Definition at line 5469 of file iparith.cc.
Definition at line 5489 of file iparith.cc.
Definition at line 4286 of file iparith.cc.
Definition at line 5495 of file iparith.cc.
Definition at line 5547 of file iparith.cc.
Definition at line 5474 of file iparith.cc.
Definition at line 4347 of file iparith.cc.
Definition at line 4354 of file iparith.cc.
Definition at line 4359 of file iparith.cc.
Definition at line 2493 of file iparith.cc.
Definition at line 1389 of file iparith.cc.
Definition at line 1411 of file iparith.cc.
Definition at line 1447 of file iparith.cc.
Definition at line 1487 of file iparith.cc.
Definition at line 1464 of file iparith.cc.
Definition at line 1516 of file iparith.cc.
Definition at line 1523 of file iparith.cc.
Definition at line 2506 of file iparith.cc.
Definition at line 4365 of file iparith.cc.
Definition at line 6092 of file iparith.cc.
Definition at line 2500 of file iparith.cc.
Definition at line 6079 of file iparith.cc.
Definition at line 7160 of file iparith.cc.
Definition at line 6065 of file iparith.cc.
Definition at line 7396 of file iparith.cc.
Definition at line 4387 of file iparith.cc.
Definition at line 4376 of file iparith.cc.
Definition at line 4381 of file iparith.cc.
Definition at line 4423 of file iparith.cc.
Definition at line 4392 of file iparith.cc.
Definition at line 2524 of file iparith.cc.
Definition at line 2518 of file iparith.cc.
Definition at line 7429 of file iparith.cc.
Definition at line 2534 of file iparith.cc.
Definition at line 6117 of file iparith.cc.
Definition at line 6123 of file iparith.cc.
Definition at line 2529 of file iparith.cc.
Definition at line 6100 of file iparith.cc.
Definition at line 6107 of file iparith.cc.
Definition at line 4445 of file iparith.cc.
Definition at line 2539 of file iparith.cc.
Definition at line 2552 of file iparith.cc.
Definition at line 1559 of file iparith.cc.
Definition at line 1572 of file iparith.cc.
Definition at line 7512 of file iparith.cc.
Definition at line 1600 of file iparith.cc.
Definition at line 2556 of file iparith.cc.
Definition at line 2560 of file iparith.cc.
Definition at line 4451 of file iparith.cc.
Definition at line 1208 of file iparith.cc.
Definition at line 1212 of file iparith.cc.
Definition at line 1217 of file iparith.cc.
Definition at line 4459 of file iparith.cc.
Definition at line 4472 of file iparith.cc.
Definition at line 4490 of file iparith.cc.
Definition at line 2568 of file iparith.cc.
Definition at line 6668 of file iparith.cc.
Definition at line 7564 of file iparith.cc.
Definition at line 2578 of file iparith.cc.
Definition at line 6680 of file iparith.cc.
Definition at line 7595 of file iparith.cc.
Definition at line 7627 of file iparith.cc.
Definition at line 4509 of file iparith.cc.
load lib/module given in v
Definition at line 5362 of file iparith.cc.
Definition at line 4505 of file iparith.cc.
Definition at line 2588 of file iparith.cc.
Definition at line 2592 of file iparith.cc.
Definition at line 5438 of file iparith.cc.
Definition at line 1221 of file iparith.cc.
Definition at line 1225 of file iparith.cc.
Definition at line 1230 of file iparith.cc.
Definition at line 4528 of file iparith.cc.
Definition at line 7234 of file iparith.cc.
Definition at line 7315 of file iparith.cc.
|
static |
Definition at line 8200 of file iparith.cc.
Definition at line 1655 of file iparith.cc.
Definition at line 6593 of file iparith.cc.
Definition at line 6629 of file iparith.cc.
Definition at line 6616 of file iparith.cc.
Definition at line 4558 of file iparith.cc.
Definition at line 6134 of file iparith.cc.
Definition at line 4612 of file iparith.cc.
Definition at line 920 of file iparith.cc.
Definition at line 910 of file iparith.cc.
Definition at line 895 of file iparith.cc.
Definition at line 943 of file iparith.cc.
Definition at line 879 of file iparith.cc.
Definition at line 933 of file iparith.cc.
Definition at line 953 of file iparith.cc.
Definition at line 900 of file iparith.cc.
Definition at line 966 of file iparith.cc.
Definition at line 905 of file iparith.cc.
Definition at line 2652 of file iparith.cc.
Definition at line 2663 of file iparith.cc.
Definition at line 2674 of file iparith.cc.
Definition at line 2603 of file iparith.cc.
Definition at line 2693 of file iparith.cc.
Definition at line 2697 of file iparith.cc.
Definition at line 2738 of file iparith.cc.
Definition at line 5512 of file iparith.cc.
Definition at line 5517 of file iparith.cc.
Definition at line 4591 of file iparith.cc.
Definition at line 4606 of file iparith.cc.
Definition at line 4626 of file iparith.cc.
Definition at line 4638 of file iparith.cc.
Definition at line 4651 of file iparith.cc.
Definition at line 7678 of file iparith.cc.
Definition at line 4656 of file iparith.cc.
Definition at line 2762 of file iparith.cc.
Definition at line 6333 of file iparith.cc.
Definition at line 5552 of file iparith.cc.
Definition at line 5559 of file iparith.cc.
Definition at line 4661 of file iparith.cc.
Definition at line 3621 of file iparith.cc.
Return the numerator of the input number NOTE: the input number is normalized as a side effect.
Definition at line 3922 of file iparith.cc.
Definition at line 4666 of file iparith.cc.
Definition at line 277 of file iparith.cc.
Definition at line 264 of file iparith.cc.
Definition at line 245 of file iparith.cc.
Definition at line 260 of file iparith.cc.
Definition at line 317 of file iparith.cc.
Definition at line 298 of file iparith.cc.
Definition at line 302 of file iparith.cc.
Definition at line 281 of file iparith.cc.
Definition at line 505 of file iparith.cc.
Definition at line 4671 of file iparith.cc.
Definition at line 2941 of file iparith.cc.
Definition at line 5125 of file iparith.cc.
Definition at line 7683 of file iparith.cc.
Definition at line 1384 of file iparith.cc.
Definition at line 4677 of file iparith.cc.
Definition at line 4723 of file iparith.cc.
Definition at line 4743 of file iparith.cc.
Definition at line 4791 of file iparith.cc.
Definition at line 4683 of file iparith.cc.
Definition at line 4699 of file iparith.cc.
Definition at line 4705 of file iparith.cc.
Definition at line 2776 of file iparith.cc.
Definition at line 4519 of file iparith.cc.
Definition at line 3198 of file iparith.cc.
Definition at line 5484 of file iparith.cc.
Definition at line 5459 of file iparith.cc.
Definition at line 2853 of file iparith.cc.
Definition at line 2833 of file iparith.cc.
Definition at line 2813 of file iparith.cc.
Definition at line 2793 of file iparith.cc.
Definition at line 783 of file iparith.cc.
Definition at line 796 of file iparith.cc.
Definition at line 768 of file iparith.cc.
Definition at line 815 of file iparith.cc.
Definition at line 756 of file iparith.cc.
Definition at line 874 of file iparith.cc.
Definition at line 805 of file iparith.cc.
Definition at line 825 of file iparith.cc.
Definition at line 849 of file iparith.cc.
Definition at line 773 of file iparith.cc.
Definition at line 860 of file iparith.cc.
Definition at line 864 of file iparith.cc.
Definition at line 837 of file iparith.cc.
Definition at line 778 of file iparith.cc.
Definition at line 632 of file iparith.cc.
Definition at line 3635 of file iparith.cc.
Definition at line 5507 of file iparith.cc.
Definition at line 567 of file iparith.cc.
Definition at line 521 of file iparith.cc.
Definition at line 626 of file iparith.cc.
Definition at line 583 of file iparith.cc.
Definition at line 601 of file iparith.cc.
Definition at line 6343 of file iparith.cc.
Definition at line 4755 of file iparith.cc.
Definition at line 4761 of file iparith.cc.
Definition at line 1619 of file iparith.cc.
Definition at line 3713 of file iparith.cc.
Definition at line 5848 of file iparith.cc.
Definition at line 4767 of file iparith.cc.
Definition at line 8078 of file iparith.cc.
Definition at line 3014 of file iparith.cc.
Definition at line 3022 of file iparith.cc.
Definition at line 6417 of file iparith.cc.
Definition at line 4829 of file iparith.cc.
Definition at line 3030 of file iparith.cc.
Definition at line 5479 of file iparith.cc.
Definition at line 4836 of file iparith.cc.
Definition at line 3039 of file iparith.cc.
Definition at line 6705 of file iparith.cc.
Definition at line 6693 of file iparith.cc.
Definition at line 6724 of file iparith.cc.
Definition at line 6717 of file iparith.cc.
Definition at line 7693 of file iparith.cc.
Definition at line 7765 of file iparith.cc.
Definition at line 3063 of file iparith.cc.
Definition at line 3055 of file iparith.cc.
Definition at line 4840 of file iparith.cc.
Definition at line 4845 of file iparith.cc.
Definition at line 3072 of file iparith.cc.
Definition at line 6732 of file iparith.cc.
Definition at line 7814 of file iparith.cc.
Definition at line 4807 of file iparith.cc.
Definition at line 8207 of file iparith.cc.
Definition at line 5168 of file iparith.cc.
Definition at line 6770 of file iparith.cc.
Definition at line 1673 of file iparith.cc.
Definition at line 5855 of file iparith.cc.
Definition at line 4873 of file iparith.cc.
Definition at line 8178 of file iparith.cc.
Definition at line 4850 of file iparith.cc.
Definition at line 4866 of file iparith.cc.
Definition at line 3224 of file iparith.cc.
Definition at line 5522 of file iparith.cc.
Definition at line 4880 of file iparith.cc.
Definition at line 4886 of file iparith.cc.
Definition at line 4891 of file iparith.cc.
Definition at line 4896 of file iparith.cc.
Definition at line 5532 of file iparith.cc.
Definition at line 3230 of file iparith.cc.
Definition at line 3243 of file iparith.cc.
Definition at line 5527 of file iparith.cc.
Definition at line 4943 of file iparith.cc.
Definition at line 4969 of file iparith.cc.
Definition at line 4995 of file iparith.cc.
Definition at line 3692 of file iparith.cc.
Definition at line 3257 of file iparith.cc.
Definition at line 3352 of file iparith.cc.
Definition at line 4901 of file iparith.cc.
Definition at line 6655 of file iparith.cc.
Definition at line 5049 of file iparith.cc.
Definition at line 9698 of file iparith.cc.
Definition at line 5054 of file iparith.cc.
Definition at line 3294 of file iparith.cc.
Definition at line 3341 of file iparith.cc.
Definition at line 3346 of file iparith.cc.
Definition at line 6775 of file iparith.cc.
Definition at line 8020 of file iparith.cc.
Definition at line 5021 of file iparith.cc.
Definition at line 3394 of file iparith.cc.
Definition at line 3368 of file iparith.cc.
Definition at line 6784 of file iparith.cc.
Definition at line 8095 of file iparith.cc.
Definition at line 7835 of file iparith.cc.
Definition at line 5454 of file iparith.cc.
Definition at line 6492 of file iparith.cc.
Definition at line 6531 of file iparith.cc.
Definition at line 6575 of file iparith.cc.
Definition at line 6579 of file iparith.cc.
Definition at line 6583 of file iparith.cc.
Definition at line 8051 of file iparith.cc.
Definition at line 6505 of file iparith.cc.
Definition at line 6464 of file iparith.cc.
Definition at line 3478 of file iparith.cc.
Definition at line 5071 of file iparith.cc.
Definition at line 3489 of file iparith.cc.
Definition at line 3496 of file iparith.cc.
Definition at line 7869 of file iparith.cc.
Definition at line 991 of file iparith.cc.
Definition at line 1075 of file iparith.cc.
Definition at line 979 of file iparith.cc.
Definition at line 1055 of file iparith.cc.
Definition at line 1063 of file iparith.cc.
Definition at line 1143 of file iparith.cc.
Definition at line 1087 of file iparith.cc.
Definition at line 1097 of file iparith.cc.
Definition at line 1133 of file iparith.cc.
Definition at line 1139 of file iparith.cc.
Definition at line 1121 of file iparith.cc.
Definition at line 1129 of file iparith.cc.
Definition at line 1101 of file iparith.cc.
Definition at line 1111 of file iparith.cc.
Definition at line 998 of file iparith.cc.
Definition at line 1008 of file iparith.cc.
Definition at line 1158 of file iparith.cc.
Definition at line 5109 of file iparith.cc.
Definition at line 5114 of file iparith.cc.
Definition at line 5119 of file iparith.cc.
Definition at line 5151 of file iparith.cc.
Definition at line 5226 of file iparith.cc.
Definition at line 3647 of file iparith.cc.
Definition at line 3684 of file iparith.cc.
Definition at line 3654 of file iparith.cc.
Definition at line 3677 of file iparith.cc.
Definition at line 3671 of file iparith.cc.
Definition at line 3659 of file iparith.cc.
Definition at line 3666 of file iparith.cc.
Definition at line 9707 of file iparith.cc.
Definition at line 5271 of file iparith.cc.
Definition at line 5276 of file iparith.cc.
Definition at line 5293 of file iparith.cc.
Definition at line 3515 of file iparith.cc.
Definition at line 5310 of file iparith.cc.
Definition at line 5316 of file iparith.cc.
Definition at line 3528 of file iparith.cc.
Definition at line 5331 of file iparith.cc.
Definition at line 3552 of file iparith.cc.
Definition at line 3600 of file iparith.cc.
Definition at line 3607 of file iparith.cc.
poly pHeadProc | ( | poly | p | ) |
Definition at line 226 of file iparith.cc.
const char* Tok2Cmdname | ( | int | tok | ) |
Definition at line 9131 of file iparith.cc.
|
static |
Definition at line 5434 of file iparith.cc.
EXTERN_VAR int cmdtok |
Definition at line 211 of file iparith.cc.
EXTERN_VAR BOOLEAN expected_parms |
Definition at line 212 of file iparith.cc.
VAR int iiOp |
Definition at line 216 of file iparith.cc.
STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 195 of file iparith.cc.
EXTERN_VAR int singclap_factorize_retry |
Definition at line 2087 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9130 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5433 of file iparith.cc.