Lines Matching defs:roundData
26 static floatx80 floatx80_rsf(struct roundingData *roundData, floatx80 rFn, floatx80 rFm)
28 return floatx80_sub(roundData, rFm, rFn);
31 static floatx80 floatx80_rdv(struct roundingData *roundData, floatx80 rFn, floatx80 rFm)
33 return floatx80_div(roundData, rFm, rFn);
51 static floatx80 floatx80_mvf(struct roundingData *roundData, floatx80 rFm)
56 static floatx80 floatx80_mnf(struct roundingData *roundData, floatx80 rFm)
62 static floatx80 floatx80_abs(struct roundingData *roundData, floatx80 rFm)
78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd)
129 rFd->fExtended = dyadic_extended[opc_mask_shift](roundData, rFn, rFm);
135 rFd->fExtended = monadic_extended[opc_mask_shift](roundData, rFm);