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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c366 unsigned HOST_WIDE_INT toplow, neglow;
391 decode (prod + 4, &toplow, &tophigh);
395 return (toplow | tophigh) != 0;
402 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh);
407 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh);
409 return (*hv < 0 ? ~(toplow & tophigh) : toplow | tophigh) != 0;
362 unsigned HOST_WIDE_INT toplow, neglow; local

Completed in 121 milliseconds