Home
last modified time | relevance | path

Searched refs:FPU_SET_CARRY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_arith.h108 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro
145 #define FPU_SET_CARRY(v) do { int __tmp; \ macro
H A Dfpu_add.c183 FPU_SET_CARRY(y->fp_sticky); in fpu_add()