Lines Matching refs:Fn
71 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
72 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
73 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
75 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
76 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
77 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
102 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
103 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
104 FP_##OP##_##SZ(Fr, Fn, Fm); \
143 FP_DECL_S(Fn); in fmac()
146 UNPACK_S(Fn, FRn); in fmac()
148 FP_ADD_S(Fr, Fn, Ft); in fmac()
288 FP_DECL_##SZ(Fn); \ in NOTYETn()
289 FP_FROM_INT_##SZ(Fn, FPUL, 32, int); \ in NOTYETn()
290 PACK_##SZ(N, Fn); }while(0) in NOTYETn()
304 FP_DECL_##SZ(Fn); \
305 UNPACK_##SZ(Fn, N); \
306 FP_TO_INT_##SZ(FPUL, Fn, 32, 1); }while(0)
322 FP_DECL_S(Fn); in fcnvsd()
324 UNPACK_S(Fn, FPUL); in fcnvsd()
325 FP_CONV(D, S, 2, 1, Fr, Fn); in fcnvsd()
333 FP_DECL_D(Fn); in fcnvds()
335 UNPACK_D(Fn, DRn); in fcnvds()
336 FP_CONV(S, D, 1, 2, Fr, Fn); in fcnvds()