Home
last modified time | relevance | path

Searched refs:_FP_UNPACK_RAW_1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dsingle.h63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val)
74 _FP_UNPACK_RAW_1(S,X,val); \
H A Ddouble.h146 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_1(D,X,val)
157 _FP_UNPACK_RAW_1(D,X,val); \
H A Dop-1.h75 #define _FP_UNPACK_RAW_1(fs, X, val) \ macro