![]() |
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 | NO_LRING 128 |
| #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 123 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 180 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 108 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 110 of file iparith.cc.
| #define bit31 SIZEOF_LONG*8-1 |
Definition at line 120 of file iparith.cc.
| #define COMM_PLURAL 2 |
Definition at line 101 of file iparith.cc.
Definition at line 8969 of file iparith.cc.
Definition at line 216 of file iparith.cc.
| #define IPARITH |
Definition at line 8971 of file iparith.cc.
| #define NC_MASK (3+64) |
Definition at line 92 of file iparith.cc.
| #define NO_CONVERSION 32 |
Definition at line 116 of file iparith.cc.
| #define NO_LRING 128 |
Definition at line 107 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 8970 of file iparith.cc.
| #define RING_MASK 4 |
Definition at line 97 of file iparith.cc.
| #define SIMPL_EQU 4 |
Definition at line 3353 of file iparith.cc.
| #define SIMPL_LMDIV 32 |
Definition at line 3350 of file iparith.cc.
| #define SIMPL_LMEQ 16 |
Definition at line 3351 of file iparith.cc.
| #define SIMPL_MULT 8 |
Definition at line 3352 of file iparith.cc.
| #define SIMPL_NORM 1 |
Definition at line 3355 of file iparith.cc.
| #define SIMPL_NORMALIZE 64 |
Definition at line 3349 of file iparith.cc.
| #define SIMPL_NULL 2 |
Definition at line 3354 of file iparith.cc.
| #define WARN_RING 16 |
Definition at line 114 of file iparith.cc.
| #define ZERODIVISOR_MASK 8 |
Definition at line 98 of file iparith.cc.
| typedef sValCmdTab jjValCmdTab[] |
Definition at line 129 of file iparith.cc.
Definition at line 9872 of file iparith.cc.
compares to entry of cmdsname-list
| [in] | a | |
| [in] | b |
Definition at line 9928 of file iparith.cc.
Definition at line 10154 of file iparith.cc.
|
extern |
Definition at line 10095 of file iparith.cc.
Definition at line 10000 of file iparith.cc.
Definition at line 10060 of file iparith.cc.
Definition at line 10068 of file iparith.cc.
Definition at line 9342 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 9212 of file iparith.cc.
Definition at line 9153 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 9139 of file iparith.cc.
|
static |
Definition at line 8980 of file iparith.cc.
Definition at line 9552 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 9604 of file iparith.cc.
|
static |
Definition at line 9399 of file iparith.cc.
Definition at line 9643 of file iparith.cc.
| int iiInitArithmetic | ( | ) |
initialisation of arithmetic structured data
| 0 | on success |
Definition at line 9965 of file iparith.cc.
Definition at line 221 of file iparith.cc.
Definition at line 9849 of file iparith.cc.
Definition at line 229 of file iparith.cc.
Definition at line 9750 of file iparith.cc.
Definition at line 1778 of file iparith.cc.
Definition at line 1768 of file iparith.cc.
Definition at line 1379 of file iparith.cc.
Definition at line 3876 of file iparith.cc.
Definition at line 6083 of file iparith.cc.
Definition at line 3899 of file iparith.cc.
Definition at line 3906 of file iparith.cc.
Definition at line 3927 of file iparith.cc.
Definition at line 7910 of file iparith.cc.
Definition at line 4476 of file iparith.cc.
Definition at line 5828 of file iparith.cc.
Definition at line 5801 of file iparith.cc.
Definition at line 5856 of file iparith.cc.
Definition at line 5914 of file iparith.cc.
Definition at line 5964 of file iparith.cc.
Definition at line 6013 of file iparith.cc.
Definition at line 5785 of file iparith.cc.
Definition at line 5885 of file iparith.cc.
Definition at line 2917 of file iparith.cc.
Definition at line 2944 of file iparith.cc.
Definition at line 7310 of file iparith.cc.
Definition at line 7317 of file iparith.cc.
Definition at line 7334 of file iparith.cc.
Definition at line 3942 of file iparith.cc.
Definition at line 7338 of file iparith.cc.
Definition at line 7346 of file iparith.cc.
Definition at line 3946 of file iparith.cc.
Definition at line 1681 of file iparith.cc.
Definition at line 10206 of file iparith.cc.
Definition at line 1792 of file iparith.cc.
Definition at line 1799 of file iparith.cc.
Definition at line 7358 of file iparith.cc.
Definition at line 1817 of file iparith.cc.
Definition at line 6108 of file iparith.cc.
Definition at line 6122 of file iparith.cc.
Definition at line 6128 of file iparith.cc.
Definition at line 1806 of file iparith.cc.
Definition at line 692 of file iparith.cc.
Definition at line 10424 of file iparith.cc.
Definition at line 366 of file iparith.cc.
Definition at line 338 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 3973 of file iparith.cc.
Definition at line 3981 of file iparith.cc.
Definition at line 5754 of file iparith.cc.
Definition at line 4014 of file iparith.cc.
Definition at line 4064 of file iparith.cc.
Definition at line 1847 of file iparith.cc.
Definition at line 4036 of file iparith.cc.
Definition at line 1836 of file iparith.cc.
Definition at line 4047 of file iparith.cc.
Definition at line 1868 of file iparith.cc.
Definition at line 1875 of file iparith.cc.
Definition at line 1861 of file iparith.cc.
Return the denominator of the input number.
Definition at line 4076 of file iparith.cc.
Definition at line 1895 of file iparith.cc.
Definition at line 1902 of file iparith.cc.
Definition at line 4099 of file iparith.cc.
Definition at line 4135 of file iparith.cc.
Definition at line 4513 of file iparith.cc.
Definition at line 1920 of file iparith.cc.
Definition at line 4155 of file iparith.cc.
Definition at line 1936 of file iparith.cc.
Definition at line 5759 of file iparith.cc.
Definition at line 1249 of file iparith.cc.
Definition at line 1293 of file iparith.cc.
Definition at line 1262 of file iparith.cc.
Definition at line 1275 of file iparith.cc.
Definition at line 1953 of file iparith.cc.
Definition at line 7375 of file iparith.cc.
Definition at line 1226 of file iparith.cc.
Definition at line 3774 of file iparith.cc.
Definition at line 4183 of file iparith.cc.
Definition at line 4197 of file iparith.cc.
Definition at line 1973 of file iparith.cc.
Definition at line 6155 of file iparith.cc.
Definition at line 6163 of file iparith.cc.
Definition at line 1979 of file iparith.cc.
Definition at line 5322 of file iparith.cc.
Definition at line 1322 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 1998 of file iparith.cc.
Definition at line 4209 of file iparith.cc.
Definition at line 1993 of file iparith.cc.
Definition at line 2005 of file iparith.cc.
Definition at line 2047 of file iparith.cc.
Definition at line 4258 of file iparith.cc.
Definition at line 2064 of file iparith.cc.
Definition at line 4218 of file iparith.cc.
Definition at line 2111 of file iparith.cc.
Definition at line 8635 of file iparith.cc.
Definition at line 2133 of file iparith.cc.
Definition at line 2144 of file iparith.cc.
Definition at line 2165 of file iparith.cc.
Definition at line 7517 of file iparith.cc.
Definition at line 2293 of file iparith.cc.
Definition at line 6172 of file iparith.cc.
Definition at line 2350 of file iparith.cc.
Definition at line 2311 of file iparith.cc.
Definition at line 2360 of file iparith.cc.
Definition at line 6203 of file iparith.cc.
Definition at line 2379 of file iparith.cc.
Definition at line 2386 of file iparith.cc.
Definition at line 2403 of file iparith.cc.
Definition at line 1165 of file iparith.cc.
Definition at line 4274 of file iparith.cc.
Definition at line 1183 of file iparith.cc.
Definition at line 4288 of file iparith.cc.
Definition at line 4295 of file iparith.cc.
Definition at line 4342 of file iparith.cc.
Definition at line 2409 of file iparith.cc.
Definition at line 6212 of file iparith.cc.
Definition at line 6242 of file iparith.cc.
Definition at line 4355 of file iparith.cc.
Definition at line 4365 of file iparith.cc.
Definition at line 2486 of file iparith.cc.
Definition at line 2506 of file iparith.cc.
Definition at line 2464 of file iparith.cc.
Definition at line 6264 of file iparith.cc.
Definition at line 2447 of file iparith.cc.
Definition at line 6282 of file iparith.cc.
Definition at line 6300 of file iparith.cc.
Definition at line 4424 of file iparith.cc.
Definition at line 7474 of file iparith.cc.
Definition at line 4434 of file iparith.cc.
Definition at line 5681 of file iparith.cc.
Definition at line 5686 of file iparith.cc.
Definition at line 4398 of file iparith.cc.
Definition at line 5712 of file iparith.cc.
Definition at line 5764 of file iparith.cc.
Definition at line 5691 of file iparith.cc.
Definition at line 4451 of file iparith.cc.
Definition at line 4458 of file iparith.cc.
Definition at line 4463 of file iparith.cc.
Definition at line 2513 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 2526 of file iparith.cc.
Definition at line 4469 of file iparith.cc.
Definition at line 6335 of file iparith.cc.
Definition at line 6322 of file iparith.cc.
Definition at line 7642 of file iparith.cc.
Definition at line 6308 of file iparith.cc.
Definition at line 7878 of file iparith.cc.
Definition at line 4496 of file iparith.cc.
Definition at line 4490 of file iparith.cc.
Definition at line 4532 of file iparith.cc.
Definition at line 2544 of file iparith.cc.
Definition at line 2538 of file iparith.cc.
Definition at line 7971 of file iparith.cc.
Definition at line 6366 of file iparith.cc.
Definition at line 2549 of file iparith.cc.
Definition at line 6343 of file iparith.cc.
Definition at line 4571 of file iparith.cc.
Definition at line 2559 of file iparith.cc.
Definition at line 2572 of file iparith.cc.
Definition at line 4553 of file iparith.cc.
Definition at line 4562 of file iparith.cc.
Definition at line 1559 of file iparith.cc.
Definition at line 1571 of file iparith.cc.
Definition at line 8054 of file iparith.cc.
Definition at line 1598 of file iparith.cc.
Definition at line 2576 of file iparith.cc.
Definition at line 4577 of file iparith.cc.
Definition at line 4654 of file iparith.cc.
Definition at line 1200 of file iparith.cc.
Definition at line 1209 of file iparith.cc.
Definition at line 4599 of file iparith.cc.
Definition at line 4617 of file iparith.cc.
Definition at line 2588 of file iparith.cc.
Definition at line 7106 of file iparith.cc.
Definition at line 8107 of file iparith.cc.
Definition at line 2608 of file iparith.cc.
Definition at line 8138 of file iparith.cc.
Definition at line 7128 of file iparith.cc.
Definition at line 8228 of file iparith.cc.
Definition at line 4636 of file iparith.cc.
load lib/module given in v
Definition at line 5579 of file iparith.cc.
Definition at line 4632 of file iparith.cc.
Definition at line 2628 of file iparith.cc.
Definition at line 2632 of file iparith.cc.
Definition at line 5655 of file iparith.cc.
Definition at line 1213 of file iparith.cc.
Definition at line 1222 of file iparith.cc.
Definition at line 4663 of file iparith.cc.
Definition at line 7716 of file iparith.cc.
Definition at line 7797 of file iparith.cc.
Definition at line 8947 of file iparith.cc.
Definition at line 1652 of file iparith.cc.
Definition at line 6929 of file iparith.cc.
Definition at line 6965 of file iparith.cc.
Definition at line 6952 of file iparith.cc.
Definition at line 4693 of file iparith.cc.
Definition at line 6377 of file iparith.cc.
Definition at line 4744 of file iparith.cc.
Definition at line 918 of file iparith.cc.
Definition at line 908 of file iparith.cc.
Definition at line 893 of file iparith.cc.
Definition at line 941 of file iparith.cc.
Definition at line 877 of file iparith.cc.
Definition at line 931 of file iparith.cc.
Definition at line 951 of file iparith.cc.
Definition at line 898 of file iparith.cc.
Definition at line 964 of file iparith.cc.
Definition at line 903 of file iparith.cc.
Definition at line 2696 of file iparith.cc.
Definition at line 2718 of file iparith.cc.
Definition at line 2643 of file iparith.cc.
Definition at line 6991 of file iparith.cc.
Definition at line 7042 of file iparith.cc.
Definition at line 8279 of file iparith.cc.
Definition at line 2737 of file iparith.cc.
Definition at line 2741 of file iparith.cc.
Definition at line 2782 of file iparith.cc.
Definition at line 5729 of file iparith.cc.
Definition at line 5734 of file iparith.cc.
Definition at line 6573 of file iparith.cc.
Definition at line 4723 of file iparith.cc.
Definition at line 4738 of file iparith.cc.
Definition at line 4758 of file iparith.cc.
Definition at line 4783 of file iparith.cc.
Definition at line 8346 of file iparith.cc.
Definition at line 4788 of file iparith.cc.
Definition at line 2806 of file iparith.cc.
Definition at line 6656 of file iparith.cc.
Definition at line 5776 of file iparith.cc.
Definition at line 3781 of file iparith.cc.
Return the numerator of the input number.
Definition at line 4085 of file iparith.cc.
Definition at line 275 of file iparith.cc.
Definition at line 262 of file iparith.cc.
Definition at line 243 of file iparith.cc.
Definition at line 258 of file iparith.cc.
Definition at line 315 of file iparith.cc.
Definition at line 296 of file iparith.cc.
Definition at line 300 of file iparith.cc.
Definition at line 279 of file iparith.cc.
Definition at line 505 of file iparith.cc.
Definition at line 4803 of file iparith.cc.
Definition at line 2985 of file iparith.cc.
Definition at line 5303 of file iparith.cc.
Definition at line 8351 of file iparith.cc.
Definition at line 4855 of file iparith.cc.
Definition at line 4875 of file iparith.cc.
Definition at line 4815 of file iparith.cc.
Definition at line 4837 of file iparith.cc.
Definition at line 2820 of file iparith.cc.
Definition at line 4645 of file iparith.cc.
Definition at line 3297 of file iparith.cc.
Definition at line 2897 of file iparith.cc.
Definition at line 2877 of file iparith.cc.
Definition at line 2857 of file iparith.cc.
Definition at line 2837 of file iparith.cc.
Definition at line 781 of file iparith.cc.
Definition at line 794 of file iparith.cc.
Definition at line 766 of file iparith.cc.
Definition at line 754 of file iparith.cc.
Definition at line 872 of file iparith.cc.
Definition at line 803 of file iparith.cc.
Definition at line 823 of file iparith.cc.
Definition at line 847 of file iparith.cc.
Definition at line 771 of file iparith.cc.
Definition at line 858 of file iparith.cc.
Definition at line 835 of file iparith.cc.
Definition at line 630 of file iparith.cc.
Definition at line 3795 of file iparith.cc.
Definition at line 567 of file iparith.cc.
Definition at line 521 of file iparith.cc.
Definition at line 583 of file iparith.cc.
Definition at line 601 of file iparith.cc.
Definition at line 6666 of file iparith.cc.
Definition at line 1616 of file iparith.cc.
Definition at line 3872 of file iparith.cc.
Definition at line 4899 of file iparith.cc.
Definition at line 3058 of file iparith.cc.
Definition at line 8825 of file iparith.cc.
Definition at line 3104 of file iparith.cc.
Definition at line 3111 of file iparith.cc.
Definition at line 6740 of file iparith.cc.
Definition at line 4961 of file iparith.cc.
Definition at line 3119 of file iparith.cc.
Definition at line 5696 of file iparith.cc.
Definition at line 4968 of file iparith.cc.
Definition at line 3128 of file iparith.cc.
Definition at line 7185 of file iparith.cc.
Definition at line 7173 of file iparith.cc.
Definition at line 8361 of file iparith.cc.
Definition at line 8432 of file iparith.cc.
Definition at line 4972 of file iparith.cc.
Definition at line 4977 of file iparith.cc.
Definition at line 3161 of file iparith.cc.
Definition at line 7212 of file iparith.cc.
Definition at line 8480 of file iparith.cc.
Definition at line 8502 of file iparith.cc.
Definition at line 4939 of file iparith.cc.
Definition at line 8954 of file iparith.cc.
Definition at line 5356 of file iparith.cc.
Definition at line 7253 of file iparith.cc.
Definition at line 6071 of file iparith.cc.
Definition at line 5004 of file iparith.cc.
Definition at line 8925 of file iparith.cc.
Definition at line 4982 of file iparith.cc.
Definition at line 4997 of file iparith.cc.
Definition at line 5739 of file iparith.cc.
Definition at line 5749 of file iparith.cc.
Definition at line 3329 of file iparith.cc.
Definition at line 5744 of file iparith.cc.
Definition at line 5079 of file iparith.cc.
Definition at line 5105 of file iparith.cc.
Definition at line 5131 of file iparith.cc.
Definition at line 3852 of file iparith.cc.
Definition at line 3356 of file iparith.cc.
Definition at line 3451 of file iparith.cc.
Definition at line 5037 of file iparith.cc.
Definition at line 7093 of file iparith.cc.
Definition at line 5185 of file iparith.cc.
Definition at line 10465 of file iparith.cc.
Definition at line 5190 of file iparith.cc.
Definition at line 3393 of file iparith.cc.
Definition at line 3445 of file iparith.cc.
Definition at line 7258 of file iparith.cc.
Definition at line 8767 of file iparith.cc.
Definition at line 5157 of file iparith.cc.
Definition at line 3494 of file iparith.cc.
Definition at line 3467 of file iparith.cc.
Definition at line 7267 of file iparith.cc.
Definition at line 8842 of file iparith.cc.
Definition at line 8582 of file iparith.cc.
Definition at line 6815 of file iparith.cc.
Definition at line 6861 of file iparith.cc.
Definition at line 6911 of file iparith.cc.
Definition at line 6915 of file iparith.cc.
Definition at line 6919 of file iparith.cc.
Definition at line 8798 of file iparith.cc.
Definition at line 6828 of file iparith.cc.
Definition at line 6787 of file iparith.cc.
Definition at line 3578 of file iparith.cc.
Definition at line 5217 of file iparith.cc.
Definition at line 990 of file iparith.cc.
Definition at line 1073 of file iparith.cc.
Definition at line 977 of file iparith.cc.
Definition at line 1054 of file iparith.cc.
Definition at line 1061 of file iparith.cc.
Definition at line 1137 of file iparith.cc.
Definition at line 1085 of file iparith.cc.
Definition at line 1095 of file iparith.cc.
Definition at line 1128 of file iparith.cc.
Definition at line 1133 of file iparith.cc.
Definition at line 1124 of file iparith.cc.
Definition at line 1099 of file iparith.cc.
Definition at line 1108 of file iparith.cc.
Definition at line 997 of file iparith.cc.
Definition at line 1007 of file iparith.cc.
Definition at line 1151 of file iparith.cc.
Definition at line 5288 of file iparith.cc.
Definition at line 5298 of file iparith.cc.
Definition at line 5337 of file iparith.cc.
Definition at line 5417 of file iparith.cc.
Definition at line 3807 of file iparith.cc.
Definition at line 3844 of file iparith.cc.
Definition at line 3814 of file iparith.cc.
Definition at line 3837 of file iparith.cc.
Definition at line 3831 of file iparith.cc.
Definition at line 3819 of file iparith.cc.
Definition at line 5463 of file iparith.cc.
Definition at line 5468 of file iparith.cc.
Definition at line 5485 of file iparith.cc.
Definition at line 3667 of file iparith.cc.
Definition at line 5502 of file iparith.cc.
Definition at line 5529 of file iparith.cc.
Definition at line 3680 of file iparith.cc.
Definition at line 5544 of file iparith.cc.
Definition at line 3704 of file iparith.cc.
Definition at line 3757 of file iparith.cc.
Definition at line 3761 of file iparith.cc.
Definition at line 3765 of file iparith.cc.
Definition at line 9874 of file iparith.cc.
Definition at line 5651 of file iparith.cc.
| long all_farey =0L |
Definition at line 8 of file iparith.cc.
| EXTERN_VAR int cmdtok |
Definition at line 213 of file iparith.cc.
| EXTERN_VAR BOOLEAN expected_parms |
Definition at line 214 of file iparith.cc.
| long farey_cnt =0L |
Definition at line 9 of file iparith.cc.
Definition at line 218 of file iparith.cc.
| STATIC_VAR SArithBase sArithBase |
Base entry for arithmetic.
Definition at line 197 of file iparith.cc.
| EXTERN_VAR int singclap_factorize_retry |
Definition at line 2063 of file iparith.cc.
| STATIC_VAR si_char_2 Tok2Cmdname_buf =" " |
Definition at line 9873 of file iparith.cc.
| STATIC_VAR int WerrorS_dummy_cnt =0 |
Definition at line 5650 of file iparith.cc.