Lines Matching refs:FPRounding
1897 FPRounding ReadRMode() const {
1898 return static_cast<FPRounding>(fpcr_.GetRMode());
1900 VIXL_DEPRECATED("ReadRMode", FPRounding RMode()) { return ReadRMode(); }
3748 FPRounding round,
3754 FPRounding rounding_mode);
3761 FPRounding round,
3767 FPRounding rounding_mode);
4269 FPRounding rounding_mode,
4283 FPRounding round,
4288 FPRounding rounding_mode,
4296 FPRounding round,
4301 FPRounding rounding_mode,
4330 FPRounding rounding);
4443 T FPRecipEstimate(T op, FPRounding rounding);
4445 R FPToFixed(T op, int fbits, bool is_signed, FPRounding rounding);
4448 double FPRoundInt(double value, FPRounding round_mode);
4449 double FPRoundInt(double value, FPRounding round_mode, FrintMode frint_mode);
4450 double FPRoundIntCommon(double value, FPRounding round_mode);
4455 double FixedToDouble(int64_t src, int fbits, FPRounding round_mode);
4456 double UFixedToDouble(uint64_t src, int fbits, FPRounding round_mode);
4457 float FixedToFloat(int64_t src, int fbits, FPRounding round_mode);
4458 float UFixedToFloat(uint64_t src, int fbits, FPRounding round_mode);
4461 FPRounding round_mode);
4464 FPRounding round_mode);
4465 int16_t FPToInt16(double value, FPRounding rmode);
4466 int32_t FPToInt32(double value, FPRounding rmode);
4467 int64_t FPToInt64(double value, FPRounding rmode);
4468 uint16_t FPToUInt16(double value, FPRounding rmode);
4469 uint32_t FPToUInt32(double value, FPRounding rmode);
4470 uint64_t FPToUInt64(double value, FPRounding rmode);