Home | History | Annotate | Download | only in aarch64

Lines Matching refs:FPRounding

73           FPRounding round_mode) {
1369 FPRounding ReadRMode() const {
1370 return static_cast<FPRounding>(fpcr_.GetRMode());
1372 VIXL_DEPRECATED("ReadRMode", FPRounding RMode()) { return ReadRMode(); }
2472 FPRounding rounding_mode);
2477 FPRounding rounding_mode);
2837 FPRounding rounding_mode,
2842 FPRounding rounding_mode,
2847 FPRounding rounding_mode,
2876 FPRounding rounding);
2916 T FPRecipEstimate(T op, FPRounding rounding);
2918 R FPToFixed(T op, int fbits, bool is_signed, FPRounding rounding);
2921 double FPRoundInt(double value, FPRounding round_mode);
2923 float FPToFloat(double value, FPRounding round_mode);
2925 float16 FPToFloat16(float value, FPRounding round_mode);
2926 float16 FPToFloat16(double value, FPRounding round_mode);
2931 double FixedToDouble(int64_t src, int fbits, FPRounding round_mode);
2932 double UFixedToDouble(uint64_t src, int fbits, FPRounding round_mode);
2933 float FixedToFloat(int64_t src, int fbits, FPRounding round_mode);
2934 float UFixedToFloat(uint64_t src, int fbits, FPRounding round_mode);
2935 int32_t FPToInt32(double value, FPRounding rmode);
2936 int64_t FPToInt64(double value, FPRounding rmode);
2937 uint32_t FPToUInt32(double value, FPRounding rmode);
2938 uint64_t FPToUInt64(double value, FPRounding rmode);