Lines Matching defs:rounded
1230 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()
1262 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error()
1296 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error()
1326 float rounded) { in set_fpu_register_word_invalid_result()
1345 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result()
1365 float rounded) { in set_fpu_register_invalid_result64()
1387 double rounded) { in set_fpu_register_word_invalid_result()
1407 double rounded) { in set_fpu_register_invalid_result()
1427 double rounded) { in set_fpu_register_invalid_result64()
1450 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error()
1483 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr()
1524 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr()
1566 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr()
1607 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
2500 float rounded; in DecodeTypeRegisterSRsType() local
2510 float rounded; in DecodeTypeRegisterSRsType() local
2520 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
2528 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
2537 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
2551 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
2566 float rounded = floor(fs); in DecodeTypeRegisterSRsType() local
2576 float rounded = std::floor(fs); in DecodeTypeRegisterSRsType() local
2585 float rounded = std::ceil(fs); in DecodeTypeRegisterSRsType() local
2593 float rounded = ceil(fs); in DecodeTypeRegisterSRsType() local
2936 double rounded; in DecodeTypeRegisterDRsType() local
2947 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
2961 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
2970 double rounded = std::floor(fs); in DecodeTypeRegisterDRsType() local
2979 double rounded = std::ceil(fs); in DecodeTypeRegisterDRsType() local
2990 double rounded; in DecodeTypeRegisterDRsType() local
3000 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
3015 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
3024 double rounded = floor(fs); in DecodeTypeRegisterDRsType() local
3033 double rounded = ceil(fs); in DecodeTypeRegisterDRsType() local