Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dieeefp.h18 #define FP_X_IMP 0x10 /* imprecise (loss of precision) */ macro
20 #define FP_X_IMP 0x01 /* imprecise (loss of precision) */ macro
/freebsd/sys/arm64/include/
H A Dieeefp.h29 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision) */ macro
/freebsd/sys/arm/include/
H A Dieeefp.h29 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision; "inexact") */ macro
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h77 #define FP_X_IMP 0x20 /* (im)precision */ macro