Home
last modified time | relevance | path

Searched refs:FP_X_DNML (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/i386/fp/
H A Dfp.h35 #define EXCPMASK (FP_X_INV|FP_X_DNML|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP)
/titanic_41/usr/src/lib/libc/amd64/fp/
H A Dfp.h35 #define EXCPMASK (FP_X_INV|FP_X_DNML|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP)
/titanic_41/usr/src/head/
H A Dieeefp.h145 #define FP_X_DNML 0x02 /* denormalization exception */ macro