Home
last modified time | relevance | path

Searched refs:tgamma (Results 1 – 13 of 13) sorted by relevance

/math/
A Dauto-libm-test-out-tgamma1 tgamma 0.5
26 tgamma -0.5
51 tgamma 1
76 tgamma 2
101 tgamma 3
126 tgamma 4
151 tgamma 5
176 tgamma 6
201 tgamma 7
226 tgamma 8
[all …]
A Dauto-libm-test-in7820 tgamma 0.5
7823 tgamma 1
7824 tgamma 2
7825 tgamma 3
7826 tgamma 4
7827 tgamma 5
7828 tgamma 6
7829 tgamma 7
7830 tgamma 8
7831 tgamma 9
[all …]
A Dlibm-test-tgamma.inc1 /* Test tgamma.
23 TEST_f_f (tgamma, plus_infty, plus_infty, ERRNO_UNCHANGED),
24 TEST_f_f (tgamma, 0, plus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
26 /* tgamma (x) == qNaN plus invalid exception for integer x <= 0. */
27 TEST_f_f (tgamma, -2, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
28 TEST_f_f (tgamma, -max_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
29 TEST_f_f (tgamma, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
32 TEST_f_f (tgamma, snan_value, qnan_value, INVALID_EXCEPTION),
33 TEST_f_f (tgamma, -snan_value, qnan_value, INVALID_EXCEPTION),
35 AUTO_TESTS_f_f (tgamma),
[all …]
A Dtest-tgmath.c277 a = tgamma (tgamma (x)); in F()
391 a = tgamma (y); in F()
829 (F(tgamma)) (TYPE x) in TYPE() argument
A Dtgmath.h858 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
A DMakefile291 tan tanh tgamma y0 y1 yn
381 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
A Dw_tgamma_compat.c45 libm_alias_double (__tgamma, tgamma)
A Dw_tgammaf_compat.c46 libm_alias_float (__tgamma, tgamma)
A Dw_tgammal_compat.c46 libm_alias_ldouble (__tgamma, tgamma)
A Dw_tgamma_template.c53 declare_mgen_alias (__tgamma, tgamma)
A Dtest-math-cxx11.cc147 (void) tgamma; in do_test()
A DVersions120 tgamma; tgammaf; tgammal;
/math/bits/
A Dmathcalls.h238 __MATHCALL (tgamma,, (_Mdouble_));

Completed in 400 milliseconds