Searched refs:neg_double (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.c200 neg_double (a.low, a.high, &ret.low, &ret.high);
H A Dfold-const.c331 neg_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1,
401 neg_double (l2, h2, &neglow, &neghigh);
406 neg_double (l1, h1, &neglow, &neghigh);
625 if (neg_double (lnum, hnum, &lnum, &hnum)
632 neg_double (lden, hden, &lden, &hden);
776 neg_double (*lquo, *hquo, lquo, hquo);
780 neg_double (*lrem, *hrem, lrem, hrem);
823 neg_double (*lrem, *hrem, &labs_rem, &habs_rem);
825 neg_double (lden, hden, &labs_den, &habs_den);
857 neg_double (*lre
328 neg_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, function
[all...]
H A Dsimplify-rtx.c1136 neg_double (l1, h1, &lv, &hv);
1141 neg_double (l1, h1, &lv, &hv);
2898 neg_double (l2, h2, &lv, &hv);
H A Dtree.h4287 extern int neg_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8232 overflow |= neg_double (low1, high1, &l, &h);
8235 overflow |= neg_double (l, h, &l, &h);

Completed in 203 milliseconds