Searched defs:FPU_SET_CARRY (Results 1 – 1 of 1) sorted by relevance
108 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro145 #define FPU_SET_CARRY(v) do { int __tmp; \ macro