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

  /src/lib/libm/src/
s_tanf.c 25 __weak_alias(tanf, _tanf)
28 tanf(float x)
namespace.h 104 #define tanf _tanf macro
  /src/lib/libm/arch/m68060/
s_tanf.S 4 * FPLSP wrapper for tanf
12 WEAK_ALIAS(tanf, _tanf)
makeas.sh 222 mks _tanf tanf 01e0 s_tanf k_tanf
  /src/tests/lib/libm/
t_tan.c 164 * tanf(3)
192 ok = (fabsf((tanf(theta) - tan_theta)/tan_theta)
197 atf_tc_fail_nonfatal("tanf(%d deg) = %.8g != %.8g",
198 deg, tanf(theta), tan_theta);
206 atf_tc_set_md_var(tc, "descr", "Test tanf(NaN) == NaN");
214 ATF_CHECK(isnan(tanf(x)) != 0);
220 atf_tc_set_md_var(tc, "descr", "Test tanf(-Inf) == NaN");
226 const float y = tanf(x);
234 atf_tc_set_md_var(tc, "descr", "Test tanf(+Inf) == NaN");
240 const float y = tanf(x)
    [all...]
  /src/lib/libm/arch/vax/
n_tan.S 97 WEAK_ALIAS(tanf, _tanf)
  /src/include/
math.h 327 float tanf(float);
  /src/lib/libm/
Makefile 173 .for f in cos cosf modf ilogb ilogbl ilogbf sin sinf tan tanf
554 MLINKS+=tan.3 tanf.3 \

Completed in 18 milliseconds