Home
last modified time | relevance | path

Searched refs:_FP_FRAC_WORD_8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dop-4.h255 _FP_FRAC_WORD_8(_z,3),_FP_FRAC_WORD_8(_z,2), \
262 _FP_FRAC_WORD_8(_z,4),_FP_FRAC_WORD_8(_z,3), \
266 _FP_FRAC_WORD_8(_z,4),_FP_FRAC_WORD_8(_z,3), \
277 _FP_FRAC_WORD_8(_z,5),_FP_FRAC_WORD_8(_z,4), \
281 _FP_FRAC_WORD_8(_z,5),_FP_FRAC_WORD_8(_z,4), \
285 _FP_FRAC_WORD_8(_z,5),_FP_FRAC_WORD_8(_z,4), \
297 _FP_FRAC_WORD_8(_z,6),_FP_FRAC_WORD_8(_z,5), \
301 _FP_FRAC_WORD_8(_z,6),_FP_FRAC_WORD_8(_z,5), \
308 _FP_FRAC_WORD_8(_z,7),_FP_FRAC_WORD_8(_z,6), \
313 _FP_FRAC_WORD_8(_z,7),_FP_FRAC_WORD_8(_z,6)); \
[all …]
H A Dop-8.h32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) macro