Searched refs:gamma (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dgamma.c29 #pragma weak __gamma = gamma
36 gamma(double x) { function
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_07_nested_arrays.ksh43 {"gamma":"c"},\
87 add_string "gamma" "c";
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dgamma.c39 static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93";
49 #define gamma ______gamma macro
55 #undef gamma macro
146 extern double gamma(x) function
232 /* Return r*gamma(y). */
336 y = gamma(y);
338 y = -x*gamma(-x);
H A Dlgamma.c49 #define gamma ______gamma macro
56 #undef gamma macro
59 /* Log gamma function.
68 * Use gamma(x+1) = x*gamma(x) for argument reduction.
280 extern double gamma();
290 y = gamma(x);
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c50 #pragma weak gamma = __gamma macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h351 extern double gamma(); /* Use double lgamma(x)
352 * to compute log of gamma function.
353 * Name gamma is reserved for true gamma function
/illumos-gate/usr/src/head/
H A Dmath.h171 extern double gamma __P((double)); /* deprecated; use lgamma */
319 * Reentrant version of gamma & lgamma; passes signgam back by reference
/illumos-gate/usr/src/boot/include/
H A Dmath.h298 double gamma(double);
328 * Reentrant version of gamma & lgamma; passes signgam back by reference
423 * Float versions of reentrant version of gamma & lgamma; passes
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com187 gamma.o \
997 ../common/C/gamma.c \
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com586 common/uwin/gamma.o \

Completed in 59 milliseconds