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

  /src/lib/libm/noieee_src/
n_gamma.c 80 static double smaller_gam (double);
154 return (smaller_gam(x));
236 smaller_gam(double x) function in typeref:typename:double
  /src/lib/libm/src/
b_tgamma.c 90 static double smaller_gam(double);
147 return (smaller_gam(x));
222 smaller_gam(double x) function in typeref:typename:double
  /src/lib/libm/ld80/
b_tgammal.c 284 smaller_gam(long double x) function in typeref:typename:long double
402 RETURNI(smaller_gam(x));

Completed in 12 milliseconds