![]() |
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 122 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 179 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 106 of file iparith.cc.
#define ALLOW_NC ALLOW_LP|ALLOW_PLURAL |
Definition at line 107 of file iparith.cc.
#define ALLOW_PLURAL 1 |
Definition at line 99 of file iparith.cc.
#define ALLOW_RING 4 |
Definition at line 102 of file iparith.cc.
#define ALLOW_ZERODIVISOR 0 |
Definition at line 105 of file iparith.cc.
#define ALLOW_ZZ (ALLOW_RING|NO_ZERODIVISOR) |
Definition at line 109 of file iparith.cc.
#define bit31 SIZEOF_LONG*8-1 |
Definition at line 119 of file iparith.cc.
#define COMM_PLURAL 2 |
Definition at line 101 of file iparith.cc.
Definition at line 8979 of file iparith.cc.
Definition at line 215 of file iparith.cc.
#define IPARITH |
Definition at line 8981 of file iparith.cc.
#define NC_MASK (3+64) |
Definition at line 92 of file iparith.cc.
#define NO_CONVERSION 32 |
Definition at line 115 of file iparith.cc.
#define NO_NC 0 |
Definition at line 100 of file iparith.cc.
#define NO_RING 0 |
Definition at line 103 of file iparith.cc.
#define NO_ZERODIVISOR 8 |
Definition at line 104 of file iparith.cc.
Definition at line 8980 of file iparith.cc.
#define RING_MASK 4 |
Definition at line 97 of file iparith.cc.
#define SIMPL_EQU 4 |
Definition at line 3343 of file iparith.cc.
#define SIMPL_LMDIV 32 |
Definition at line 3340 of file iparith.cc.
#define SIMPL_LMEQ 16 |
Definition at line 3341 of file iparith.cc.
#define SIMPL_MULT 8 |
Definition at line 3342 of file iparith.cc.
#define SIMPL_NORM 1 |
Definition at line 3345 of file iparith.cc.
#define SIMPL_NORMALIZE 64 |
Definition at line 3339 of file iparith.cc.
#define SIMPL_NULL 2 |
Definition at line 3344 of file iparith.cc.
#define WARN_RING 16 |
Definition at line 113 of file iparith.cc.
#define ZERODIVISOR_MASK 8 |
Definition at line 98 of file iparith.cc.
typedef sValCmdTab jjValCmdTab[] |
Definition at line 128 of file iparith.cc.
Definition at line 9882 of file iparith.cc.
compares to entry of cmdsname-list
[in] | a | |
[in] | b |
Definition at line 9938 of file iparith.cc.
Definition at line 10164 of file iparith.cc.
|
extern |
Definition at line 10105 of file iparith.cc.
Definition at line 10010 of file iparith.cc.
Definition at line 10070 of file iparith.cc.
Definition at line 10078 of file iparith.cc.
Definition at line 9352 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 9222 of file iparith.cc.
Definition at line 9163 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 9149 of file iparith.cc.
|
static |
Definition at line 8990 of file iparith.cc.
Definition at line 9562 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 9614 of file iparith.cc.
|
static |
Definition at line 9409 of file iparith.cc.
Definition at line 9653 of file iparith.cc.
int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
0 | on success |
Definition at line 9975 of file iparith.cc.
Definition at line 220 of file iparith.cc.
Definition at line 9859 of file iparith.cc.
Definition at line 228 of file iparith.cc.
Definition at line 9760 of file iparith.cc.
Definition at line 1776 of file iparith.cc.
Definition at line 1766 of file iparith.cc.
Definition at line 1377 of file iparith.cc.
Definition at line 3872 of file iparith.cc.
Definition at line 6079 of file iparith.cc.
Definition at line 3895 of file iparith.cc.
Definition at line 3902 of file iparith.cc.
Definition at line 3923 of file iparith.cc.
Definition at line 7920 of file iparith.cc.
Definition at line 4472 of file iparith.cc.
Definition at line 5824 of file iparith.cc.
Definition at line 5797 of file iparith.cc.
Definition at line 5852 of file iparith.cc.
Definition at line 5910 of file iparith.cc.
Definition at line 5960 of file iparith.cc.
Definition at line 6009 of file iparith.cc.
Definition at line 5781 of file iparith.cc.
Definition at line 5881 of file iparith.cc.
Definition at line 2915 of file iparith.cc.
Definition at line 2942 of file iparith.cc.
Definition at line 7318 of file iparith.cc.
Definition at line 7325 of file iparith.cc.
Definition at line 7342 of file iparith.cc.
Definition at line 3938 of file iparith.cc.
Definition at line 7346 of file iparith.cc.
Definition at line 7354 of file iparith.cc.
Definition at line 3942 of file iparith.cc.
Definition at line 1679 of file iparith.cc.
Definition at line 10211 of file iparith.cc.
Definition at line 1790 of file iparith.cc.
Definition at line 1797 of file iparith.cc.
Definition at line 7366 of file iparith.cc.
Definition at line 1815 of file iparith.cc.
Definition at line 6104 of file iparith.cc.
Definition at line 6118 of file iparith.cc.
Definition at line 6124 of file iparith.cc.
Definition at line 1804 of file iparith.cc.
Definition at line 691 of file iparith.cc.
Definition at line 10429 of file iparith.cc.
Definition at line 365 of file iparith.cc.
Definition at line 337 of file iparith.cc.
Definition at line 395 of file iparith.cc.
Definition at line 422 of file iparith.cc.
Definition at line 450 of file iparith.cc.
Definition at line 477 of file iparith.cc.
Definition at line 3969 of file iparith.cc.
Definition at line 3977 of file iparith.cc.
Definition at line 5750 of file iparith.cc.
Definition at line 4010 of file iparith.cc.
Definition at line 4060 of file iparith.cc.
Definition at line 1845 of file iparith.cc.
Definition at line 4032 of file iparith.cc.
Definition at line 1834 of file iparith.cc.
Definition at line 4043 of file iparith.cc.
Definition at line 1866 of file iparith.cc.
Definition at line 1873 of file iparith.cc.
Definition at line 1859 of file iparith.cc.
Return the denominator of the input number.
Definition at line 4072 of file iparith.cc.
Definition at line 1893 of file iparith.cc.
Definition at line 1900 of file iparith.cc.
Definition at line 4095 of file iparith.cc.
Definition at line 4131 of file iparith.cc.
Definition at line 4509 of file iparith.cc.
Definition at line 1918 of file iparith.cc.
Definition at line 4151 of file iparith.cc.
Definition at line 1934 of file iparith.cc.
Definition at line 5755 of file iparith.cc.
Definition at line 1247 of file iparith.cc.
Definition at line 1291 of file iparith.cc.
Definition at line 1260 of file iparith.cc.
Definition at line 1273 of file iparith.cc.
Definition at line 1951 of file iparith.cc.
Definition at line 7383 of file iparith.cc.
Definition at line 1224 of file iparith.cc.
Definition at line 3770 of file iparith.cc.
Definition at line 4179 of file iparith.cc.
Definition at line 4193 of file iparith.cc.
Definition at line 1971 of file iparith.cc.
Definition at line 6151 of file iparith.cc.
Definition at line 6159 of file iparith.cc.
Definition at line 1977 of file iparith.cc.
Definition at line 5318 of file iparith.cc.
Definition at line 1320 of file iparith.cc.
Definition at line 1332 of file iparith.cc.
Definition at line 1350 of file iparith.cc.
Definition at line 1356 of file iparith.cc.
Definition at line 1344 of file iparith.cc.
Definition at line 1364 of file iparith.cc.
Definition at line 1338 of file iparith.cc.
Definition at line 1996 of file iparith.cc.
Definition at line 4205 of file iparith.cc.
Definition at line 1991 of file iparith.cc.
Definition at line 2003 of file iparith.cc.
Definition at line 2045 of file iparith.cc.
Definition at line 4254 of file iparith.cc.
Definition at line 2062 of file iparith.cc.
Definition at line 4214 of file iparith.cc.
Definition at line 2109 of file iparith.cc.
Definition at line 8645 of file iparith.cc.
Definition at line 2131 of file iparith.cc.
Definition at line 2142 of file iparith.cc.
Definition at line 2165 of file iparith.cc.
Definition at line 7526 of file iparith.cc.
Definition at line 2293 of file iparith.cc.
Definition at line 6174 of file iparith.cc.
Definition at line 2348 of file iparith.cc.
Definition at line 2311 of file iparith.cc.
Definition at line 2358 of file iparith.cc.
Definition at line 6205 of file iparith.cc.
Definition at line 2377 of file iparith.cc.
Definition at line 2384 of file iparith.cc.
Definition at line 2401 of file iparith.cc.
Definition at line 1163 of file iparith.cc.
Definition at line 4270 of file iparith.cc.
Definition at line 1181 of file iparith.cc.
Definition at line 4284 of file iparith.cc.
Definition at line 4291 of file iparith.cc.
Definition at line 4338 of file iparith.cc.
Definition at line 2407 of file iparith.cc.
Definition at line 6214 of file iparith.cc.
Definition at line 6244 of file iparith.cc.
Definition at line 4351 of file iparith.cc.
Definition at line 4361 of file iparith.cc.
Definition at line 2484 of file iparith.cc.
Definition at line 2504 of file iparith.cc.
Definition at line 2462 of file iparith.cc.
Definition at line 6266 of file iparith.cc.
Definition at line 2445 of file iparith.cc.
Definition at line 6284 of file iparith.cc.
Definition at line 6302 of file iparith.cc.
Definition at line 4420 of file iparith.cc.
Definition at line 7482 of file iparith.cc.
Definition at line 4430 of file iparith.cc.
Definition at line 5677 of file iparith.cc.
Definition at line 5682 of file iparith.cc.
Definition at line 4394 of file iparith.cc.
Definition at line 5708 of file iparith.cc.
Definition at line 5760 of file iparith.cc.
Definition at line 5687 of file iparith.cc.
Definition at line 4447 of file iparith.cc.
Definition at line 4454 of file iparith.cc.
Definition at line 4459 of file iparith.cc.
Definition at line 2511 of file iparith.cc.
Definition at line 1387 of file iparith.cc.
Definition at line 1409 of file iparith.cc.
Definition at line 1445 of file iparith.cc.
Definition at line 1485 of file iparith.cc.
Definition at line 1462 of file iparith.cc.
Definition at line 1514 of file iparith.cc.
Definition at line 2524 of file iparith.cc.
Definition at line 4465 of file iparith.cc.
Definition at line 6337 of file iparith.cc.
Definition at line 6324 of file iparith.cc.
Definition at line 7651 of file iparith.cc.
Definition at line 6310 of file iparith.cc.
Definition at line 7887 of file iparith.cc.
Definition at line 4492 of file iparith.cc.
Definition at line 4486 of file iparith.cc.
Definition at line 4528 of file iparith.cc.
Definition at line 2542 of file iparith.cc.
Definition at line 2536 of file iparith.cc.
Definition at line 7981 of file iparith.cc.
Definition at line 6368 of file iparith.cc.
Definition at line 2547 of file iparith.cc.
Definition at line 6345 of file iparith.cc.
Definition at line 4567 of file iparith.cc.
Definition at line 2557 of file iparith.cc.
Definition at line 2570 of file iparith.cc.
Definition at line 4549 of file iparith.cc.
Definition at line 4558 of file iparith.cc.
Definition at line 1557 of file iparith.cc.
Definition at line 1569 of file iparith.cc.
Definition at line 8064 of file iparith.cc.
Definition at line 1596 of file iparith.cc.
Definition at line 2574 of file iparith.cc.
Definition at line 4573 of file iparith.cc.
Definition at line 4650 of file iparith.cc.
Definition at line 1198 of file iparith.cc.
Definition at line 1207 of file iparith.cc.
Definition at line 4595 of file iparith.cc.
Definition at line 4613 of file iparith.cc.
Definition at line 2586 of file iparith.cc.
Definition at line 7108 of file iparith.cc.
Definition at line 8117 of file iparith.cc.
Definition at line 2606 of file iparith.cc.
Definition at line 8148 of file iparith.cc.
Definition at line 7130 of file iparith.cc.
Definition at line 8238 of file iparith.cc.
Definition at line 4632 of file iparith.cc.
load lib/module given in v
Definition at line 5575 of file iparith.cc.
Definition at line 4628 of file iparith.cc.
Definition at line 2626 of file iparith.cc.
Definition at line 2630 of file iparith.cc.
Definition at line 5651 of file iparith.cc.
Definition at line 1211 of file iparith.cc.
Definition at line 1220 of file iparith.cc.
Definition at line 4659 of file iparith.cc.
Definition at line 7725 of file iparith.cc.
Definition at line 7806 of file iparith.cc.
Definition at line 8957 of file iparith.cc.
Definition at line 1650 of file iparith.cc.
Definition at line 6931 of file iparith.cc.
Definition at line 6967 of file iparith.cc.
Definition at line 6954 of file iparith.cc.
Definition at line 4689 of file iparith.cc.
Definition at line 6379 of file iparith.cc.
Definition at line 4740 of file iparith.cc.
Definition at line 917 of file iparith.cc.
Definition at line 907 of file iparith.cc.
Definition at line 892 of file iparith.cc.
Definition at line 940 of file iparith.cc.
Definition at line 876 of file iparith.cc.
Definition at line 930 of file iparith.cc.
Definition at line 950 of file iparith.cc.
Definition at line 897 of file iparith.cc.
Definition at line 963 of file iparith.cc.
Definition at line 902 of file iparith.cc.
Definition at line 2694 of file iparith.cc.
Definition at line 2716 of file iparith.cc.
Definition at line 2641 of file iparith.cc.
Definition at line 6993 of file iparith.cc.
Definition at line 7044 of file iparith.cc.
Definition at line 8289 of file iparith.cc.
Definition at line 2735 of file iparith.cc.
Definition at line 2739 of file iparith.cc.
Definition at line 2780 of file iparith.cc.
Definition at line 5725 of file iparith.cc.
Definition at line 5730 of file iparith.cc.
Definition at line 6575 of file iparith.cc.
Definition at line 4719 of file iparith.cc.
Definition at line 4734 of file iparith.cc.
Definition at line 4754 of file iparith.cc.
Definition at line 4779 of file iparith.cc.
Definition at line 8356 of file iparith.cc.
Definition at line 4784 of file iparith.cc.
Definition at line 2804 of file iparith.cc.
Definition at line 6658 of file iparith.cc.
Definition at line 5772 of file iparith.cc.
Definition at line 3777 of file iparith.cc.
Return the numerator of the input number.
Definition at line 4081 of file iparith.cc.
Definition at line 274 of file iparith.cc.
Definition at line 261 of file iparith.cc.
Definition at line 242 of file iparith.cc.
Definition at line 257 of file iparith.cc.
Definition at line 314 of file iparith.cc.
Definition at line 295 of file iparith.cc.
Definition at line 299 of file iparith.cc.
Definition at line 278 of file iparith.cc.
Definition at line 504 of file iparith.cc.
Definition at line 4799 of file iparith.cc.
Definition at line 2983 of file iparith.cc.
Definition at line 5299 of file iparith.cc.
Definition at line 8361 of file iparith.cc.
Definition at line 4851 of file iparith.cc.
Definition at line 4871 of file iparith.cc.
Definition at line 4811 of file iparith.cc.
Definition at line 4833 of file iparith.cc.
Definition at line 2818 of file iparith.cc.
Definition at line 4641 of file iparith.cc.
Definition at line 3287 of file iparith.cc.
Definition at line 2895 of file iparith.cc.
Definition at line 2875 of file iparith.cc.
Definition at line 2855 of file iparith.cc.
Definition at line 2835 of file iparith.cc.
Definition at line 780 of file iparith.cc.
Definition at line 793 of file iparith.cc.
Definition at line 765 of file iparith.cc.
Definition at line 753 of file iparith.cc.
Definition at line 871 of file iparith.cc.
Definition at line 802 of file iparith.cc.
Definition at line 822 of file iparith.cc.
Definition at line 846 of file iparith.cc.
Definition at line 770 of file iparith.cc.
Definition at line 857 of file iparith.cc.
Definition at line 834 of file iparith.cc.
Definition at line 629 of file iparith.cc.
Definition at line 3791 of file iparith.cc.
Definition at line 566 of file iparith.cc.
Definition at line 520 of file iparith.cc.
Definition at line 582 of file iparith.cc.
Definition at line 600 of file iparith.cc.
Definition at line 6668 of file iparith.cc.
Definition at line 1614 of file iparith.cc.
Definition at line 3868 of file iparith.cc.
Definition at line 4895 of file iparith.cc.
Definition at line 3056 of file iparith.cc.
Definition at line 8835 of file iparith.cc.
Definition at line 3100 of file iparith.cc.
Definition at line 3107 of file iparith.cc.
Definition at line 6742 of file iparith.cc.
Definition at line 4957 of file iparith.cc.
Definition at line 3115 of file iparith.cc.
Definition at line 5692 of file iparith.cc.
Definition at line 4964 of file iparith.cc.
Definition at line 3124 of file iparith.cc.
Definition at line 7187 of file iparith.cc.
Definition at line 7175 of file iparith.cc.
Definition at line 8371 of file iparith.cc.
Definition at line 8442 of file iparith.cc.
Definition at line 4968 of file iparith.cc.
Definition at line 4973 of file iparith.cc.
Definition at line 3157 of file iparith.cc.
Definition at line 7214 of file iparith.cc.
Definition at line 8490 of file iparith.cc.
Definition at line 8512 of file iparith.cc.
Definition at line 4935 of file iparith.cc.
Definition at line 8964 of file iparith.cc.
Definition at line 5352 of file iparith.cc.
Definition at line 7255 of file iparith.cc.
Definition at line 6067 of file iparith.cc.
Definition at line 5000 of file iparith.cc.
Definition at line 8935 of file iparith.cc.
Definition at line 4978 of file iparith.cc.
Definition at line 4993 of file iparith.cc.
Definition at line 5735 of file iparith.cc.
Definition at line 5745 of file iparith.cc.
Definition at line 3319 of file iparith.cc.
Definition at line 5740 of file iparith.cc.
Definition at line 5075 of file iparith.cc.
Definition at line 5101 of file iparith.cc.
Definition at line 5127 of file iparith.cc.
Definition at line 3848 of file iparith.cc.
Definition at line 3346 of file iparith.cc.
Definition at line 3441 of file iparith.cc.
Definition at line 5033 of file iparith.cc.
Definition at line 7095 of file iparith.cc.
Definition at line 5181 of file iparith.cc.
Definition at line 10470 of file iparith.cc.
Definition at line 5186 of file iparith.cc.
Definition at line 3383 of file iparith.cc.
Definition at line 3435 of file iparith.cc.
Definition at line 7260 of file iparith.cc.
Definition at line 8777 of file iparith.cc.
Definition at line 5153 of file iparith.cc.
Definition at line 3490 of file iparith.cc.
Definition at line 3457 of file iparith.cc.
Definition at line 7269 of file iparith.cc.
Definition at line 8852 of file iparith.cc.
Definition at line 8592 of file iparith.cc.
Definition at line 6817 of file iparith.cc.
Definition at line 6863 of file iparith.cc.
Definition at line 6913 of file iparith.cc.
Definition at line 6917 of file iparith.cc.
Definition at line 6921 of file iparith.cc.
Definition at line 8808 of file iparith.cc.
Definition at line 6830 of file iparith.cc.
Definition at line 6789 of file iparith.cc.
Definition at line 3574 of file iparith.cc.
Definition at line 5213 of file iparith.cc.
Definition at line 988 of file iparith.cc.
Definition at line 1071 of file iparith.cc.
Definition at line 976 of file iparith.cc.
Definition at line 1052 of file iparith.cc.
Definition at line 1059 of file iparith.cc.
Definition at line 1135 of file iparith.cc.
Definition at line 1083 of file iparith.cc.
Definition at line 1093 of file iparith.cc.
Definition at line 1126 of file iparith.cc.
Definition at line 1131 of file iparith.cc.
Definition at line 1122 of file iparith.cc.
Definition at line 1097 of file iparith.cc.
Definition at line 1106 of file iparith.cc.
Definition at line 995 of file iparith.cc.
Definition at line 1005 of file iparith.cc.
Definition at line 1149 of file iparith.cc.
Definition at line 5284 of file iparith.cc.
Definition at line 5294 of file iparith.cc.
Definition at line 5333 of file iparith.cc.
Definition at line 5413 of file iparith.cc.
Definition at line 3803 of file iparith.cc.
Definition at line 3840 of file iparith.cc.
Definition at line 3810 of file iparith.cc.
Definition at line 3833 of file iparith.cc.
Definition at line 3827 of file iparith.cc.
Definition at line 3815 of file iparith.cc.
Definition at line 10479 of file iparith.cc.
Definition at line 5459 of file iparith.cc.
Definition at line 5464 of file iparith.cc.
Definition at line 5481 of file iparith.cc.
Definition at line 3663 of file iparith.cc.
Definition at line 5498 of file iparith.cc.
Definition at line 5525 of file iparith.cc.
Definition at line 3676 of file iparith.cc.
Definition at line 5540 of file iparith.cc.
Definition at line 3700 of file iparith.cc.
Definition at line 3753 of file iparith.cc.
Definition at line 3757 of file iparith.cc.
Definition at line 3761 of file iparith.cc.
Definition at line 9884 of file iparith.cc.
Definition at line 5647 of file iparith.cc.
long all_farey =0L |
Definition at line 8 of file iparith.cc.
EXTERN_VAR int cmdtok |
Definition at line 212 of file iparith.cc.
EXTERN_VAR BOOLEAN expected_parms |
Definition at line 213 of file iparith.cc.
long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
Definition at line 217 of file iparith.cc.
STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 196 of file iparith.cc.
EXTERN_VAR int singclap_factorize_retry |
Definition at line 2061 of file iparith.cc.
STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9883 of file iparith.cc.
STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5646 of file iparith.cc.