Searched refs:n1 (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb82.C4 template <int n1>
7 return (double) n1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb82.C4 template <int n1>
7 return (double) n1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dbuiltin-nan-1.c8 double n1 = __builtin_nan("0x1"); variable
13 if (memcmp (&n1, &n2, sizeof(double)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dqrnnd.asm43 #define n1 $17 define
53 addq n1,n1,n1
54 bis n1,tmp,n1
56 cmpule d,n1,qb
57 subq n1,d,tmp
58 cmovne qb,tmp,n1
61 addq n1,n
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dqrnnd.asm47 #define n1 $17 define
57 addq n1,n1,n1
58 bis n1,tmp,n1
60 cmpule d,n1,qb
61 subq n1,d,tmp
62 cmovne qb,tmp,n1
65 addq n1,n
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivrem_2.c69 mp_limb_t n1, n0, n2; local
84 n1 = np[1];
87 if (n1 >= d1 && (n1 > d1 || n0 >= d0))
90 sub_ddmmss (n1, n0, n1, n0, d1, d0);
93 n1 = n1 - d1 - (n0 >> GMP_LIMB_BITS - 1);
113 if (n1 == d1)
123 add_ssaaaa (n1, n
[all...]
H A Dsbpi1_divappr_q.c41 mp_limb_t n1, n0; local
73 n1 = np[1];
78 if (UNLIKELY (n1 == d1) && np[1] == d0)
82 n1 = np[1]; /* update n1, last loop's value will now be invalid */
86 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
92 cy = n1 < cy1;
93 n1 -= cy1;
98 n1
[all...]
H A Dsbpi1_div_qr.c40 mp_limb_t n1, n0; local
64 n1 = np[1];
69 if (UNLIKELY (n1 == d1) && np[1] == d0)
73 n1 = np[1]; /* update n1, last loop's value will now be invalid */
77 udiv_qr_3by2 (q, n1, n0, n1, np[1], np[0], d1, d0, dinv);
83 cy = n1 < cy1;
84 n1 = (n1
[all...]
H A Dmullo_n.c68 split n = n1 + n2, where an = n1 <= n2 = (1-a)n; i.e. 0 < a <= 1/2.
112 ^ n2 ^n1^
141 mp_size_t n2, n1; local
153 n1 = n >> 1;
155 n1 = n * 11 / (size_t) 36; /* n1 ~= n*(1-.694...) */
157 n1 = n * 9 / (size_t) 40; /* n1 ~= n*(1-.775...) */
159 n1
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Dsetrev.awk5 function revcmp(r1, r2, n1, n2, a1, a2, n, i) {
6 n1 = split(r1, a1, "\.")
8 n = (n1 < n2) ? n1 : n2
14 if (n1 != n2)
15 return(n1 - n2)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dfriend47.C9 n<1> n1; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
17 last if ($n1 != $n2);
19 last if ($n1 < 0);
20 if ($n1 == 0)
25 $tot+=$n1;
43 $nm=$tot+$n1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D930222-1.c7 f (T *n1, T *n2) argument
10 return n1->i - n2->i;
13 double f = n1->f - n2->i;
H A Dpr37669.c10 int n1, n2, n3, n4, f5, f6; variable
18 chmap[(n1 >> 0) & 0x3f], chmap[(n1 >> 6) & 0x3f],
19 chmap[(n1 >> 12) & 0x3f], chmap[(n1 >> 18) & 0x3f],
20 chmap[(n1 >> 24) & 0x3f], chmap[(n1 >> 28) & 0x3f],
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/bitset/test/
H A D1.cc31 const size_t n1 = 5; local
35 std::bitset<n1> five_bits;
36 bool unused __attribute__((unused)) = five_bits.test(n1); // should throw
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D930222-1.c7 f (T *n1, T *n2) argument
10 return n1->i - n2->i;
13 double f = n1->f - n2->i;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/bitset/test/
H A D1.cc32 const size_t n1 = 5; local
36 std::bitset<n1> five_bits;
37 bool unused __attribute__((unused)) = five_bits.test(n1); // should throw
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/
H A Dcompare_name.c47 const gssnetlogon_name n1 = (const gssnetlogon_name)name1; local
52 if (n1->NetbiosName.value != NULL && n2->NetbiosName.value != NULL)
53 *name_equal = (strcasecmp((char *)n1->NetbiosName.value,
56 if (n1->DnsName.value != NULL && n2->DnsName.value != NULL)
57 *name_equal = (strcasecmp((char *)n1->DnsName.value,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dvararg-2.c25 __m128 n1 = { -283.3, -23.3, 213.4, 1119.03 }; variable
31 __m128 x = test (1, n1);
32 if (__builtin_memcmp (&x, &n1, sizeof (x)) != 0)
H A Dvararg-1.c19 __m128 n1 = { -283.3, -23.3, 213.4, 1119.03 }; variable
25 return test (1, n1);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_prime_miller_rabin.c29 mp_int n1, y, r; local
40 /* get n1 = a - 1 */
41 if ((err = mp_init_copy (&n1, a)) != MP_OKAY) {
44 if ((err = mp_sub_d (&n1, 1, &n1)) != MP_OKAY) {
48 /* set 2**s * r = n1 */
49 if ((err = mp_init_copy (&r, &n1)) != MP_OKAY) {
71 /* if y != 1 and y != n1 do */
72 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
74 /* while j <= s-1 and y != n1 */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Ddivmodti4.c75 qword mask, r1, n1; local
84 // n1 = n0 - d0 in TImode
85 n1 = si_bg (d0, n0);
86 n1 = si_shlqbyi (n1, 4);
87 n1 = si_sf (m1, n1);
88 n1 = si_bgx (d0, n0, n1);
89 n1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Dunion-init.c23 static union n n1 = { 2.2dd }; local
49 n1 = (union n) d64; local
50 if (n1.d64 != 4.56dd)
53 n1 = (union n)d; local
54 if (n1.d != 3.25)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dunion-init.c27 static union n n1 = { 0.3r }; local
53 n1 = (union n) f;
54 if (n1.f != 0.5r)
57 n1 = (union n)d;
58 if (n1.d != 3.25)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/pa64/
H A Dudiv.asm26 define(`n1',`%r26')
36 add,dc n1,n1,n1
37 sub,*<< n1,d,%r22
38 copy %r22,n1')
42 add,dc n1,n1,n1
43 sub n1,
[all...]

Completed in 164 milliseconds

1234567891011>>