Searched refs:_FP_FRAC_WORD_4 (Results 1 – 2 of 2) sorted by relevance
/linux/include/math-emu/ |
H A D | op-2.h | 240 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 243 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \ 245 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \ 246 _FP_FRAC_WORD_4(_z,1), 0, _b_f1, _b_f0, \ 247 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \ 248 _FP_FRAC_WORD_4(_z,1)); \ 249 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \ 250 _FP_FRAC_WORD_4(_z,1), 0, _c_f1, _c_f0, \ 251 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \ 252 _FP_FRAC_WORD_4(_z,1)); \ [all …]
|
H A D | op-4.h | 35 #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) macro
|