Lines Matching refs:fs
90 #define _FP_FRAC_OVERP_2(fs,X) (X##_f1 & _FP_OVERFLOW_##fs) argument
148 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
150 union _FP_UNION_##fs _flo; _flo.flt = (val); \
163 #define _FP_PACK_RAW_2(fs, val, X) \ argument
165 union _FP_UNION_##fs _flo; \
182 #define _FP_MUL_MEAT_2_wide(fs, R, X, Y, doit) \ argument
205 _FP_FRAC_SRS_4(_z, _FP_WFRACBITS_##fs-1, 2*_FP_WFRACBITS_##fs); \
216 #define _FP_MUL_MEAT_2_gmp(fs, R, X, Y) \ argument
227 _FP_FRAC_SRS_4(_z, _FP_WFRACBITS##_fs-1, 2*_FP_WFRACBITS_##fs); \
242 #define _FP_DIV_MEAT_2_udiv_64(fs, R, X, Y) \ argument
276 _FP_FRAC_SLL_2(Y, _FP_WFRACXBITS_##fs /* -1 */); \
325 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument