![]() |
My Project
|
#include "kernel/mod2.h"
#include "factory/factory.h"
#include "coeffs/bigintmat.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "misc/options.h"
#include "misc/intvec.h"
#include "misc/sirandom.h"
#include "misc/prime.h"
#include "polys/matpol.h"
#include "polys/monomials/maps.h"
#include "polys/sparsmat.h"
#include "polys/weight.h"
#include "polys/ext_fields/transext.h"
#include "polys/clapsing.h"
#include "polys/flintconv.h"
#include "kernel/combinatorics/stairc.h"
#include "kernel/combinatorics/hilb.h"
#include "kernel/linear_algebra/interpolation.h"
#include "kernel/linear_algebra/linearAlgebra.h"
#include "kernel/linear_algebra/MinorInterface.h"
#include "kernel/GBEngine/kChinese.h"
#include "kernel/spectrum/GMPrat.h"
#include "kernel/groebner_walk/walkProc.h"
#include "kernel/oswrapper/timer.h"
#include "kernel/fglm/fglm.h"
#include "kernel/GBEngine/kstdfac.h"
#include "kernel/GBEngine/syz.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/GBEngine/units.h"
#include "kernel/GBEngine/tgb.h"
#include "kernel/preimage.h"
#include "kernel/polys.h"
#include "kernel/ideals.h"
#include "Singular/mod_lib.h"
#include "Singular/fevoices.h"
#include "Singular/tok.h"
#include "Singular/ipid.h"
#include "Singular/sdb.h"
#include "Singular/subexpr.h"
#include "Singular/lists.h"
#include "Singular/maps_ip.h"
#include "Singular/feOpt.h"
#include "Singular/ipconv.h"
#include "Singular/ipprint.h"
#include "Singular/attrib.h"
#include "Singular/links/silink.h"
#include "Singular/misc_ip.h"
#include "Singular/linearAlgebra_ip.h"
#include "Singular/number2.h"
#include "Singular/fglm.h"
#include "Singular/blackbox.h"
#include "Singular/newstruct.h"
#include "Singular/ipshell.h"
#include "reporter/si_signals.h"
#include <ctype.h>
#include "kernel/GBEngine/ratgring.h"
#include "kernel/GBEngine/nc.h"
#include "polys/nc/nc.h"
#include "polys/nc/sca.h"
#include "table.h"
#include "iparith.inc"
Go to the source code of this file.
Data Structures | |
struct | sValCmdTab |
struct | cmdnames |
struct | sValCmd1 |
struct | sValCmd2 |
struct | sValCmd3 |
struct | sValCmdM |
struct | SArithBase |
Macros | |
#define | NC_MASK (3+64) |
#define | RING_MASK 4 |
#define | ZERODIVISOR_MASK 8 |
#define | ALLOW_PLURAL 1 |
#define | NO_NC 0 |
#define | COMM_PLURAL 2 |
#define | ALLOW_RING 4 |
#define | NO_RING 0 |
#define | NO_ZERODIVISOR 8 |
#define | ALLOW_ZERODIVISOR 0 |
#define | ALLOW_LP 64 |
#define | ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
#define | ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
#define | WARN_RING 16 |
#define | NO_CONVERSION 32 |
#define | bit31 SIZEOF_LONG*8-1 |
#define | ii_div_by_0 "div. by 0" |
#define | SIMPL_NORMALIZE 64 |
#define | SIMPL_LMDIV 32 |
#define | SIMPL_LMEQ 16 |
#define | SIMPL_MULT 8 |
#define | SIMPL_EQU 4 |
#define | SIMPL_NULL 2 |
#define | SIMPL_NORM 1 |
#define | D(A) (A) |
#define | NULL_VAL NULL |
#define | IPARITH |
Typedefs | |
typedef sValCmdTab | jjValCmdTab[] |
typedef BOOLEAN(* | proc2) (leftv, leftv, leftv) |
typedef BOOLEAN(* | proc3) (leftv, leftv, leftv, leftv) |
typedef char | si_char_2[2] |
Variables | |
long | all_farey =0L |
long | farey_cnt =0L |
STATIC_VAR SArithBase | sArithBase |
Base entry for arithmetic. | |
EXTERN_VAR int | cmdtok |
EXTERN_VAR BOOLEAN | expected_parms |
VAR int | iiOp |
EXTERN_VAR int | singclap_factorize_retry |
STATIC_VAR int | WerrorS_dummy_cnt =0 |
STATIC_VAR si_char_2 | Tok2Cmdname_buf =" " |
struct sValCmdTab |
Definition at line 127 of file iparith.cc.
Data Fields | ||
---|---|---|
short | cmd | |
short | start |
struct _scmdnames |
struct sValCmd1 |
struct sValCmd2 |
struct sValCmd3 |
struct sValCmdM |
struct SArithBase |
Definition at line 184 of file iparith.cc.
Data Fields | ||
---|---|---|
unsigned | nCmdAllocated | number of commands-slots allocated |
unsigned | nCmdUsed | number of commands used |
unsigned | nLastIdentifier | valid identifiers are slot 1..nLastIdentifier |
struct sValCmd1 * | psValCmd1 | |
struct sValCmd2 * | psValCmd2 | |
struct sValCmd3 * | psValCmd3 | |
struct sValCmdM * | psValCmdM | |
cmdnames * | sCmds | array of existing commands |
#define ALLOW_LP 64 |
Definition at line 111 of file iparith.cc.
#define ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
Definition at line 112 of file iparith.cc.
#define ALLOW_PLURAL 1 |
Definition at line 104 of file iparith.cc.
#define ALLOW_RING 4 |
Definition at line 107 of file iparith.cc.
#define ALLOW_ZERODIVISOR 0 |
Definition at line 110 of file iparith.cc.
#define ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
Definition at line 114 of file iparith.cc.
#define bit31 SIZEOF_LONG*8-1 |
Definition at line 124 of file iparith.cc.
#define COMM_PLURAL 2 |
Definition at line 106 of file iparith.cc.
Definition at line 8765 of file iparith.cc.
Definition at line 220 of file iparith.cc.
#define IPARITH |
Definition at line 8767 of file iparith.cc.
#define NC_MASK (3+64) |
Definition at line 92 of file iparith.cc.
#define NO_CONVERSION 32 |
Definition at line 120 of file iparith.cc.
#define NO_NC 0 |
Definition at line 105 of file iparith.cc.
#define NO_RING 0 |
Definition at line 108 of file iparith.cc.
#define NO_ZERODIVISOR 8 |
Definition at line 109 of file iparith.cc.
Definition at line 8766 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 98 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3292 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3289 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3290 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3291 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3294 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3288 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3293 of file iparith.cc.
#define WARN_RING 16 |
Definition at line 118 of file iparith.cc.
#define ZERODIVISOR_MASK 8 |
Definition at line 99 of file iparith.cc.
typedef sValCmdTab jjValCmdTab[] |
Definition at line 133 of file iparith.cc.
Definition at line 9670 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9726 of file iparith.cc.
Definition at line 9952 of file iparith.cc.
|
extern |
Definition at line 9893 of file iparith.cc.
Definition at line 9798 of file iparith.cc.
Definition at line 9858 of file iparith.cc.
Definition at line 9866 of file iparith.cc.
Definition at line 9138 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 9008 of file iparith.cc.
Definition at line 8949 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 8935 of file iparith.cc.
|
static |
Definition at line 8776 of file iparith.cc.
Definition at line 9348 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 9400 of file iparith.cc.
|
static |
Definition at line 9195 of file iparith.cc.
Definition at line 9439 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9763 of file iparith.cc.
Definition at line 225 of file iparith.cc.
Definition at line 9647 of file iparith.cc.
Definition at line 233 of file iparith.cc.
Definition at line 9548 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 3814 of file iparith.cc.
Definition at line 6017 of file iparith.cc.
Definition at line 3837 of file iparith.cc.
Definition at line 3844 of file iparith.cc.
Definition at line 3865 of file iparith.cc.
Definition at line 5762 of file iparith.cc.
Definition at line 5735 of file iparith.cc.
Definition at line 5790 of file iparith.cc.
Definition at line 5848 of file iparith.cc.
Definition at line 5898 of file iparith.cc.
Definition at line 5947 of file iparith.cc.
Definition at line 5719 of file iparith.cc.
Definition at line 5819 of file iparith.cc.
Definition at line 2908 of file iparith.cc.
Definition at line 2935 of file iparith.cc.
Definition at line 7165 of file iparith.cc.
Definition at line 7172 of file iparith.cc.
Definition at line 7189 of file iparith.cc.
Definition at line 3880 of file iparith.cc.
Definition at line 7193 of file iparith.cc.
Definition at line 7201 of file iparith.cc.
Definition at line 3884 of file iparith.cc.
Definition at line 1682 of file iparith.cc.
Definition at line 9999 of file iparith.cc.
Definition at line 1793 of file iparith.cc.
Definition at line 1800 of file iparith.cc.
Definition at line 7213 of file iparith.cc.
Definition at line 1818 of file iparith.cc.
Definition at line 6042 of file iparith.cc.
Definition at line 6056 of file iparith.cc.
Definition at line 6062 of file iparith.cc.
Definition at line 1807 of file iparith.cc.
Definition at line 694 of file iparith.cc.
Definition at line 10217 of file iparith.cc.
Definition at line 370 of file iparith.cc.
Definition at line 342 of file iparith.cc.
Definition at line 398 of file iparith.cc.
Definition at line 425 of file iparith.cc.
Definition at line 453 of file iparith.cc.
Definition at line 480 of file iparith.cc.
Definition at line 3911 of file iparith.cc.
Definition at line 3919 of file iparith.cc.
Definition at line 5688 of file iparith.cc.
Definition at line 3952 of file iparith.cc.
Definition at line 4004 of file iparith.cc.
Definition at line 1848 of file iparith.cc.
Definition at line 3974 of file iparith.cc.
Definition at line 1837 of file iparith.cc.
Definition at line 3985 of file iparith.cc.
Definition at line 1869 of file iparith.cc.
Definition at line 1876 of file iparith.cc.
Definition at line 1862 of file iparith.cc.
Return the denominator of the input number.
Definition at line 4016 of file iparith.cc.
Definition at line 1896 of file iparith.cc.
Definition at line 1903 of file iparith.cc.
Definition at line 4039 of file iparith.cc.
Definition at line 4075 of file iparith.cc.
Definition at line 4450 of file iparith.cc.
Definition at line 1921 of file iparith.cc.
Definition at line 4095 of file iparith.cc.
Definition at line 1937 of file iparith.cc.
Definition at line 5693 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 7230 of file iparith.cc.
Definition at line 1227 of file iparith.cc.
Definition at line 3712 of file iparith.cc.
Definition at line 4125 of file iparith.cc.
Definition at line 4139 of file iparith.cc.
Definition at line 1974 of file iparith.cc.
Definition at line 6089 of file iparith.cc.
Definition at line 6097 of file iparith.cc.
Definition at line 1980 of file iparith.cc.
Definition at line 5259 of file iparith.cc.
Definition at line 1323 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 4151 of file iparith.cc.
Definition at line 1994 of file iparith.cc.
Definition at line 2006 of file iparith.cc.
Definition at line 2048 of file iparith.cc.
Definition at line 4200 of file iparith.cc.
Definition at line 2065 of file iparith.cc.
Definition at line 4160 of file iparith.cc.
Definition at line 2112 of file iparith.cc.
Definition at line 8431 of file iparith.cc.
Definition at line 2134 of file iparith.cc.
Definition at line 2145 of file iparith.cc.
Definition at line 2168 of file iparith.cc.
Definition at line 7373 of file iparith.cc.
Definition at line 2296 of file iparith.cc.
Definition at line 6104 of file iparith.cc.
Definition at line 2351 of file iparith.cc.
Definition at line 2314 of file iparith.cc.
Definition at line 2361 of file iparith.cc.
Definition at line 6135 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 4216 of file iparith.cc.
Definition at line 1184 of file iparith.cc.
Definition at line 4230 of file iparith.cc.
Definition at line 4237 of file iparith.cc.
Definition at line 4284 of file iparith.cc.
Definition at line 2410 of file iparith.cc.
Definition at line 6144 of file iparith.cc.
Definition at line 6179 of file iparith.cc.
Definition at line 4299 of file iparith.cc.
Definition at line 4311 of file iparith.cc.
Definition at line 2477 of file iparith.cc.
Definition at line 2497 of file iparith.cc.
Definition at line 2455 of file iparith.cc.
Definition at line 6203 of file iparith.cc.
Definition at line 2438 of file iparith.cc.
Definition at line 6221 of file iparith.cc.
Definition at line 6239 of file iparith.cc.
Definition at line 4370 of file iparith.cc.
Definition at line 7329 of file iparith.cc.
Definition at line 4380 of file iparith.cc.
Definition at line 5615 of file iparith.cc.
Definition at line 5620 of file iparith.cc.
Definition at line 4344 of file iparith.cc.
Definition at line 5646 of file iparith.cc.
Definition at line 5698 of file iparith.cc.
Definition at line 5625 of file iparith.cc.
Definition at line 4397 of file iparith.cc.
Definition at line 4404 of file iparith.cc.
Definition at line 4409 of file iparith.cc.
Definition at line 2504 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 1488 of file iparith.cc.
Definition at line 1465 of file iparith.cc.
Definition at line 1517 of file iparith.cc.
Definition at line 2517 of file iparith.cc.
Definition at line 4415 of file iparith.cc.
Definition at line 6274 of file iparith.cc.
Definition at line 6261 of file iparith.cc.
Definition at line 7498 of file iparith.cc.
Definition at line 6247 of file iparith.cc.
Definition at line 7734 of file iparith.cc.
Definition at line 4433 of file iparith.cc.
Definition at line 4427 of file iparith.cc.
Definition at line 4469 of file iparith.cc.
Definition at line 2535 of file iparith.cc.
Definition at line 2529 of file iparith.cc.
Definition at line 7767 of file iparith.cc.
Definition at line 6305 of file iparith.cc.
Definition at line 2540 of file iparith.cc.
Definition at line 6282 of file iparith.cc.
Definition at line 4508 of file iparith.cc.
Definition at line 2550 of file iparith.cc.
Definition at line 2563 of file iparith.cc.
Definition at line 4490 of file iparith.cc.
Definition at line 4499 of file iparith.cc.
Definition at line 1560 of file iparith.cc.
Definition at line 1572 of file iparith.cc.
Definition at line 7850 of file iparith.cc.
Definition at line 1599 of file iparith.cc.
Definition at line 2567 of file iparith.cc.
Definition at line 4514 of file iparith.cc.
Definition at line 4591 of file iparith.cc.
Definition at line 1201 of file iparith.cc.
Definition at line 1210 of file iparith.cc.
Definition at line 4536 of file iparith.cc.
Definition at line 4554 of file iparith.cc.
Definition at line 2579 of file iparith.cc.
Definition at line 6962 of file iparith.cc.
Definition at line 7903 of file iparith.cc.
Definition at line 2599 of file iparith.cc.
Definition at line 7934 of file iparith.cc.
Definition at line 6984 of file iparith.cc.
Definition at line 8024 of file iparith.cc.
Definition at line 4573 of file iparith.cc.
load lib/module given in v
Definition at line 5513 of file iparith.cc.
Definition at line 4569 of file iparith.cc.
Definition at line 2619 of file iparith.cc.
Definition at line 2623 of file iparith.cc.
Definition at line 5589 of file iparith.cc.
Definition at line 1214 of file iparith.cc.
Definition at line 1223 of file iparith.cc.
Definition at line 4600 of file iparith.cc.
Definition at line 7572 of file iparith.cc.
Definition at line 7653 of file iparith.cc.
Definition at line 8743 of file iparith.cc.
Definition at line 1653 of file iparith.cc.
Definition at line 6785 of file iparith.cc.
Definition at line 6821 of file iparith.cc.
Definition at line 6808 of file iparith.cc.
Definition at line 4630 of file iparith.cc.
Definition at line 6316 of file iparith.cc.
Definition at line 4681 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 2687 of file iparith.cc.
Definition at line 2709 of file iparith.cc.
Definition at line 2634 of file iparith.cc.
Definition at line 6847 of file iparith.cc.
Definition at line 6898 of file iparith.cc.
Definition at line 8075 of file iparith.cc.
Definition at line 2728 of file iparith.cc.
Definition at line 2732 of file iparith.cc.
Definition at line 2773 of file iparith.cc.
Definition at line 5663 of file iparith.cc.
Definition at line 5668 of file iparith.cc.
Definition at line 4660 of file iparith.cc.
Definition at line 4675 of file iparith.cc.
Definition at line 4695 of file iparith.cc.
Definition at line 4720 of file iparith.cc.
Definition at line 8142 of file iparith.cc.
Definition at line 4725 of file iparith.cc.
Definition at line 2797 of file iparith.cc.
Definition at line 6512 of file iparith.cc.
Definition at line 5710 of file iparith.cc.
Definition at line 3719 of file iparith.cc.
Return the numerator of the input number.
Definition at line 4025 of file iparith.cc.
Definition at line 279 of file iparith.cc.
Definition at line 266 of file iparith.cc.
Definition at line 247 of file iparith.cc.
Definition at line 262 of file iparith.cc.
Definition at line 319 of file iparith.cc.
Definition at line 300 of file iparith.cc.
Definition at line 304 of file iparith.cc.
Definition at line 283 of file iparith.cc.
Definition at line 507 of file iparith.cc.
Definition at line 4740 of file iparith.cc.
Definition at line 2976 of file iparith.cc.
Definition at line 5240 of file iparith.cc.
Definition at line 8147 of file iparith.cc.
Definition at line 4792 of file iparith.cc.
Definition at line 4812 of file iparith.cc.
Definition at line 4752 of file iparith.cc.
Definition at line 4774 of file iparith.cc.
Definition at line 2811 of file iparith.cc.
Definition at line 4582 of file iparith.cc.
Definition at line 3236 of file iparith.cc.
Definition at line 2888 of file iparith.cc.
Definition at line 2868 of file iparith.cc.
Definition at line 2848 of file iparith.cc.
Definition at line 2828 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 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 837 of file iparith.cc.
Definition at line 632 of file iparith.cc.
Definition at line 3733 of file iparith.cc.
Definition at line 569 of file iparith.cc.
Definition at line 523 of file iparith.cc.
Definition at line 585 of file iparith.cc.
Definition at line 603 of file iparith.cc.
Definition at line 6522 of file iparith.cc.
Definition at line 1617 of file iparith.cc.
Definition at line 3810 of file iparith.cc.
Definition at line 4836 of file iparith.cc.
Definition at line 8621 of file iparith.cc.
Definition at line 3049 of file iparith.cc.
Definition at line 3056 of file iparith.cc.
Definition at line 6596 of file iparith.cc.
Definition at line 4898 of file iparith.cc.
Definition at line 3064 of file iparith.cc.
Definition at line 5630 of file iparith.cc.
Definition at line 4905 of file iparith.cc.
Definition at line 3073 of file iparith.cc.
Definition at line 7041 of file iparith.cc.
Definition at line 7029 of file iparith.cc.
Definition at line 8157 of file iparith.cc.
Definition at line 8228 of file iparith.cc.
Definition at line 4909 of file iparith.cc.
Definition at line 4914 of file iparith.cc.
Definition at line 3106 of file iparith.cc.
Definition at line 7068 of file iparith.cc.
Definition at line 8276 of file iparith.cc.
Definition at line 8298 of file iparith.cc.
Definition at line 4876 of file iparith.cc.
Definition at line 8750 of file iparith.cc.
Definition at line 5293 of file iparith.cc.
Definition at line 7109 of file iparith.cc.
Definition at line 6005 of file iparith.cc.
Definition at line 4941 of file iparith.cc.
Definition at line 8721 of file iparith.cc.
Definition at line 4919 of file iparith.cc.
Definition at line 4934 of file iparith.cc.
Definition at line 5673 of file iparith.cc.
Definition at line 5683 of file iparith.cc.
Definition at line 3268 of file iparith.cc.
Definition at line 5678 of file iparith.cc.
Definition at line 5016 of file iparith.cc.
Definition at line 5042 of file iparith.cc.
Definition at line 5068 of file iparith.cc.
Definition at line 3790 of file iparith.cc.
Definition at line 3295 of file iparith.cc.
Definition at line 3390 of file iparith.cc.
Definition at line 4974 of file iparith.cc.
Definition at line 6949 of file iparith.cc.
Definition at line 5122 of file iparith.cc.
Definition at line 10258 of file iparith.cc.
Definition at line 5127 of file iparith.cc.
Definition at line 3332 of file iparith.cc.
Definition at line 3384 of file iparith.cc.
Definition at line 7114 of file iparith.cc.
Definition at line 8563 of file iparith.cc.
Definition at line 5094 of file iparith.cc.
Definition at line 3432 of file iparith.cc.
Definition at line 3406 of file iparith.cc.
Definition at line 7123 of file iparith.cc.
Definition at line 8638 of file iparith.cc.
Definition at line 8378 of file iparith.cc.
Definition at line 6671 of file iparith.cc.
Definition at line 6717 of file iparith.cc.
Definition at line 6767 of file iparith.cc.
Definition at line 6771 of file iparith.cc.
Definition at line 6775 of file iparith.cc.
Definition at line 8594 of file iparith.cc.
Definition at line 6684 of file iparith.cc.
Definition at line 6643 of file iparith.cc.
Definition at line 3516 of file iparith.cc.
Definition at line 5154 of file iparith.cc.
Definition at line 991 of file iparith.cc.
Definition at line 1074 of file iparith.cc.
Definition at line 979 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 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 5225 of file iparith.cc.
Definition at line 5235 of file iparith.cc.
Definition at line 5274 of file iparith.cc.
Definition at line 5354 of file iparith.cc.
Definition at line 3745 of file iparith.cc.
Definition at line 3782 of file iparith.cc.
Definition at line 3752 of file iparith.cc.
Definition at line 3775 of file iparith.cc.
Definition at line 3769 of file iparith.cc.
Definition at line 3757 of file iparith.cc.
Definition at line 10267 of file iparith.cc.
Definition at line 5399 of file iparith.cc.
Definition at line 5404 of file iparith.cc.
Definition at line 5421 of file iparith.cc.
Definition at line 3605 of file iparith.cc.
Definition at line 5438 of file iparith.cc.
Definition at line 5467 of file iparith.cc.
Definition at line 3618 of file iparith.cc.
Definition at line 5482 of file iparith.cc.
Definition at line 3642 of file iparith.cc.
Definition at line 3695 of file iparith.cc.
Definition at line 3699 of file iparith.cc.
Definition at line 3703 of file iparith.cc.
Definition at line 9672 of file iparith.cc.
Definition at line 5585 of file iparith.cc.
long all_farey =0L |
Definition at line 8 of file iparith.cc.
EXTERN_VAR int cmdtok |
Definition at line 217 of file iparith.cc.
EXTERN_VAR BOOLEAN expected_parms |
Definition at line 218 of file iparith.cc.
long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
Definition at line 222 of file iparith.cc.
STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 201 of file iparith.cc.
EXTERN_VAR int singclap_factorize_retry |
Definition at line 2064 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9671 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5584 of file iparith.cc.