Searched refs:_FP_UNPACK_CANONICAL (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/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
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | sfp-machine.h | 187 _FP_UNPACK_CANONICAL(S, 1, __X); \
|