Searched refs:dsecond (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dcong.c136 zero bits if dsecond is even (would involve borrow if a,c differ in
140 mp_limb_t dsecond = dp[1]; local
142 if (dsecond <= dmask)
146 dlow = (dlow >> twos) | (dsecond << (GMP_NUMB_BITS-twos));
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivis.c119 mp_limb_t dsecond = dp[1]; local
120 if (dsecond <= dmask)
122 dlow = (dlow >> twos) | (dsecond << (GMP_NUMB_BITS-twos));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20067 struct expand_vec_perm_d dfirst, dsecond; local
20076 dsecond = *d;
20077 dsecond.one_operand_p = false;
20078 dsecond.testing_p = true;
20121 dsecond.perm[i] = nelt + (i & nelt2) + (d->perm[i] & (nelt2 - 1));
20123 dsecond.perm[i] = d->perm[i] & (nelt - 1);
20131 ok = expand_vec_perm_1 (&dsecond);
20144 dsecond.testing_p = false;
20155 /* And dsecond is some single insn shuffle, taking
20159 dsecond
20261 struct expand_vec_perm_d dfirst, dsecond; local
20330 struct expand_vec_perm_d dfirst, dsecond, dfinal; local
20449 struct expand_vec_perm_d dfirst, dsecond, dfinal; local
20566 struct expand_vec_perm_d dfirst, dsecond, dthird; local
20620 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c17858 struct expand_vec_perm_d dfirst, dsecond; local
17867 dsecond = *d;
17868 dsecond.one_operand_p = false;
17869 dsecond.testing_p = true;
17912 dsecond.perm[i] = nelt + (i & nelt2) + (d->perm[i] & (nelt2 - 1));
17914 dsecond.perm[i] = d->perm[i] & (nelt - 1);
17922 ok = expand_vec_perm_1 (&dsecond);
17935 dsecond.testing_p = false;
17946 /* And dsecond is some single insn shuffle, taking
17950 dsecond
18052 struct expand_vec_perm_d dfirst, dsecond; local
18119 struct expand_vec_perm_d dfirst, dsecond, dthird; local
18173 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]

Completed in 281 milliseconds