_FP_UNION_         77 include/math-emu/op-1.h     union _FP_UNION_##fs _flo; _flo.flt = (val);		\
_FP_UNION_         86 include/math-emu/op-1.h     union _FP_UNION_##fs *_flo =				\
_FP_UNION_         87 include/math-emu/op-1.h       (union _FP_UNION_##fs *)(val);				\
_FP_UNION_        100 include/math-emu/op-1.h     union _FP_UNION_##fs _flo;					\
_FP_UNION_        111 include/math-emu/op-1.h     union _FP_UNION_##fs *_flo =				\
_FP_UNION_        112 include/math-emu/op-1.h       (union _FP_UNION_##fs *)(val);				\
_FP_UNION_        182 include/math-emu/op-2.h     union _FP_UNION_##fs _flo; _flo.flt = (val);	\
_FP_UNION_        192 include/math-emu/op-2.h     union _FP_UNION_##fs *_flo =			\
_FP_UNION_        193 include/math-emu/op-2.h       (union _FP_UNION_##fs *)(val);			\
_FP_UNION_        208 include/math-emu/op-2.h     union _FP_UNION_##fs _flo;				\
_FP_UNION_        220 include/math-emu/op-2.h     union _FP_UNION_##fs *_flo =			\
_FP_UNION_        221 include/math-emu/op-2.h       (union _FP_UNION_##fs *)(val);			\
_FP_UNION_        186 include/math-emu/op-4.h     union _FP_UNION_##fs _flo; _flo.flt = (val);		\
_FP_UNION_        197 include/math-emu/op-4.h     union _FP_UNION_##fs *_flo =				\
_FP_UNION_        198 include/math-emu/op-4.h       (union _FP_UNION_##fs *)(val);				\
_FP_UNION_        210 include/math-emu/op-4.h     union _FP_UNION_##fs _flo;					\
_FP_UNION_        222 include/math-emu/op-4.h     union _FP_UNION_##fs *_flo =				\
_FP_UNION_        223 include/math-emu/op-4.h       (union _FP_UNION_##fs *)(val);				\