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

/freebsd-10.3-release/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-10.3-release/lib/msun/src/
H A Ds_tanhf.c26 tanhf(float x) function
H A Dmath.h356 float tanhf(float);
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h300 # define tanhf(x) tanh (x) macro
H A Dstubs.c443 tanhf(float x) function
/freebsd-10.3-release/lib/msun/tests/
H A Dctrig_test.c317 printf("%a\n", nextafterf(tanhf(nums[i]), INFINITY));
318 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
345 test_odd_tol(ctanf, z, CMPLXL(0, tanhf(nums[i])),
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h373 /* Define to 1 if you have the `tanhf' function. */
1101 # define tanhf _tanhf macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h599 /// float tanhf(float x);
600 tanhf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp313 "tanhf",
502 TLI.setUnavailable(LibFunc::tanhf);
/freebsd-10.3-release/lib/msun/
H A DMakefile221 MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h386 __tg_tanh(float __x) {return tanhf(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h1140 extern float tanhf(float);
/freebsd-10.3-release/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 301 milliseconds