HomeSort by relevance Sort by last modified time
    Searched refs:testForOverflow (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/builtins/ppc/
gcc_qadd.c 40 const double testForOverflow = A + (B + (a + b));
41 const doublebits testbits = { .d = testForOverflow };
43 dst.s.hi = testForOverflow;
gcc_qsub.c 40 const double testForOverflow = A + (B + (a + b));
41 const doublebits testbits = { .d = testForOverflow };
43 dst.s.hi = testForOverflow;

Completed in 65 milliseconds