![]() |
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 | 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 125 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 182 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 COMM_PLURAL 2 |
Definition at line 106 of file iparith.cc.
Definition at line 8697 of file iparith.cc.
#define ii_div_by_0 "div. by 0" |
Definition at line 218 of file iparith.cc.
#define IPARITH |
Definition at line 8699 of file iparith.cc.
Definition at line 3670 of file iparith.cc.
Definition at line 3671 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 8698 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 98 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3267 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3264 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3265 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3266 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3269 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3263 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3268 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 131 of file iparith.cc.
typedef char si_char_2[2] |
Definition at line 9602 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9658 of file iparith.cc.
Definition at line 9884 of file iparith.cc.
int iiArithAddCmd | ( | const char * | szName, |
short | nAlias, | ||
short | nTokval, | ||
short | nToktype, | ||
short | nPos = -1 |
||
) |
Definition at line 9825 of file iparith.cc.
int iiArithFindCmd | ( | const char * | szName | ) |
Definition at line 9730 of file iparith.cc.
char * iiArithGetCmd | ( | int | nPos | ) |
Definition at line 9790 of file iparith.cc.
int iiArithRemoveCmd | ( | char * | szName | ) |
int iiArithRemoveCmd | ( | const char * | szName | ) |
Definition at line 9798 of file iparith.cc.
Definition at line 9070 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 8940 of file iparith.cc.
Definition at line 8881 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 8867 of file iparith.cc.
|
static |
Definition at line 8708 of file iparith.cc.
Definition at line 9280 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 9332 of file iparith.cc.
|
static |
Definition at line 9127 of file iparith.cc.
Definition at line 9371 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9695 of file iparith.cc.
|
static |
Definition at line 223 of file iparith.cc.
|
static |
Definition at line 9579 of file iparith.cc.
int iiTokType | ( | int | op | ) |
Definition at line 235 of file iparith.cc.
int IsCmd | ( | const char * | n, |
int & | tok | ||
) |
Definition at line 9480 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 3783 of file iparith.cc.
Definition at line 3806 of file iparith.cc.
Definition at line 3813 of file iparith.cc.
Definition at line 3834 of file iparith.cc.
Definition at line 5726 of file iparith.cc.
Definition at line 5699 of file iparith.cc.
Definition at line 5754 of file iparith.cc.
Definition at line 5812 of file iparith.cc.
Definition at line 5862 of file iparith.cc.
Definition at line 5911 of file iparith.cc.
Definition at line 5683 of file iparith.cc.
Definition at line 5783 of file iparith.cc.
Definition at line 2884 of file iparith.cc.
Definition at line 2911 of file iparith.cc.
Definition at line 7097 of file iparith.cc.
Definition at line 7104 of file iparith.cc.
Definition at line 7121 of file iparith.cc.
Definition at line 3849 of file iparith.cc.
Definition at line 7125 of file iparith.cc.
Definition at line 7133 of file iparith.cc.
Definition at line 3853 of file iparith.cc.
Definition at line 1684 of file iparith.cc.
Definition at line 9931 of file iparith.cc.
Definition at line 1795 of file iparith.cc.
Definition at line 1802 of file iparith.cc.
Definition at line 7145 of file iparith.cc.
Definition at line 1820 of file iparith.cc.
Definition at line 6006 of file iparith.cc.
Definition at line 6020 of file iparith.cc.
Definition at line 6026 of file iparith.cc.
Definition at line 1809 of file iparith.cc.
Definition at line 696 of file iparith.cc.
Definition at line 10149 of file iparith.cc.
Definition at line 372 of file iparith.cc.
Definition at line 344 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 3873 of file iparith.cc.
Definition at line 1834 of file iparith.cc.
Definition at line 3881 of file iparith.cc.
Definition at line 5652 of file iparith.cc.
Definition at line 3914 of file iparith.cc.
Definition at line 3966 of file iparith.cc.
Definition at line 1850 of file iparith.cc.
Definition at line 3936 of file iparith.cc.
Definition at line 1839 of file iparith.cc.
Definition at line 3947 of file iparith.cc.
Definition at line 1871 of file iparith.cc.
Definition at line 1864 of file iparith.cc.
Return the denominator of the input number.
Definition at line 3978 of file iparith.cc.
Definition at line 1878 of file iparith.cc.
Definition at line 1885 of file iparith.cc.
Definition at line 4001 of file iparith.cc.
Definition at line 4037 of file iparith.cc.
Definition at line 4425 of file iparith.cc.
Definition at line 1903 of file iparith.cc.
Definition at line 4057 of file iparith.cc.
Definition at line 1919 of file iparith.cc.
Definition at line 5657 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 1936 of file iparith.cc.
Definition at line 7162 of file iparith.cc.
Definition at line 1229 of file iparith.cc.
Definition at line 3681 of file iparith.cc.
Definition at line 4087 of file iparith.cc.
Definition at line 4101 of file iparith.cc.
Definition at line 1957 of file iparith.cc.
Definition at line 6053 of file iparith.cc.
Definition at line 6061 of file iparith.cc.
Definition at line 1963 of file iparith.cc.
Definition at line 5226 of file iparith.cc.
Definition at line 1325 of file iparith.cc.
Definition at line 1331 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 1982 of file iparith.cc.
Definition at line 4113 of file iparith.cc.
Definition at line 1977 of file iparith.cc.
Definition at line 1989 of file iparith.cc.
Definition at line 2003 of file iparith.cc.
Definition at line 2031 of file iparith.cc.
Definition at line 4162 of file iparith.cc.
Definition at line 2048 of file iparith.cc.
Definition at line 4122 of file iparith.cc.
Definition at line 2095 of file iparith.cc.
Definition at line 8363 of file iparith.cc.
Definition at line 2117 of file iparith.cc.
Definition at line 2128 of file iparith.cc.
Definition at line 2151 of file iparith.cc.
Definition at line 7305 of file iparith.cc.
Definition at line 2279 of file iparith.cc.
Definition at line 6068 of file iparith.cc.
Definition at line 2334 of file iparith.cc.
Definition at line 2297 of file iparith.cc.
Definition at line 2344 of file iparith.cc.
Definition at line 6099 of file iparith.cc.
Definition at line 2363 of file iparith.cc.
Definition at line 2370 of file iparith.cc.
Definition at line 2387 of file iparith.cc.
Definition at line 1168 of file iparith.cc.
Definition at line 4178 of file iparith.cc.
Definition at line 1186 of file iparith.cc.
Definition at line 4192 of file iparith.cc.
Definition at line 4199 of file iparith.cc.
Definition at line 4246 of file iparith.cc.
Definition at line 2393 of file iparith.cc.
Definition at line 6108 of file iparith.cc.
Definition at line 4261 of file iparith.cc.
Definition at line 4273 of file iparith.cc.
Definition at line 2460 of file iparith.cc.
Definition at line 2438 of file iparith.cc.
Definition at line 6143 of file iparith.cc.
Definition at line 2421 of file iparith.cc.
Definition at line 6161 of file iparith.cc.
Definition at line 4323 of file iparith.cc.
Definition at line 4341 of file iparith.cc.
Definition at line 7261 of file iparith.cc.
Definition at line 4351 of file iparith.cc.
Definition at line 5579 of file iparith.cc.
Definition at line 5584 of file iparith.cc.
Definition at line 4306 of file iparith.cc.
Definition at line 5610 of file iparith.cc.
Definition at line 5662 of file iparith.cc.
Definition at line 5589 of file iparith.cc.
Definition at line 4368 of file iparith.cc.
Definition at line 4375 of file iparith.cc.
Definition at line 4380 of file iparith.cc.
Definition at line 2480 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 1467 of file iparith.cc.
Definition at line 1519 of file iparith.cc.
Definition at line 2493 of file iparith.cc.
Definition at line 4386 of file iparith.cc.
Definition at line 6206 of file iparith.cc.
Definition at line 6193 of file iparith.cc.
Definition at line 7430 of file iparith.cc.
Definition at line 6179 of file iparith.cc.
Definition at line 7666 of file iparith.cc.
Definition at line 4408 of file iparith.cc.
Definition at line 4402 of file iparith.cc.
Definition at line 4444 of file iparith.cc.
Definition at line 2511 of file iparith.cc.
Definition at line 2505 of file iparith.cc.
Definition at line 7699 of file iparith.cc.
Definition at line 2521 of file iparith.cc.
Definition at line 6237 of file iparith.cc.
Definition at line 2516 of file iparith.cc.
Definition at line 6214 of file iparith.cc.
Definition at line 4475 of file iparith.cc.
Definition at line 2526 of file iparith.cc.
Definition at line 2539 of file iparith.cc.
Definition at line 4465 of file iparith.cc.
Definition at line 4470 of file iparith.cc.
Definition at line 1562 of file iparith.cc.
Definition at line 1574 of file iparith.cc.
Definition at line 7782 of file iparith.cc.
Definition at line 1601 of file iparith.cc.
Definition at line 2543 of file iparith.cc.
Definition at line 4481 of file iparith.cc.
Definition at line 4558 of file iparith.cc.
Definition at line 1203 of file iparith.cc.
Definition at line 1212 of file iparith.cc.
Definition at line 4503 of file iparith.cc.
Definition at line 4521 of file iparith.cc.
Definition at line 2555 of file iparith.cc.
Definition at line 6894 of file iparith.cc.
Definition at line 7834 of file iparith.cc.
Definition at line 2575 of file iparith.cc.
Definition at line 7865 of file iparith.cc.
Definition at line 6916 of file iparith.cc.
Definition at line 7955 of file iparith.cc.
Definition at line 4540 of file iparith.cc.
load lib/module given in v
Definition at line 5477 of file iparith.cc.
Definition at line 4536 of file iparith.cc.
Definition at line 2595 of file iparith.cc.
Definition at line 2599 of file iparith.cc.
Definition at line 5553 of file iparith.cc.
Definition at line 1216 of file iparith.cc.
Definition at line 1225 of file iparith.cc.
Definition at line 4567 of file iparith.cc.
Definition at line 7504 of file iparith.cc.
Definition at line 7585 of file iparith.cc.
|
static |
Definition at line 8675 of file iparith.cc.
Definition at line 1655 of file iparith.cc.
Definition at line 6717 of file iparith.cc.
Definition at line 6753 of file iparith.cc.
Definition at line 6740 of file iparith.cc.
Definition at line 4597 of file iparith.cc.
Definition at line 6248 of file iparith.cc.
Definition at line 4648 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 2663 of file iparith.cc.
Definition at line 2685 of file iparith.cc.
Definition at line 2610 of file iparith.cc.
Definition at line 6779 of file iparith.cc.
Definition at line 6830 of file iparith.cc.
Definition at line 8006 of file iparith.cc.
Definition at line 2704 of file iparith.cc.
Definition at line 2708 of file iparith.cc.
Definition at line 2749 of file iparith.cc.
Definition at line 5627 of file iparith.cc.
Definition at line 5632 of file iparith.cc.
Definition at line 4627 of file iparith.cc.
Definition at line 4642 of file iparith.cc.
Definition at line 4662 of file iparith.cc.
Definition at line 4687 of file iparith.cc.
Definition at line 8073 of file iparith.cc.
Definition at line 4692 of file iparith.cc.
Definition at line 2773 of file iparith.cc.
Definition at line 6444 of file iparith.cc.
Definition at line 5674 of file iparith.cc.
Definition at line 4697 of file iparith.cc.
Definition at line 3688 of file iparith.cc.
Return the numerator of the input number.
Definition at line 3987 of file iparith.cc.
Definition at line 4702 of file iparith.cc.
Definition at line 281 of file iparith.cc.
Definition at line 268 of file iparith.cc.
Definition at line 249 of file iparith.cc.
Definition at line 264 of file iparith.cc.
Definition at line 321 of file iparith.cc.
Definition at line 302 of file iparith.cc.
Definition at line 306 of file iparith.cc.
Definition at line 285 of file iparith.cc.
Definition at line 509 of file iparith.cc.
Definition at line 4707 of file iparith.cc.
Definition at line 2952 of file iparith.cc.
Definition at line 5207 of file iparith.cc.
Definition at line 8078 of file iparith.cc.
Definition at line 4759 of file iparith.cc.
Definition at line 4779 of file iparith.cc.
Definition at line 4719 of file iparith.cc.
Definition at line 4735 of file iparith.cc.
Definition at line 4741 of file iparith.cc.
Definition at line 2787 of file iparith.cc.
Definition at line 4549 of file iparith.cc.
Definition at line 3211 of file iparith.cc.
Definition at line 2864 of file iparith.cc.
Definition at line 2844 of file iparith.cc.
Definition at line 2824 of file iparith.cc.
Definition at line 2804 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 3702 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 6454 of file iparith.cc.
Definition at line 1619 of file iparith.cc.
Definition at line 3779 of file iparith.cc.
Definition at line 5962 of file iparith.cc.
Definition at line 4803 of file iparith.cc.
Definition at line 8553 of file iparith.cc.
Definition at line 3025 of file iparith.cc.
Definition at line 3032 of file iparith.cc.
Definition at line 6528 of file iparith.cc.
Definition at line 4865 of file iparith.cc.
Definition at line 5594 of file iparith.cc.
Definition at line 4872 of file iparith.cc.
Definition at line 3049 of file iparith.cc.
Definition at line 6973 of file iparith.cc.
Definition at line 6961 of file iparith.cc.
Definition at line 6992 of file iparith.cc.
Definition at line 8088 of file iparith.cc.
Definition at line 8159 of file iparith.cc.
Definition at line 3073 of file iparith.cc.
Definition at line 3065 of file iparith.cc.
Definition at line 4876 of file iparith.cc.
Definition at line 4881 of file iparith.cc.
Definition at line 3082 of file iparith.cc.
Definition at line 7000 of file iparith.cc.
Definition at line 8207 of file iparith.cc.
Definition at line 8229 of file iparith.cc.
Definition at line 4843 of file iparith.cc.
Definition at line 8682 of file iparith.cc.
Definition at line 5260 of file iparith.cc.
Definition at line 7041 of file iparith.cc.
Definition at line 5969 of file iparith.cc.
Definition at line 4908 of file iparith.cc.
Definition at line 8653 of file iparith.cc.
Definition at line 4886 of file iparith.cc.
Definition at line 4901 of file iparith.cc.
Definition at line 3237 of file iparith.cc.
Definition at line 5637 of file iparith.cc.
Definition at line 5647 of file iparith.cc.
Definition at line 3243 of file iparith.cc.
Definition at line 3256 of file iparith.cc.
Definition at line 5642 of file iparith.cc.
Definition at line 4936 of file iparith.cc.
Definition at line 4983 of file iparith.cc.
Definition at line 5009 of file iparith.cc.
Definition at line 5035 of file iparith.cc.
Definition at line 3759 of file iparith.cc.
Definition at line 3270 of file iparith.cc.
Definition at line 3365 of file iparith.cc.
Definition at line 4941 of file iparith.cc.
Definition at line 6881 of file iparith.cc.
Definition at line 5089 of file iparith.cc.
Definition at line 10190 of file iparith.cc.
Definition at line 5094 of file iparith.cc.
Definition at line 3307 of file iparith.cc.
Definition at line 3359 of file iparith.cc.
Definition at line 7046 of file iparith.cc.
Definition at line 8495 of file iparith.cc.
Definition at line 3407 of file iparith.cc.
Definition at line 3381 of file iparith.cc.
Definition at line 7055 of file iparith.cc.
Definition at line 8570 of file iparith.cc.
Definition at line 8310 of file iparith.cc.
Definition at line 5569 of file iparith.cc.
Definition at line 6603 of file iparith.cc.
Definition at line 6649 of file iparith.cc.
Definition at line 6699 of file iparith.cc.
Definition at line 6703 of file iparith.cc.
Definition at line 6707 of file iparith.cc.
Definition at line 6616 of file iparith.cc.
Definition at line 6575 of file iparith.cc.
Definition at line 3491 of file iparith.cc.
Definition at line 5121 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 1120 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 5192 of file iparith.cc.
Definition at line 5202 of file iparith.cc.
Definition at line 5241 of file iparith.cc.
Definition at line 5321 of file iparith.cc.
Definition at line 3714 of file iparith.cc.
Definition at line 3751 of file iparith.cc.
Definition at line 3721 of file iparith.cc.
Definition at line 3744 of file iparith.cc.
Definition at line 3738 of file iparith.cc.
Definition at line 3726 of file iparith.cc.
Definition at line 10199 of file iparith.cc.
Definition at line 5366 of file iparith.cc.
Definition at line 5371 of file iparith.cc.
Definition at line 5388 of file iparith.cc.
Definition at line 3580 of file iparith.cc.
Definition at line 5405 of file iparith.cc.
Definition at line 5431 of file iparith.cc.
Definition at line 3593 of file iparith.cc.
Definition at line 5446 of file iparith.cc.
Definition at line 3617 of file iparith.cc.
Definition at line 3672 of file iparith.cc.
poly pHeadProc | ( | poly | p | ) |
Definition at line 230 of file iparith.cc.
const char * Tok2Cmdname | ( | int | tok | ) |
Definition at line 9604 of file iparith.cc.
|
static |
Definition at line 5549 of file iparith.cc.
long all_farey =0L |
Definition at line 8 of file iparith.cc.
EXTERN_VAR int cmdtok |
Definition at line 215 of file iparith.cc.
EXTERN_VAR BOOLEAN expected_parms |
Definition at line 216 of file iparith.cc.
long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
VAR int iiOp |
Definition at line 220 of file iparith.cc.
STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 199 of file iparith.cc.
EXTERN_VAR int singclap_factorize_retry |
Definition at line 2047 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9603 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5548 of file iparith.cc.