OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2385 milliseconds