Searched refs:FP_X_IMP (Results 1 – 15 of 15) sorted by relevance
18 #define FP_X_IMP 0x10 /* imprecise (loss of precision) */ macro20 #define FP_X_IMP 0x01 /* imprecise (loss of precision) */ macro
132 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY()148 fpsetmask(FP_X_IMP); in ATF_TC_BODY()181 ATF_CHECK(fpgetmask() == FP_X_IMP); in ATF_TC_BODY()
32 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
31 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
35 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP) in __weak_alias()
29 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision; "inexact") */ macro
29 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision) */ macro
77 #define FP_X_IMP 0x20 /* (im)precision */ macro
337 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY()388 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY()
104 float_flag_inexact = FP_X_IMP,