Home
last modified time | relevance | path

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

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