Searched refs:_FP_WORKBITS (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/math-emu/
H A Dsoft-fp.h34 #define _FP_WORKBITS 3 macro
H A Dop-common.h42 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \
56 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \
103 _FP_FRAC_SRL_##wc(X, _FP_WORKBITS); \
161 _FP_FRAC_SRL_##wc(X, _FP_WORKBITS); \
176 _FP_FRAC_LOW_##wc(X) >>= (_FP_WORKBITS); \
745 _FP_FRAC_SRL_##wc(X, _FP_WORKBITS - X##_e \
754 if (X##_e <= -_FP_WORKBITS - 1) \
764 _FP_FRAC_SRL_##wc(X, _FP_WORKBITS); \
H A Dsingle.h34 #define _FP_WFRACBITS_S (_FP_WORKBITS + _FP_FRACBITS_S)
H A Ddouble.h40 #define _FP_WFRACBITS_D (_FP_WORKBITS + _FP_FRACBITS_D)
H A Dquad.h40 #define _FP_WFRACBITS_Q (_FP_WORKBITS + _FP_FRACBITS_Q)

Completed in 131 milliseconds