Searched defs:FP_X_DZ (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dieeefp.h22 #define FP_X_DZ 0x08 /* divide-by-zero exception */ macro
/freebsd-13-stable/sys/powerpc/include/
H A Dieeefp.h17 #define FP_X_DZ 0x04 /* divide-by-zero exception */ macro
22 #define FP_X_DZ 0x02 /* divide-by-zero exception */ macro
/freebsd-13-stable/sys/arm64/include/
H A Dieeefp.h23 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd-13-stable/sys/arm/include/
H A Dieeefp.h27 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd-13-stable/sys/i386/include/
H A Dieeefp.h81 #define FP_X_DZ 0x04 /* zero divide */ macro
/freebsd-13-stable/sys/amd64/include/
H A Dieeefp.h81 #define FP_X_DZ 0x04 /* zero divide */ macro

Completed in 70 milliseconds