• Home
  • Raw
  • Download

Lines Matching defs:rounded

1124                                                      float rounded) {  in set_fpu_register_word_invalid_result()
1142 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result()
1161 float rounded) { in set_fpu_register_invalid_result64()
1182 double rounded) { in set_fpu_register_word_invalid_result()
1201 double rounded) { in set_fpu_register_invalid_result()
1220 double rounded) { in set_fpu_register_invalid_result64()
1242 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()
1273 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error()
1306 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error()
1337 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error()
1368 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr()
1409 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr()
1451 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr()
1492 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr()
1533 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr()
2833 double rounded; in DecodeTypeRegisterDRsType() local
2843 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
2857 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
2866 double rounded = std::floor(fs); in DecodeTypeRegisterDRsType() local
2875 double rounded = std::ceil(fs); in DecodeTypeRegisterDRsType() local
2888 double rounded; in DecodeTypeRegisterDRsType() local
2902 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
2916 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
2936 double rounded = std::floor(fs); in DecodeTypeRegisterDRsType() local
2950 double rounded = std::ceil(fs); in DecodeTypeRegisterDRsType() local
3381 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
3390 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
3404 float rounded = std::floor(fs); in DecodeTypeRegisterSRsType() local
3413 float rounded = std::floor(fs); in DecodeTypeRegisterSRsType() local
3426 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
3441 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
3461 float rounded = std::ceil(fs); in DecodeTypeRegisterSRsType() local
3470 float rounded = std::ceil(fs); in DecodeTypeRegisterSRsType() local
3501 float rounded; in DecodeTypeRegisterSRsType() local
3513 float rounded; in DecodeTypeRegisterSRsType() local