Home
last modified time | relevance | path

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

/freebsd/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/sys/arm64/include/
H A Dieeefp.h26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd/sys/arm/include/
H A Dieeefp.h26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h74 #define FP_X_DZ 0x04 /* zero divide */ macro