Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dieeefp.h148 #define FP_X_UFL 0x10 /* underflow exception */ macro
168 #define FP_X_UFL 0x04 /* underflow exception */ macro
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A Dfp.h33 #define EXCPMASK (FP_X_INV|FP_X_DNML|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP)
/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfp.h33 #define EXCPMASK (FP_X_INV|FP_X_DNML|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP)
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c54 (fpgetmask() & FP_X_UFL) != 0) in _Q_set_exception()