Searched refs:lgamma (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlgamma.c29 #pragma weak __lgamma = lgamma
36 lgamma(double x) { function
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dlgamma.c39 static char sccsid[] = "@(#)lgamma.c 8.2 (Berkeley) 11/30/93";
50 #define lgamma ______lgamma macro
57 #undef lgamma macro
150 extern __pure double lgamma(double x) function
/illumos-gate/usr/src/man/man3m/
H A DMakefile92 lgamma.3m \
/illumos-gate/usr/src/head/
H A Dtgmath.h114 #undef lgamma macro
115 #define lgamma(x) __tgmath_lgamma(x) macro
H A Dmath.h153 extern double lgamma __P((double));
171 extern double gamma __P((double)); /* deprecated; use lgamma */
319 * Reentrant version of gamma & lgamma; passes signgam back by reference
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c58 #pragma weak lgamma = __lgamma macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h86 extern double lgamma();
351 extern double gamma(); /* Use double lgamma(x)
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h234 extern double lgamma __P((double));
479 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
/illumos-gate/usr/src/boot/include/
H A Dmath.h274 double lgamma(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.com193 lgamma.o \
1002 ../common/C/lgamma.c \
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com588 common/uwin/lgamma.o \

Completed in 156 milliseconds