Searched refs:tgamma (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 150 #undef tgamma 151 #define tgamma(x) __tgmath_tgamma(x) macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 232 extern double tgamma(double); 401 #pragma does_not_read_global_data(erf, erfc, tgamma) 409 #pragma does_not_write_global_data(erf, erfc, tgamma) 484 #pragma no_side_effect(erf, erfc, tgamma)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 95 extern double tgamma __P((double));
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 71 f 1 tgamma {Sfdouble_t r=exp(lgamma(a1));return (signgam<0)?-r:r;}
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 123 tgamma.3m \ 520 tgammaf.3m := LINKSRC = tgamma.3m 521 tgammal.3m := LINKSRC = tgamma.3m
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | tgamma.c | 30 #pragma weak __tgamma = tgamma 1532 tgamma(double x) { in tgamma() function
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 315 double tgamma(double);
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 164 "\001tgamma", (Math_f)(uintptr_t)tgammal,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 164 "\001tgamma", (Math_f)(uintptr_t)tgammal,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | math | 164 "\001tgamma", (Math_f)(uintptr_t)tgammal,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | math | 164 "\001tgamma", (Math_f)(uintptr_t)tgammal,
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 309 file path=usr/share/man/man3m/tgamma.3m 310 link path=usr/share/man/man3m/tgammaf.3m target=tgamma.3m 311 link path=usr/share/man/man3m/tgammal.3m target=tgamma.3m
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 110 tgamma.o \ 882 ../common/m9x/tgamma.c \
|
/illumos-gate/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 586 tgamma;
|