Go to the source code of this file.
◆ crPrint()
Definition at line 25 of file number2.cc.
26{
30}
const CanonicalForm int s
char * crString(coeffs c)
void PrintS(const char *s)
◆ crString()
Definition at line 17 of file number2.cc.
18{
20 {
22 }
24}
static FORCE_INLINE char * nCoeffName(const coeffs cf)
◆ jjCRING_Zm()
Definition at line 88 of file number2.cc.
89{
93 {
100 {
101
103 if ((
l>0) && (
l<=8*
sizeof(
unsigned long)))
104 {
106 }
107 else
108 {
112 }
115 }
119 }
121}
@ n_Znm
only used if HAVE_RINGS is defined
@ n_Zn
only used if HAVE_RINGS is defined
@ n_Z2m
only used if HAVE_RINGS is defined
@ n_Z
only used if HAVE_RINGS is defined
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL
void nlMPZ(mpz_t m, number &n, const coeffs r)
The main handler for Singular numbers which are suitable for Singular polynomials.
◆ jjCRING_Zp()
Definition at line 35 of file number2.cc.
36{
38 unsigned long i2=(
unsigned long)
b->Data();
40 {
42 {
43 #ifndef TEST_ZN_AS_ZP
45 #else
53 #endif
54 }
55 else
56 {
63 {
65
66 if (
i2<(8*
sizeof(
unsigned long)))
67 {
71 }
72 else
73 {
79 }
80 }
83 }
85 }
87}
static int SI_LOG2(int v)
◆ jjEQUAL_CR()
◆ jjR2_CR()
Definition at line 132 of file number2.cc.
133{
140}
struct for passing initialization parameters to naInitChar
@ n_transExt
used for all transcendental extensions, i.e., the top-most extension in an extension tower is transce...