Searched refs:rval (Results 1 – 2 of 2) sorted by relevance
249 bool rval = true; in build_type_arg() local271 rval = false; in build_type_arg()274 return rval; in build_type_arg()
414 intmax_t rval; in simple_round() local421 rval = simple_round_ceiling (val); in simple_round()425 rval = simple_round_floor (val); in simple_round()429 rval = simple_round_from_zero (val); in simple_round()433 rval = simple_round_to_zero (val); in simple_round()437 rval = simple_round_nearest (val); in simple_round()445 return (long double) INTMAX_MAX * intmax_mul + rval; in simple_round()