Searched refs:testForOverflow (Results 1 – 2 of 2) sorted by relevance
38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()41 dst.s.hi = testForOverflow; in __gcc_qadd()
38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()41 dst.s.hi = testForOverflow; in __gcc_qsub()