Lines Matching refs:FPRounding
1815 FPRounding ReadRMode() const {
1816 return static_cast<FPRounding>(fpcr_.GetRMode());
1818 VIXL_DEPRECATED("ReadRMode", FPRounding RMode()) { return ReadRMode(); }
3677 FPRounding round,
3683 FPRounding rounding_mode);
3690 FPRounding round,
3696 FPRounding rounding_mode);
4137 FPRounding rounding_mode,
4152 FPRounding round,
4157 FPRounding rounding_mode,
4165 FPRounding round,
4170 FPRounding rounding_mode,
4199 FPRounding rounding);
4308 T FPRecipEstimate(T op, FPRounding rounding);
4310 R FPToFixed(T op, int fbits, bool is_signed, FPRounding rounding);
4313 double FPRoundInt(double value, FPRounding round_mode);
4314 double FPRoundInt(double value, FPRounding round_mode, FrintMode frint_mode);
4315 double FPRoundIntCommon(double value, FPRounding round_mode);
4320 double FixedToDouble(int64_t src, int fbits, FPRounding round_mode);
4321 double UFixedToDouble(uint64_t src, int fbits, FPRounding round_mode);
4322 float FixedToFloat(int64_t src, int fbits, FPRounding round_mode);
4323 float UFixedToFloat(uint64_t src, int fbits, FPRounding round_mode);
4326 FPRounding round_mode);
4329 FPRounding round_mode);
4330 int16_t FPToInt16(double value, FPRounding rmode);
4331 int32_t FPToInt32(double value, FPRounding rmode);
4332 int64_t FPToInt64(double value, FPRounding rmode);
4333 uint16_t FPToUInt16(double value, FPRounding rmode);
4334 uint32_t FPToUInt32(double value, FPRounding rmode);
4335 uint64_t FPToUInt64(double value, FPRounding rmode);