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

  /external/compiler-rt/lib/builtins/ppc/
gcc_qadd.c 41 const doublebits testbits = { .d = testForOverflow }; local
42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) {
gcc_qsub.c 41 const doublebits testbits = { .d = testForOverflow }; local
42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) {

Completed in 467 milliseconds