Searched defs:gam_n (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c401 gam_n(int i, double x) { function
476 return ((float) gam_n(i, x - (double) i));
540 ww = gam_n(j + 1, z);
H A Dtgamma.c1406 gam_n(int i, double x) { function
1561 ww = gam_n(i, x - (double) i);
1635 ww = gam_n(j + 1, z);
1646 ww = gam_n(j, z);
H A Dtgammal.c881 gam_n(int i, long double x) { function
1035 ww = gam_n(i, x - (long double) i);
1122 ww = gam_n(j + 1, z);
1133 ww = gam_n(j, z);

Completed in 68 milliseconds