Searched refs:np2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_div.c87 mp_ptr np2, dp2; variable
91 np2 = tp + dn; /* (nn + 1) limbs */
92 cy = mpn_lshift (np2, np, nn, cnt);
93 np2[nn++] = cy;
102 qh = mpn_sec_pi1_div_qr (np2 + dn, np2, nn, dp2, dn, inv32, tp + nn + dn);
104 MPN_COPY (qp, np2 + dn, nn - dn - 1);
105 qh = np2[nn - 1];
107 mpn_sec_pi1_div_r (np2, nn, dp2, dn, inv32, tp + nn + dn);
110 mpn_rshift (np, np2, d
[all...]
/netbsd-current/usr.bin/mail/
H A Dsend.c60 namecmp(struct name *np1, struct name *np2) argument
62 for (/*EMPTY*/; np1 && np2; np1 = np1->n_flink, np2 = np2->n_flink) {
63 if (strcmp(np1->n_name, np2->n_name) != 0)
66 return np1 || np2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreal.c2595 int np2;
2609 np2 = SIGNIFICAND_BITS - fmt->p;
2611 clear_significand_below (r, np2);
2651 int p2, np2, i, w;
2673 np2 = SIGNIFICAND_BITS - p2;
2690 clear_significand_below (r, np2);
2735 for (i = 0, w = (np2 - 1) / HOST_BITS_PER_LONG; i < w; ++i)
2738 & (((unsigned long)1 << ((np2 - 1) % HOST_BITS_PER_LONG)) - 1);
2740 guard = test_significand_bit (r, np2 - 1);
2741 lsb = test_significand_bit (r, np2);
2591 int np2; local
2646 int p2, np2, i, w; local
5312 int np2 = SIGNIFICAND_BITS - fmt->p; local
[all...]
H A Dtree-ssa-uninit.c1512 size_t np1, np2, i1, i2; local
1515 np2 = pred2.length ();
1517 for (i2 = 0; i2 < np2; i2++)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreal.cc2595 int np2;
2609 np2 = SIGNIFICAND_BITS - fmt->p;
2611 clear_significand_below (r, np2);
2651 int p2, np2, i, w;
2673 np2 = SIGNIFICAND_BITS - p2;
2690 clear_significand_below (r, np2);
2735 for (i = 0, w = (np2 - 1) / HOST_BITS_PER_LONG; i < w; ++i)
2738 & (((unsigned long)1 << ((np2 - 1) % HOST_BITS_PER_LONG)) - 1);
2740 guard = test_significand_bit (r, np2 - 1);
2741 lsb = test_significand_bit (r, np2);
2591 int np2; local
2646 int p2, np2, i, w; local
5314 int np2 = SIGNIFICAND_BITS - fmt->p; local
[all...]
H A Dgimple-predicate-analysis.cc913 unsigned np2 = chain2.length (); local
914 for (unsigned i2 = 0; i2 < np2; i2++)

Completed in 127 milliseconds