Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dieeefp.h14 #define FP_X_OFL 0x01 /* overflow exception */ macro
23 #define FP_X_OFL 0x08 /* overflow exception */ macro
/freebsd/sys/arm64/include/
H A Dieeefp.h27 #define FP_X_OFL (1 << FP_EXCEPT_OFL) /* overflow exception */ macro
/freebsd/sys/arm/include/
H A Dieeefp.h27 #define FP_X_OFL (1 << FP_EXCEPT_OFL) /* overflow exception */ macro
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h75 #define FP_X_OFL 0x08 /* overflow */ macro