Searched defs:rounded (Results 1 – 1 of 1) sorted by relevance
957 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()1681 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); in DecodeTypeRegister() local1700 double rounded = floor(fs); in DecodeTypeRegister() local1710 double rounded = ceil(fs); in DecodeTypeRegister() local1732 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); in DecodeTypeRegister() local