Lines Matching refs:Fn
69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
75 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
101 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
141 FP_DECL_S(Fn); in fmac()
144 UNPACK_S(Fn, FRn); in fmac()
146 FP_ADD_S(Fr, Fn, Ft); in fmac()
286 FP_DECL_##SZ(Fn); \ in NOTYETn()
287 FP_FROM_INT_##SZ(Fn, FPUL, 32, int); \ in NOTYETn()
288 PACK_##SZ(N, Fn); }while(0) in NOTYETn()
302 FP_DECL_##SZ(Fn); \
303 UNPACK_##SZ(Fn, N); \
304 FP_TO_INT_##SZ(FPUL, Fn, 32, 1); }while(0)
320 FP_DECL_S(Fn); in fcnvsd()
322 UNPACK_S(Fn, FPUL); in fcnvsd()
323 FP_CONV(D, S, 2, 1, Fr, Fn); in fcnvsd()
331 FP_DECL_D(Fn); in fcnvds()
333 UNPACK_D(Fn, DRn); in fcnvds()
334 FP_CONV(S, D, 1, 2, Fr, Fn); in fcnvds()