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

  /src/lib/libm/noieee_src/
n_gamma.c 79 static double small_gam (double);
152 return (small_gam(x));
203 small_gam(double x) function in typeref:typename:double
  /src/lib/libm/src/
b_tgamma.c 89 static double small_gam(double);
145 return (small_gam(x));
189 small_gam(double x) function in typeref:typename:double
  /src/lib/libm/ld80/
b_tgammal.c 249 small_gam(long double x) function in typeref:typename:long double
399 RETURNI(small_gam(x));

Completed in 14 milliseconds