Searched refs:n0 (Results 1 - 25 of 190) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/alpha/
H A Dqrnnd.S51 #define n0 $18 define
59 $loop1: cmplt n0,0,tmp
62 addq n0,n0,n0
66 bis n0,qb,n0
67 cmplt n0,0,tmp
70 addq n0,n0,n
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/alpha/
H A Dqrnnd.S51 #define n0 $18 define
59 $loop1: cmplt n0,0,tmp
62 addq n0,n0,n0
66 bis n0,qb,n0
67 cmplt n0,0,tmp
70 addq n0,n0,n
[all...]
/netbsd-current/lib/libm/noieee_src/
H A Dn_cbrt.c86 const int n0=1,n1=0; local
88 const int n0=0,n1=1; local
91 mexp=px[n0]&0x7ff00000;
95 sign=px[n0]&0x80000000; /* sign= sign(x) */
96 px[n0] ^= sign; /* x=|x| */
101 {pt[n0]=0x43500000; /* set t= 2**54 */
102 t*=x; pt[n0]=pt[n0]/3+B2;
105 pt[n0]=px[n0]/
[all...]
H A Dn_support.c353 static const n0=3,n1=2,n2=1,n3=0;
355 static const n0=0,n1=1,n2=2,n3=3;
368 xexp = px[n0] & mexp ; /* exponent of x */
369 yexp = py[n0] & mexp ; /* exponent of y */
370 sign = px[n0] &0x8000; /* sign of x */
384 if(yexp==0) {t=1.0,pt[n0]+=m57; y*=t; nx=m57;}
387 if( yexp <= m57 ) {py[n0]+=m57; nx+=m57; yexp+=m57;}
390 py[n0] &= 0x7fff;
391 px[n0] &= 0x7fff;
402 xexp=px[n0]
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Ddivrem.c96 mp_limb_t n1, n0, n2; local
103 n0 = np[0];
105 if (n1 >= d1 && (n1 > d1 || n0 >= d0))
107 sub_ddmmss (n1, n0, n1, n0, d1, d0);
128 r = n0 + d1;
131 add_ssaaaa (n1, n0, r - d0, np[0], 0, d0);
136 n0 = -d0;
140 udiv_qrnnd (q, r, n1, n0, d1);
141 umul_ppmm (n1, n0, d
168 mp_limb_t dX, d1, n0; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Ddivrem.c96 mp_limb_t n1, n0, n2; local
103 n0 = np[0];
105 if (n1 >= d1 && (n1 > d1 || n0 >= d0))
107 sub_ddmmss (n1, n0, n1, n0, d1, d0);
128 r = n0 + d1;
131 add_ssaaaa (n1, n0, r - d0, np[0], 0, d0);
136 n0 = -d0;
140 udiv_qrnnd (q, r, n1, n0, d1);
141 umul_ppmm (n1, n0, d
168 mp_limb_t dX, d1, n0; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dpre_mod_1.c46 mp_limb_t n0, r; local
57 n0 = up[i];
58 udiv_rnnd_preinv (r, r, n0, d, dinv);
H A Dsbpi1_divappr_q.c51 mp_limb_t n1, n0; local
96 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
100 cy1 = n0 < cy;
101 n0 = (n0 - cy) & GMP_NUMB_MASK;
104 np[0] = n0;
142 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
146 cy1 = n0 < cy;
147 n0 = (n0
[all...]
H A Dhgcd2.c61 div1 (mp_limb_t n0, mp_limb_t d0) argument
64 res.d1 = n0 / d0;
65 res.d0 = n0 - res.d1 * d0;
73 div1 (mp_limb_t n0, mp_limb_t d0) argument
80 ASSERT (n0 >= d0);
82 count_leading_zeros (ncnt, n0);
88 q = -(mp_limb_t) (n0 >= d0);
89 n0 -= d0 & q;
95 mask = -(mp_limb_t) (n0 >= d0);
96 n0
109 div1(mp_limb_t n0, mp_limb_t d0) argument
270 div1(mp_limb_t n0, mp_limb_t d0) argument
366 div1(mp_limb_t n0, mp_limb_t d0) argument
411 div2(mp_ptr rp, mp_limb_t n1, mp_limb_t n0, mp_limb_t d1, mp_limb_t d0) argument
468 div2(mp_ptr rp, mp_limb_t n1, mp_limb_t n0, mp_limb_t d1, mp_limb_t d0) argument
[all...]
H A Dpre_divrem_1.c45 zero for "n0 >> GMP_LIMB_BITS" which would arise in the general case
67 mp_limb_t n1, n0; local
101 n0 = ap[i];
102 udiv_qrnnd_preinv (*qp, r, r, n0, d, dinv);
124 n0 = ap[i];
126 ((n1 << shift) | (n0 >> (GMP_LIMB_BITS - shift))),
129 n1 = n0;
H A Dsbpi1_div_qr.c50 mp_limb_t n1, n0; local
87 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
91 cy1 = n0 < cy;
92 n0 = (n0 - cy) & GMP_NUMB_MASK;
95 np[0] = n0;
H A Ddivrem_1.c63 CPUs give zero for "n0 >> GMP_LIMB_BITS" which would arise in the unnorm
94 mp_limb_t n1, n0; local
131 n0 = up[i] << GMP_NAIL_BITS;
132 udiv_qrnnd (*qp, r, r, n0, d);
152 n0 = up[i] << GMP_NAIL_BITS;
153 udiv_qrnnd_preinv (*qp, r, r, n0, d, dinv);
205 n0 = up[i] << GMP_NAIL_BITS;
206 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt));
210 n1 = n0;
234 n0
[all...]
H A Dmod_1.c107 mp_limb_t n1, n0, r; local
136 n0 = up[i] << GMP_NAIL_BITS;
137 udiv_qrnnd (dummy, r, r, n0, d);
155 n0 = up[i] << GMP_NAIL_BITS;
156 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt));
159 n1 = n0;
172 n0 = up[i] << GMP_NAIL_BITS;
173 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt));
176 n1 = n0;
188 mp_limb_t n0, local
[all...]
H A Dsbpi1_div_q.c50 mp_limb_t n1, n0; local
99 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
103 cy1 = n0 < cy;
104 n0 = (n0 - cy) & GMP_NUMB_MASK;
107 np[0] = n0;
145 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
149 cy1 = n0 < cy;
150 n0 = (n0
[all...]
/netbsd-current/games/hack/
H A Dhack.topl.c217 int n, n0, tlpos, dead; local
231 n0 = strlen(bp);
233 n0 + (int)strlen(toplines) + 3 < CO - 8 && /* leave room for
247 while (n0 && !dead) {
248 if (n0 >= CO) {
250 n0 = 0;
253 n0 = n;
254 if (!n0)
257 n0 = n;
258 if (!n0)
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_sparc.c17 const BN_ULONG *np, const BN_ULONG *n0, int num)
20 const BN_ULONG *np, const BN_ULONG *n0, int num);
22 const BN_ULONG *np, const BN_ULONG *n0, int num);
24 const BN_ULONG *np, const BN_ULONG *n0, int num);
33 const BN_ULONG *n0);
36 const BN_ULONG *n0);
39 const BN_ULONG *n0);
42 const BN_ULONG *n0);
45 const BN_ULONG *n0);
52 if ((*worker) (rp, ap, bp, np, n0))
16 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
[all...]
H A Dbn_ppc.c16 const BN_ULONG *np, const BN_ULONG *n0, int num)
19 const BN_ULONG *np, const BN_ULONG *n0, int num);
21 const BN_ULONG *np, const BN_ULONG *n0, int num);
27 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num);
37 return bn_mul_mont_int(rp, ap, bp, np, n0, num);
15 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/
H A Dudiv.asm37 define(`n0',`r2')
54 L(oop): divstep(n1,n0,d)
55 divstep(n1,n0,d)
56 divstep(n1,n0,d)
57 divstep(n1,n0,d)
63 adc r0, n0, n0 C quotient: add last carry from divstep
69 and r8, n0, #1 C save lsb of dividend
71 orrs n0, lr, n0, ls
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dpprime_p.c61 unsigned long n0; local
62 n0 = mpz_get_ui (n);
63 is_prime = n0 & (n0 > 1) ? isprime (n0) : n0 == 2;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c117 UWtype d0, d1, n0, n1, n2;
123 n0 = nn.s.low;
133 udiv_qqrnnd (q1, q0, n0, n1, n0, d0);
135 /* Remainder in n0. */
139 rr.s.low = n0;
157 rr.s.low = n0;
177 if (n1 > d1 || n0 >= d0)
180 sub_ddmmss (n1, n0, n1, n0, d
115 UWtype d0, d1, n0, n1, n2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c117 UWtype d0, d1, n0, n1, n2;
123 n0 = nn.s.low;
133 udiv_qqrnnd (q1, q0, n0, n1, n0, d0);
135 /* Remainder in n0. */
139 rr.s.low = n0;
157 rr.s.low = n0;
177 if (n1 > d1 || n0 >= d0)
180 sub_ddmmss (n1, n0, n1, n0, d
115 UWtype d0, d1, n0, n1, n2; local
[all...]
/netbsd-current/usr.bin/telnet/
H A Dterminal.c91 int n, n0, n1; local
93 n0 = ring_full_count(&ttyoring);
111 if (n1 == n && n0 > n) {
112 n1 = n0 - n;
132 if (n == n0) {
133 if (n0)
137 return n0 - n + 1;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dsparcv9cap.c29 const BN_ULONG *np, const BN_ULONG *n0, int num)
32 const BN_ULONG *np, const BN_ULONG *n0, int num);
34 const BN_ULONG *np, const BN_ULONG *n0, int num);
36 const BN_ULONG *np, const BN_ULONG *n0, int num);
45 const BN_ULONG *n0);
48 const BN_ULONG *n0);
51 const BN_ULONG *n0);
54 const BN_ULONG *n0);
57 const BN_ULONG *n0);
64 if ((*worker) (rp, ap, bp, np, n0))
28 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c81 unsigned *src, n1, n0, r, dummy_q, nshift, norm_rmask; local
126 n0 = src [i + adj];
128 nshift = (n1 << norm) | ((n0 >> norm_rshift) & norm_rmask);
130 n1 = n0;
133 /* same as loop, but without n0 */
144 mp_limb_t n1, n0, r, dinv, dummy_q, nshift, norm_rmask; local
174 n0 = *--src;
175 nshift = (n1 << norm) | ((n0 >> norm_rshift) & norm_rmask);
177 n1 = n0;
180 /* same as loop, but without n0 */
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Ddivmodti4.c92 qword n0 = si_from_UTItype (num); local
106 // n1 = n0 - d0 in TImode
107 n1 = si_bg (d0, n0);
110 n1 = si_bgx (d0, n0, n1);
113 n1 = si_bgx (d0, n0, n1);
116 n1 = si_sfx (d0, n0, n1);
120 n0 = si_selb (n0, n1, mask);
126 *rp = si_to_UTItype (n0);

Completed in 378 milliseconds

12345678