Searched refs:log2f (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/msun/tests/
H A Dlogarithm_test.c81 test(log2f, x, result, exceptmask, excepts); \
135 ATF_CHECK_EQ(i, log2f(ldexpf(1.0, i)));
164 test(log2f, 1.0, 0.0, ALL_STD_EXCEPT, 0);
228 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_log.c511 * log2f(3)
516 atf_tc_set_md_var(tc, "descr", "Test log2f(2) == 1");
521 ATF_CHECK(log2f(2.0) == 1.0);
527 atf_tc_set_md_var(tc, "descr", "Test log2f(NaN) == NaN");
535 ATF_CHECK(isnan(log2f(x)) != 0);
541 atf_tc_set_md_var(tc, "descr", "Test log2f(-Inf) == NaN");
547 const float y = log2f(x);
555 atf_tc_set_md_var(tc, "descr", "Test log2f(+Inf) == +Inf");
562 ATF_CHECK(log2f(x) == x);
568 atf_tc_set_md_var(tc, "descr", "Test log2f(1.
[all...]
/freebsd-13-stable/lib/msun/src/
H A Dmath.h367 float log2f(float);
H A Dmath_private.h874 #define __ieee754_log2f log2f
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h434 using ::log2f;
H A D__clang_cuda_math.h175 __DEVICE__ float log2f(float __a) { function
H A Dtgmath.h959 __tg_log2(float __x) {return log2f(__x);}
H A D__clang_hip_math.h225 inline float log2f(float __x) { return __ocml_log2_f32(__x); } function
/freebsd-13-stable/lib/msun/
H A DMakefile228 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h229 float log2f(float x);
1326 inline _LIBCPP_INLINE_VISIBILITY float log2(float __lcpp_x) _NOEXCEPT {return ::log2f(__lcpp_x);}

Completed in 189 milliseconds