Searched refs:tgamma (Results 1 – 25 of 100) sorted by relevance
1234
/glibc-2.36/math/ |
D | auto-libm-test-out-tgamma | 1 tgamma 0.5 2 = tgamma downward binary32 0x8p-4 : 0x1.c5bf88p+0 : inexact-ok 3 = tgamma tonearest binary32 0x8p-4 : 0x1.c5bf8ap+0 : inexact-ok 4 = tgamma towardzero binary32 0x8p-4 : 0x1.c5bf88p+0 : inexact-ok 5 = tgamma upward binary32 0x8p-4 : 0x1.c5bf8ap+0 : inexact-ok 6 = tgamma downward binary64 0x8p-4 : 0x1.c5bf891b4ef6ap+0 : inexact-ok 7 = tgamma tonearest binary64 0x8p-4 : 0x1.c5bf891b4ef6bp+0 : inexact-ok 8 = tgamma towardzero binary64 0x8p-4 : 0x1.c5bf891b4ef6ap+0 : inexact-ok 9 = tgamma upward binary64 0x8p-4 : 0x1.c5bf891b4ef6bp+0 : inexact-ok 10 = tgamma downward intel96 0x8p-4 : 0x1.c5bf891b4ef6aa78p+0 : inexact-ok [all …]
|
D | libm-test-tgamma.inc | 1 /* 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), 25 TEST_f_f (tgamma, minus_zero, minus_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), 30 TEST_f_f (tgamma, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 31 TEST_f_f (tgamma, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
D | auto-libm-test-in | 7831 tgamma 0.5 7832 tgamma -0.5 7834 tgamma 1 7835 tgamma 2 7836 tgamma 3 7837 tgamma 4 7838 tgamma 5 7839 tgamma 6 7840 tgamma 7 7841 tgamma 8 [all …]
|
D | w_tgammal_compat.c | 46 libm_alias_ldouble (__tgamma, tgamma)
|
D | w_tgamma_compat.c | 45 libm_alias_double (__tgamma, tgamma)
|
D | w_tgammaf_compat.c | 46 libm_alias_float (__tgamma, tgamma)
|
D | w_tgamma_template.c | 53 declare_mgen_alias (__tgamma, tgamma)
|
D | test-math-cxx11.cc | 147 (void) tgamma; in do_test()
|
D | test-tgmath.c | 277 a = tgamma (tgamma (x)); in F() 391 a = tgamma (y); in F() 829 (F(tgamma)) (TYPE x) in TYPE() argument
|
D | tgmath.h | 858 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
|
D | Makefile | 291 tan tanh tgamma y0 y1 yn 381 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | gen_import_file_list | 52 import tgamma$t tgamma$t.s w_tgamma$t.S
|
D | w_tgamma_compat.S | 721 GLOBAL_LIBM_ENTRY(tgamma) 1782 GLOBAL_LIBM_END(tgamma) 1783 libm_alias_double_other (tgamma, tgamma)
|
D | w_tgammaf_compat.S | 1278 libm_alias_float_other (tgamma, tgamma)
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-tgamma.c | 7 return tgamma (x); in tgammal()
|
D | Makefile | 34 lgamma tgamma gamma rint nearbyint round trunc \ 179 CFLAGS-nldbl-tgamma.c = -fno-builtin-tgammal
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 58 macro tgamma
|
/glibc-2.36/sysdeps/m68k/coldfire/fpu/ |
D | libm-test-ulps | 144 Function: "tgamma":
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 263 Function: "tgamma":
|
/glibc-2.36/sysdeps/microblaze/ |
D | libm-test-ulps | 254 Function: "tgamma":
|
/glibc-2.36/sysdeps/arc/nofpu/ |
D | libm-test-ulps | 259 Function: "tgamma":
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 238 __MATHCALL (tgamma,, (_Mdouble_));
|
/glibc-2.36/sysdeps/sh/ |
D | libm-test-ulps | 525 Function: "tgamma":
|
/glibc-2.36/benchtests/ |
D | Makefile | 83 tgamma \
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | libm-test-ulps | 938 Function: "tgamma":
|
1234