HomeSort by: relevance | last modified time | path
    Searched defs:ratfun_gam (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/noieee_src/
n_gamma.c 82 static struct Double ratfun_gam (double, double);
210 yy = ratfun_gam(y - x0, 0);
227 yy = ratfun_gam(y - x0, 0);
255 r = ratfun_gam(t, d);
264 ratfun_gam(double z, double c) function in typeref:struct:Double
  /src/lib/libm/src/
b_tgamma.c 92 static struct Double ratfun_gam(double, double);
196 yy = ratfun_gam(y - x0, 0);
213 yy = ratfun_gam(y - x0, 0);
241 r = ratfun_gam(t, d);
250 ratfun_gam(double z, double c) function in typeref:struct:Double
  /src/lib/libm/ld80/
b_tgammal.c 199 ratfun_gam(long double z, long double c) function in typeref:struct:LDouble
257 yy = ratfun_gam(y - x0, 0);
275 yy = ratfun_gam(y - x0, 0);
311 r = ratfun_gam(t, d);

Completed in 13 milliseconds