Lines Matching refs:rounding_mode
4722 FPRounding rounding_mode, in frint() argument
4728 SimFloat16 rounded = FPRoundInt(input, rounding_mode); in frint()
4737 float rounded = FPRoundInt(input, rounding_mode); in frint()
4747 double rounded = FPRoundInt(input, rounding_mode); in frint()
4761 FPRounding rounding_mode, in fcvts() argument
4768 dst.SetInt(vform, i, FPToInt16(op, rounding_mode)); in fcvts()
4773 dst.SetInt(vform, i, FPToInt32(op, rounding_mode)); in fcvts()
4779 dst.SetInt(vform, i, FPToInt64(op, rounding_mode)); in fcvts()
4789 FPRounding rounding_mode, in fcvtu() argument
4796 dst.SetUint(vform, i, FPToUInt16(op, rounding_mode)); in fcvtu()
4801 dst.SetUint(vform, i, FPToUInt32(op, rounding_mode)); in fcvtu()
4807 dst.SetUint(vform, i, FPToUInt64(op, rounding_mode)); in fcvtu()