Lines Matching defs:rounded
1305 float rounded) { in set_fpu_register_word_invalid_result()
1324 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result()
1344 float rounded) { in set_fpu_register_invalid_result64()
1366 double rounded) { in set_fpu_register_word_invalid_result()
1386 double rounded) { in set_fpu_register_invalid_result()
1406 double rounded) { in set_fpu_register_invalid_result64()
1429 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()
1461 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error()
1495 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error()
1527 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error()
1559 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr()
1600 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr()
1641 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr()
1682 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
2545 double rounded; in DecodeTypeRegisterDRsType() local
2555 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
2569 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
2578 double rounded = std::floor(fs); in DecodeTypeRegisterDRsType() local
2587 double rounded = std::ceil(fs); in DecodeTypeRegisterDRsType() local
2600 double rounded; in DecodeTypeRegisterDRsType() local
2614 double rounded = trunc(fs); in DecodeTypeRegisterDRsType() local
2628 double rounded = std::floor(fs + 0.5); in DecodeTypeRegisterDRsType() local
2648 double rounded = std::floor(fs); in DecodeTypeRegisterDRsType() local
2662 double rounded = std::ceil(fs); in DecodeTypeRegisterDRsType() local
3066 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
3075 float rounded = trunc(fs); in DecodeTypeRegisterSRsType() local
3089 float rounded = std::floor(fs); in DecodeTypeRegisterSRsType() local
3098 float rounded = std::floor(fs); in DecodeTypeRegisterSRsType() local
3111 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
3126 float rounded = std::floor(fs + 0.5); in DecodeTypeRegisterSRsType() local
3146 float rounded = std::ceil(fs); in DecodeTypeRegisterSRsType() local
3155 float rounded = std::ceil(fs); in DecodeTypeRegisterSRsType() local
3238 float rounded; in DecodeTypeRegisterSRsType() local
3250 float rounded; in DecodeTypeRegisterSRsType() local