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

/freebsd-current/sys/powerpc/include/
H A Dieeefp.h16 #define FP_X_DZ 0x04 /* divide-by-zero exception */ macro
21 #define FP_X_DZ 0x02 /* divide-by-zero exception */ macro
/freebsd-current/sys/arm64/include/
H A Dieeefp.h26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd-current/sys/arm/include/
H A Dieeefp.h26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd-current/sys/x86/include/
H A Dx86_ieeefp.h74 #define FP_X_DZ 0x04 /* zero divide */ macro

Completed in 72 milliseconds