Lines Matching refs:FPRounding
87 double Simulator::FixedToDouble(int64_t src, int fbits, FPRounding round) { in FixedToDouble()
98 double Simulator::UFixedToDouble(uint64_t src, int fbits, FPRounding round) { in UFixedToDouble()
114 float Simulator::FixedToFloat(int64_t src, int fbits, FPRounding round) { in FixedToFloat()
125 float Simulator::UFixedToFloat(uint64_t src, int fbits, FPRounding round) { in UFixedToFloat()
141 SimFloat16 Simulator::FixedToFloat16(int64_t src, int fbits, FPRounding round) { in FixedToFloat16()
154 FPRounding round) { in UFixedToFloat16()
4615 double Simulator::FPRoundIntCommon(double value, FPRounding round_mode) { in FPRoundIntCommon()
4680 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt()
4691 FPRounding round_mode, in FPRoundInt()
4734 int16_t Simulator::FPToInt16(double value, FPRounding rmode) { in FPToInt16()
4745 int32_t Simulator::FPToInt32(double value, FPRounding rmode) { in FPToInt32()
4756 int64_t Simulator::FPToInt64(double value, FPRounding rmode) { in FPToInt64()
4767 uint16_t Simulator::FPToUInt16(double value, FPRounding rmode) { in FPToUInt16()
4778 uint32_t Simulator::FPToUInt32(double value, FPRounding rmode) { in FPToUInt32()
4789 uint64_t Simulator::FPToUInt64(double value, FPRounding rmode) { in FPToUInt64()
5593 FPRounding rounding_mode, in frint()
5664 FPRounding round, in fcvts()
5700 FPRounding round, in fcvts()
5719 FPRounding round, in fcvtu()
5755 FPRounding round, in fcvtu()
5996 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate()
6119 FPRounding round) { in frecpe()
6594 FPRounding round, in scvtf()
6635 FPRounding round) { in scvtf()
6652 FPRounding round, in ucvtf()
6693 FPRounding round) { in ucvtf()