HomeSort by: relevance | last modified time | path
    Searched refs:tanhf (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/arch/m68060/
s_tanhf.S 4 * FPLSP wrapper for tanhf
12 WEAK_ALIAS(tanhf, _tanhf)
makeas.sh 224 mks _tanhf tanhf 01f8 s_tanhf
  /src/lib/libm/src/
s_tanhf.c 27 tanhf(float x) function in typeref:typename:float
  /src/tests/lib/libm/
t_tanh.c 115 * 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(x)
    [all...]
  /src/lib/libm/noieee_src/
n_tanh.c 102 tanhf(float x) function in typeref:typename:float
  /src/include/
math.h 344 float tanhf(float);
  /src/lib/libm/
Makefile 556 MLINKS+=tanh.3 tanhf.3 \

Completed in 16 milliseconds