Searched defs:testbits (Results 1 – 4 of 4) sorted by relevance
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qadd() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qsub() local
78 #define testbits(x,m) ((x) & (m)) macro