Home
last modified time | relevance | path

Searched refs:ratfun_gam (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
H A Db_tgamma.c81 static struct Double ratfun_gam(double, double);
202 yy = ratfun_gam(y - x0, 0); in small_gam()
219 yy = ratfun_gam(y - x0, 0); in small_gam()
252 r = ratfun_gam(t, d); in smaller_gam()
264 ratfun_gam(double z, double c) in ratfun_gam() function