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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c367 HOST_WIDE_INT tophigh, neghigh;
401 neg_double (l2, h2, &neglow, &neghigh);
402 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh);
406 neg_double (l1, h1, &neglow, &neghigh);
407 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh);
363 HOST_WIDE_INT tophigh, neghigh; local

Completed in 67 milliseconds