Searched refs:_FP_UNPACK_CANONICAL (Results 1 – 4 of 4) sorted by relevance
/include/math-emu/ |
D | double.h | 86 _FP_UNPACK_CANONICAL(D,2,X); \ 92 _FP_UNPACK_CANONICAL(D,2,X); \ 158 _FP_UNPACK_CANONICAL(D,1,X); \ 164 _FP_UNPACK_CANONICAL(D,1,X); \
|
D | quad.h | 92 _FP_UNPACK_CANONICAL(Q,4,X); \ 98 _FP_UNPACK_CANONICAL(Q,4,X); \ 165 _FP_UNPACK_CANONICAL(Q,2,X); \ 171 _FP_UNPACK_CANONICAL(Q,2,X); \
|
D | single.h | 75 _FP_UNPACK_CANONICAL(S,1,X); \ 81 _FP_UNPACK_CANONICAL(S,1,X); \
|
D | op-common.h | 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ macro
|