| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
| H A D | qrnnd.S | 51 #define n0 $18 macro 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,n0 74 bis n0,qb,n0 75 cmplt n0,0,tmp 78 addq n0,n0,n0 82 bis n0,qb,n0 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/alpha/ |
| H A D | qrnnd.S | 51 #define n0 $18 macro 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,n0 74 bis n0,qb,n0 75 cmplt n0,0,tmp 78 addq n0,n0,n0 82 bis n0,qb,n0 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
| H A D | divrem.c | 96 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, d0, q); 146 if (n1 > r || (n1 == r && n0 > n2)) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| H A D | divrem.c | 96 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, d0, q); 146 if (n1 > r || (n1 == r && n0 > n2)) [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | hgcd2.c | 61 div1 (mp_limb_t n0, mp_limb_t d0) in div1() argument 64 res.d1 = n0 / d0; in div1() 65 res.d0 = n0 - res.d1 * d0; in div1() 73 div1 (mp_limb_t n0, mp_limb_t d0) in div1() argument 80 ASSERT (n0 >= d0); in div1() 82 count_leading_zeros (ncnt, n0); in div1() 88 q = -(mp_limb_t) (n0 >= d0); in div1() 89 n0 -= d0 & q; in div1() 95 mask = -(mp_limb_t) (n0 >= d0); in div1() 96 n0 -= d0 & mask; in div1() [all …]
|
| H A D | sbpi1_divappr_q.c | 51 mp_limb_t n1, n0; in mpn_sbpi1_divappr_q() local 96 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_divappr_q() 100 cy1 = n0 < cy; in mpn_sbpi1_divappr_q() 101 n0 = (n0 - cy) & GMP_NUMB_MASK; in mpn_sbpi1_divappr_q() 104 np[0] = n0; in mpn_sbpi1_divappr_q() 142 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_divappr_q() 146 cy1 = n0 < cy; in mpn_sbpi1_divappr_q() 147 n0 = (n0 - cy) & GMP_NUMB_MASK; in mpn_sbpi1_divappr_q() 150 np[0] = n0; in mpn_sbpi1_divappr_q() 186 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_divappr_q() [all …]
|
| H A D | mod_1.c | 107 mp_limb_t n1, n0, r; in mpn_mod_1_unnorm() local 136 n0 = up[i] << GMP_NAIL_BITS; in mpn_mod_1_unnorm() 137 udiv_qrnnd (dummy, r, r, n0, d); in mpn_mod_1_unnorm() 155 n0 = up[i] << GMP_NAIL_BITS; in mpn_mod_1_unnorm() 156 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt)); in mpn_mod_1_unnorm() 159 n1 = n0; in mpn_mod_1_unnorm() 172 n0 = up[i] << GMP_NAIL_BITS; in mpn_mod_1_unnorm() 173 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt)); in mpn_mod_1_unnorm() 176 n1 = n0; in mpn_mod_1_unnorm() 188 mp_limb_t n0, r; in mpn_mod_1_norm() local [all …]
|
| H A D | divrem_1.c | 94 mp_limb_t n1, n0; in mpn_divrem_1() local 131 n0 = up[i] << GMP_NAIL_BITS; in mpn_divrem_1() 132 udiv_qrnnd (*qp, r, r, n0, d); in mpn_divrem_1() 152 n0 = up[i] << GMP_NAIL_BITS; in mpn_divrem_1() 153 udiv_qrnnd_preinv (*qp, r, r, n0, d, dinv); in mpn_divrem_1() 205 n0 = up[i] << GMP_NAIL_BITS; in mpn_divrem_1() 206 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt)); in mpn_divrem_1() 210 n1 = n0; in mpn_divrem_1() 234 n0 = up[i] << GMP_NAIL_BITS; in mpn_divrem_1() 235 nshift = (n1 << cnt) | (n0 >> (GMP_NUMB_BITS - cnt)); in mpn_divrem_1() [all …]
|
| H A D | sbpi1_div_q.c | 50 mp_limb_t n1, n0; in mpn_sbpi1_div_q() local 99 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_div_q() 103 cy1 = n0 < cy; in mpn_sbpi1_div_q() 104 n0 = (n0 - cy) & GMP_NUMB_MASK; in mpn_sbpi1_div_q() 107 np[0] = n0; in mpn_sbpi1_div_q() 145 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_div_q() 149 cy1 = n0 < cy; in mpn_sbpi1_div_q() 150 n0 = (n0 - cy) & GMP_NUMB_MASK; in mpn_sbpi1_div_q() 153 np[0] = n0; in mpn_sbpi1_div_q() 189 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv); in mpn_sbpi1_div_q() [all …]
|
| /netbsd-src/games/hack/ |
| H A D | hack.topl.c | 217 int n, n0, tlpos, dead; in vpline() local 231 n0 = strlen(bp); in vpline() 233 n0 + (int)strlen(toplines) + 3 < CO - 8 && /* leave room for in vpline() 247 while (n0 && !dead) { in vpline() 248 if (n0 >= CO) { in vpline() 250 n0 = 0; in vpline() 253 n0 = n; in vpline() 254 if (!n0) in vpline() 257 n0 = n; in vpline() 258 if (!n0) in vpline() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | scc.ms | 2 # output: 1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n0\n1\n1\n0\n1\n0\n0\n1\n1\n0\…
|
| H A D | mulx.ms | 2 …n0\nfffe0001\n0\n1\n0\n1\nfffffffe\n193eade2\n277e3a49\n193eade2\n277e3a49\nfffffffe\nffffffff\n1f…
|
| /netbsd-src/lib/libm/noieee_src/ |
| H A D | n_support.c | 353 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]&mexp; /* exponent of x */ [all …]
|
| H A D | n_cbrt.c | 86 const int n0=1,n1=0; in cbrt() local 88 const int n0=0,n1=1; in cbrt() local 91 mexp=px[n0]&0x7ff00000; in cbrt() 95 sign=px[n0]&0x80000000; /* sign= sign(x) */ in cbrt() 96 px[n0] ^= sign; /* x=|x| */ in cbrt() 101 {pt[n0]=0x43500000; /* set t= 2**54 */ in cbrt() 102 t*=x; pt[n0]=pt[n0]/3+B2; in cbrt() 105 pt[n0]=px[n0]/3+B1; in cbrt() 114 pt[n1]=0; pt[n0]+=0x00000001; in cbrt() 126 pt[n0] |= sign; in cbrt()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_sparc.c | 17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() argument 20 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 22 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 24 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 33 const BN_ULONG *n0); in bn_mul_mont() 36 const BN_ULONG *n0); in bn_mul_mont() 39 const BN_ULONG *n0); in bn_mul_mont() 42 const BN_ULONG *n0); in bn_mul_mont() 45 const BN_ULONG *n0); in bn_mul_mont() 52 if ((*worker) (rp, ap, bp, np, n0)) in bn_mul_mont() [all …]
|
| H A D | bn_exp.c | 697 mont->n0[0]); in BN_mod_exp_mont_consttime() 706 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d); in BN_mod_exp_mont_consttime() 792 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 795 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 798 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 801 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 804 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 814 const BN_ULONG *n0); in BN_mod_exp_mont_consttime() 816 const BN_ULONG *np, const BN_ULONG *n0); in BN_mod_exp_mont_consttime() 819 const BN_ULONG *n0); in BN_mod_exp_mont_consttime() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | armv8-mont.pl | 63 $n0="x4"; # const BN_ULONG *n0, 88 ldr $n0,[$n0] // *n0 98 mul $m1,$lo0,$n0 // "tp[0]"*n0 169 mul $m1,$lo0,$n0 307 ldr $n0,[$n0] // *n0 337 str $n0,[x29,#112] // offload n0 505 mov $n0,$a0 550 mul $t0,$a0,$n0 552 mul $t1,$a1,$n0 554 mul $t2,$a2,$n0 [all …]
|
| H A D | armv4-mont.pl | 80 $n0="r8"; 157 ldr $n0,[$_n0] @ &n0 161 ldr $n0,[$n0] @ *n0 165 str $n0,[$_n0] @ save n0 value 166 mul $n0,$alo,$n0 @ "tp[0]"*n0 168 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]" 178 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0 188 ldr $n0,[$_n0] @ restore n0 207 mul $n0,$alo,$n0 209 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"tp[0]" [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| H A D | lib2funcs.c | 115 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local 121 n0 = nn.s.low; in __udivmoddi4() 131 udiv_qqrnnd (q1, q0, n0, n1, n0, d0); in __udivmoddi4() 137 rr.s.low = n0; in __udivmoddi4() 155 rr.s.low = n0; in __udivmoddi4() 175 if (n1 > d1 || n0 >= d0) in __udivmoddi4() 178 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4() 187 rr.s.low = n0; in __udivmoddi4() 202 n1 = (n1 << bm) | (n0 >> b); in __udivmoddi4() 203 n0 = n0 << bm; in __udivmoddi4() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
| H A D | lib2funcs.c | 115 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local 121 n0 = nn.s.low; in __udivmoddi4() 131 udiv_qqrnnd (q1, q0, n0, n1, n0, d0); in __udivmoddi4() 137 rr.s.low = n0; in __udivmoddi4() 155 rr.s.low = n0; in __udivmoddi4() 175 if (n1 > d1 || n0 >= d0) in __udivmoddi4() 178 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4() 187 rr.s.low = n0; in __udivmoddi4() 202 n1 = (n1 << bm) | (n0 >> b); in __udivmoddi4() 203 n0 = n0 << bm; in __udivmoddi4() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | armv8-mont.pl | 66 $n0="x4"; # const BN_ULONG *n0, 109 ldr $n0,[$n0] // *n0 119 mul $m1,$lo0,$n0 // "tp[0]"*n0 190 mul $m1,$lo0,$n0 305 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("x$_",(0..5)); 349 ldr $sM0,[$n0],#4 691 ldr $n0,[$n0] // *n0 721 str $n0,[x29,#112] // offload n0 889 mov $n0,$a0 934 mul $t0,$a0,$n0 [all …]
|
| H A D | armv4-mont.pl | 82 $n0="r8"; 166 ldr $n0,[$_n0] @ &n0 170 ldr $n0,[$n0] @ *n0 174 str $n0,[$_n0] @ save n0 value 175 mul $n0,$alo,$n0 @ "tp[0]"*n0 177 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]" 187 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0 197 ldr $n0,[$_n0] @ restore n0 216 mul $n0,$alo,$n0 218 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"tp[0]" [all …]
|
| H A D | ppc-mont.pl | 109 $n0="r7"; 172 $LD $n0,0($n0) ; pull n0[0] value 184 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0 248 $UMULL $m1,$lo0,$n0 ; tp[0]*n0 423 $LD $n0,0($n0) # *n0 465 $UMULL $mi,$acc0,$n0 # t[0]*n0 472 # (*) mul $t0,$m0,$mi # lo(n[0..3]*t[0]*n0) 473 $STU $mi,$SIZE_T($tp) # put aside t[0]*n0 for tail processing 491 $UMULH $t0,$m0,$mi # hi(n[0..3]*t[0]*n0) 514 $LD $mi,$SIZE_T*8($sp) # a[0]*n0 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | sparcv9cap.c | 29 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() argument 32 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 34 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 36 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont() 45 const BN_ULONG *n0); in bn_mul_mont() 48 const BN_ULONG *n0); in bn_mul_mont() 51 const BN_ULONG *n0); in bn_mul_mont() 54 const BN_ULONG *n0); in bn_mul_mont() 57 const BN_ULONG *n0); in bn_mul_mont() 64 if ((*worker) (rp, ap, bp, np, n0)) in bn_mul_mont() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| H A D | bn_exp.c | 692 mont->n0[0]); in BN_mod_exp_mont_consttime() 701 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d); in BN_mod_exp_mont_consttime() 787 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 790 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 793 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 796 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 799 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime() 809 const BN_ULONG *n0); in BN_mod_exp_mont_consttime() 811 const BN_ULONG *np, const BN_ULONG *n0); in BN_mod_exp_mont_consttime() 814 const BN_ULONG *n0); in BN_mod_exp_mont_consttime() [all …]
|