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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); local
39 const doublebits testbits = {.d = testForOverflow};
41 dst.s.hi = testForOverflow;
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); local
39 const doublebits testbits = {.d = testForOverflow};
41 dst.s.hi = testForOverflow;

Completed in 60 milliseconds