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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_couple_handling.c48 int nsign, mp_size_t off, int ps, int ns)
50 if (nsign) {
47 mpn_toom_couple_handling(mp_ptr pp, mp_size_t n, mp_ptr np, int nsign, mp_size_t off, int ps, int ns) argument
/netbsd-current/external/mit/isl/dist/imath/
H A Dgmp_compat.c534 int qsign, rsign, nsign, dsign; local
538 nsign = mp_int_compare_zero(n);
553 if ((nsign > 0 && dsign > 0) || (nsign < 0 && dsign < 0)) {
565 int qsign, rsign, nsign, dsign; local
569 nsign = mp_int_compare_zero(n);
584 if ((nsign < 0 && dsign > 0) || (nsign > 0 && dsign < 0)) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c4781 rtx nsign, t1, t2, t3, t4;
4786 nsign = expand_shift (RSHIFT_EXPR, int_mode, t2,
4788 t3 = force_operand (gen_rtx_MINUS (int_mode, t1, nsign),
4795 t5 = expand_unop (int_mode, one_cmpl_optab, nsign,
4768 rtx nsign, t1, t2, t3, t4; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc4809 rtx nsign, t1, t2, t3, t4;
4814 nsign = expand_shift (RSHIFT_EXPR, int_mode, t2,
4816 t3 = force_operand (gen_rtx_MINUS (int_mode, t1, nsign),
4823 t5 = expand_unop (int_mode, one_cmpl_optab, nsign,
4796 rtx nsign, t1, t2, t3, t4; local

Completed in 302 milliseconds