Searched refs:BIT_UFC (Results 1 – 2 of 2) sorted by relevance
163 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC)) in float_raise()164 cumulativeTraps |= BIT_UFC; in float_raise()
80 #define BIT_UFC 0x00000008 /* underflow exception flag */ macro