Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 25 of 40) sorted by relevance

12

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_tanh.c45 tanh(double x) in tanh() function
81 __strong_alias(tanhl, tanh);
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfp-test.c52 extern double tanh (double);
236 d1 = tanh (d2); in main()
/dflybsd-src/lib/libm/src/
H A Dimprecise.c66 DECLARE_FORMER_IMPRECISE(tanh);
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcmath76 #undef tanh
438 using ::tanh;
441 tanh(float __x)
445 tanh(long double __x)
451 tanh(_Tp __x)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dmath.h46 using std::tanh;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
H A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
H A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
H A Dcompatibility.cc505 _GLIBCXX_MATHL_WRAPPER1 (tanh, GLIBCXX_3.4);
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h152 #define tanh(x) __tg_full(x, tanh) macro
H A Dmath.h182 double tanh(double);
/dflybsd-src/gnu/usr.bin/mpc/
H A DMakefile31 sqrt.c strtoc.c sub.c sub_fr.c sub_ui.c swap.c tan.c tanh.c uceil_log2.c \
/dflybsd-src/tools/regression/include/tgmath/
H A Dtgmath.c89 TGMACRO(tanh) in TGMACRO()
454 PASS_REAL_ARG_REAL_RET(tanh) && in main()
455 PASS_COMPLEX_ARG_COMPLEX_RET(tanh)); in main()
/dflybsd-src/lib/libm/
H A DMakefile144 tan.3 tanh.3 trunc.3
349 MLINKS+=tanh.3 tanhf.3 \
350 tanh.3 tanhl.3
H A DSymbol.map161 tanh;
/dflybsd-src/contrib/mpc/src/
H A Dlogging.c131 MPC_LOGGING_C_C (tanh)
/dflybsd-src/contrib/openbsd_libm/
H A DMakefile187 tan.3 tanh.3 trunc.3
288 MLINKS+=tanh.3 tanhf.3
368 MLINKS+=tanh.3 tanhl.3
/dflybsd-src/tools/regression/lib/libm/
H A Dtest-ctrig.c392 testall_odd_tol(ctanh, z, cpackl(tanh(nums[i]), 0), 1); in test_axes()
408 testall_odd_tol(ctan, z, cpackl(0, tanh(nums[i])), 1); in test_axes()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dmath.h88 using std::tr1::tanh;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dmath.h88 using std::tr1::tanh;
/dflybsd-src/gnu/usr.bin/mpfr/
H A DMakefile45 tanh.c sinh_cosh.c acosh.c asinh.c atanh.c atan.c cmp2.c exp_2.c \
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcmath75 #undef tanh
519 using ::tanh;
523 tanh(float __x)
527 tanh(long double __x)
535 tanh(_Tp __x)
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf197 tanh keyword

12