Lines Matching refs:fs
102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \ argument
115 #define __FP_UNPACK_RAW_1(fs, X, val) \ argument
117 union _FP_UNION_##fs *_flo = \
118 (union _FP_UNION_##fs *)val; \
125 #define __FP_UNPACK_RAW_2(fs, X, val) \ argument
127 union _FP_UNION_##fs *_flo = \
128 (union _FP_UNION_##fs *)val; \
145 #define __FP_PACK_RAW_1(fs, val, X) \ argument
147 union _FP_UNION_##fs *_flo = \
148 (union _FP_UNION_##fs *)val; \
155 #define __FP_PACK_RAW_2(fs, val, X) \ argument
157 union _FP_UNION_##fs *_flo = \
158 (union _FP_UNION_##fs *)val; \