| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-add.c | 25 #define MAXBITS 400 41 mini_random_op3 (OP_ADD, MAXBITS, a, b, ref);
|
| t-aorsmul.c | 27 #define MAXBITS 400 31 #define MAXLIMBS ((MAXBITS + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS) 46 mini_random_op3 (OP_MUL, MAXBITS, a, b, ref);
|
| t-bitops.c | 26 #define MAXBITS 400 42 mini_random_bit_op (OP_SETBIT, MAXBITS, a, &b, ref); 61 mini_random_bit_op (OP_CLRBIT, MAXBITS, a, &b, ref); 80 mini_random_bit_op (OP_COMBIT, MAXBITS, a, &b, ref);
|
| t-lcm.c | 26 #define MAXBITS 400 42 mini_random_op3 (OP_LCM, MAXBITS, a, b, s);
|
| t-logops.c | 26 #define MAXBITS 400 43 mini_random_op3 (OP_AND, MAXBITS, a, b, ref); 55 mini_random_op3 (OP_IOR, MAXBITS, a, b, ref); 67 mini_random_op3 (OP_XOR, MAXBITS, a, b, ref);
|
| t-powm.c | 26 #define MAXBITS 400 43 mini_random_op4 (OP_POWM, MAXBITS, b, e, m, ref);
|
| t-scan.c | 26 #define MAXBITS 400 40 mini_random_scan_op (OP_SCAN0, MAXBITS, a, &b, &ref); 64 mini_random_scan_op (OP_SCAN1, MAXBITS, a, &b, &ref);
|
| t-sub.c | 25 #define MAXBITS 400 42 mini_random_op3 (OP_SUB, MAXBITS, a, b, ref);
|
| t-div_2exp.c | 26 #define MAXBITS 400 66 mini_random_bit_op (ops[j], MAXBITS, a, &b, ref);
|
| t-gcd.c | 26 #define MAXBITS 400 119 mini_random_op3 (OP_GCD, MAXBITS, a, b, s); 137 mini_rrandomb (a, MAXBITS); 138 mini_rrandomb (b, MAXBITS);
|
| t-limbs.c | 28 #define MAXBITS 400 69 mini_random_op3 (OP_MUL, MAXBITS, a, b, ref);
|
| t-lucm.c | 27 #define MAXBITS 100 48 mini_random_lucm_op (MAXBITS, vr, qr, m, &Q, &b0, &resr);
|
| t-mpq_muldiv.c | 27 #define MAXBITS 300 69 mini_random_op3 (OP_MUL, MAXBITS, an, bn, rn); 71 mini_random_op3 (OP_MUL, MAXBITS, ad, bd, rd);
|
| t-mpq_muldiv_2exp.c | 27 #define MAXBITS 300 68 mini_random_bit_op (OP_COMBIT, MAXBITS, a, &e, b);
|
| t-mul.c | 27 #define MAXBITS 400 31 #define MAXLIMBS ((MAXBITS + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS) 49 mini_random_op3 (OP_MUL, MAXBITS, a, b, ref); 91 mini_random_op2 (OP_SQR, MAXBITS, a, ref);
|
| t-root.c | 26 #define MAXBITS 400 75 mini_rrandomb (u, MAXBITS);
|
| t-sqrt.c | 26 #define MAXBITS 400 128 mini_rrandomb (u, MAXBITS - (i & 0xFF));
|
| /src/common/dist/zlib/contrib/infback9/ |
| inftree9.c | 9 #define MAXBITS 15 53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 86 lens[] are in the range 0..MAXBITS. The caller must assure this. 87 1..MAXBITS is interpreted as that code length. zero means that that 103 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 104 for (len = 0; len <= MAXBITS; len++) 111 for (max = MAXBITS; max >= 1; max--) 115 for (min = 1; min <= MAXBITS; min++) 121 for (len = 1; len <= MAXBITS; len++) [all...] |
| /src/common/dist/zlib/ |
| inftrees.c | 11 #define MAXBITS 15 55 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 56 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 86 lens[] are in the range 0..MAXBITS. The caller must assure this. 87 1..MAXBITS is interpreted as that code length. zero means that that 103 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 104 for (len = 0; len <= MAXBITS; len++) 111 for (mmax = MAXBITS; mmax >= 1; mmax--) 123 for (mmin = 1; mmin <= MAXBITS; mmin++) 129 for (len = 1; len <= MAXBITS; len++) [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inftrees.c | 11 #define MAXBITS 15 60 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 61 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 91 lens[] are in the range 0..MAXBITS. The caller must assure this. 92 1..MAXBITS is interpreted as that code length. zero means that that 108 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 109 for (len = 0; len <= MAXBITS; len++) 116 for (max = MAXBITS; max >= 1; max--) 128 for (min = 1; min <= MAXBITS; min++) 134 for (len = 1; len <= MAXBITS; len++) [all...] |
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inftree9.c | 9 #define MAXBITS 15 53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 86 lens[] are in the range 0..MAXBITS. The caller must assure this. 87 1..MAXBITS is interpreted as that code length. zero means that that 103 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 104 for (len = 0; len <= MAXBITS; len++) 111 for (max = MAXBITS; max >= 1; max--) 115 for (min = 1; min <= MAXBITS; min++) 121 for (len = 1; len <= MAXBITS; len++) [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| inftrees.c | 9 #define MAXBITS 15 53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 84 lens[] are in the range 0..MAXBITS. The caller must assure this. 85 1..MAXBITS is interpreted as that code length. zero means that that 101 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 102 for (len = 0; len <= MAXBITS; len++) 109 for (max = MAXBITS; max >= 1; max--) 127 for (len = 1; len <= MAXBITS; len++) { 137 for (len = 1; len < MAXBITS; len++ [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| inftree9.c | 9 #define MAXBITS 15 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 91 lens[] are in the range 0..MAXBITS. The caller must assure this. 92 1..MAXBITS is interpreted as that code length. zero means that that 108 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 109 for (len = 0; len <= MAXBITS; len++) 116 for (max = MAXBITS; max >= 1; max--) 120 for (min = 1; min <= MAXBITS; min++) 126 for (len = 1; len <= MAXBITS; len++) [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| inftrees.c | 9 #define MAXBITS 15 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 89 lens[] are in the range 0..MAXBITS. The caller must assure this. 90 1..MAXBITS is interpreted as that code length. zero means that that 106 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 107 for (len = 0; len <= MAXBITS; len++) 114 for (max = MAXBITS; max >= 1; max--) 132 for (len = 1; len <= MAXBITS; len++) { 142 for (len = 1; len < MAXBITS; len++ [all...] |
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| inftree9.c | 9 #define MAXBITS 15 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ 91 lens[] are in the range 0..MAXBITS. The caller must assure this. 92 1..MAXBITS is interpreted as that code length. zero means that that 108 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ 109 for (len = 0; len <= MAXBITS; len++) 116 for (max = MAXBITS; max >= 1; max--) 120 for (min = 1; min <= MAXBITS; min++) 126 for (len = 1; len <= MAXBITS; len++) [all...] |