Searched refs:tanhf (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_tanh.c115 * tanhf(3)
120 atf_tc_set_md_var(tc, "descr", "Test tanhf(NaN) == NaN");
128 ATF_CHECK(isnan(tanhf(x)) != 0);
134 atf_tc_set_md_var(tc, "descr", "Test tanhf(-Inf) == -1.0");
141 ATF_CHECK(tanhf(x) == -1.0);
147 atf_tc_set_md_var(tc, "descr", "Test tanhf(+Inf) == +1.0");
154 ATF_CHECK(tanhf(x) == 1.0);
160 atf_tc_set_md_var(tc, "descr", "Test tanhf(-0.0) == -0.0");
178 atf_tc_set_md_var(tc, "descr", "Test tanhf(+0.0) == +0.0");
184 float y = tanhf(
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_tanhf.c26 tanhf(float x) function
H A Dmath.h357 float tanhf(float);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h300 # define tanhf(x) tanh (x) macro
H A Dstubs.c443 tanhf(float x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h373 /* Define to 1 if you have the `tanhf' function. */
1101 # define tanhf _tanhf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h158 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); }
469 using ::tanhf;
H A Dtgmath.h379 __tg_tanh(float __x) {return tanhf(__x);}
H A D__clang_cuda_device_functions.h1764 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } function
/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c337 printf("%a\n", nextafterf(tanhf(nums[i]), INFINITY));
338 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
365 test_odd_tol(ctanf, z, CMPLXL(0, tanhf(nums[i])),
/freebsd-11-stable/lib/msun/
H A DMakefile250 MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1140 extern float tanhf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h131 float tanhf(float x);
1102 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return ::tanhf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure11793 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
11848 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
35833 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
35888 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
[all...]

Completed in 210 milliseconds