Searched refs:out_log (Results 1 – 2 of 2) sorted by relevance
157 double in_log, out_log; in get_volume() local170 out_log = cs->y + in_log * (cs->a * in_log + cs->b); in get_volume()172 return exp(out_log); in get_volume()
180 double in_log, out_log; in get_volume() local193 out_log = cs->y + in_log * (cs->a * in_log + cs->b); in get_volume()195 return exp(out_log); in get_volume()