Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dieeefp.h15 #define FP_X_UFL 0x02 /* underflow exception */ macro
22 #define FP_X_UFL 0x04 /* underflow exception */ macro
/freebsd/sys/arm64/include/
H A Dieeefp.h28 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ macro
/freebsd/sys/arm/include/
H A Dieeefp.h28 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ macro
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h76 #define FP_X_UFL 0x10 /* underflow */ macro