Searched refs:cbrtf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_cbrtf.c23 /* cbrtf(x)
31 cbrtf(float x) function
H A Dmath.h389 float cbrtf(float);
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c140 * cbrtf(3)
145 atf_tc_set_md_var(tc, "descr", "Test cbrtf(NaN) == NaN");
153 ATF_CHECK(isnan(cbrtf(x)) != 0);
159 atf_tc_set_md_var(tc, "descr", "Test cbrtf(3) vs. powf(3)");
171 y = cbrtf(x[i]);
175 atf_tc_fail_nonfatal("cbrtf(%0.03f) != "
183 atf_tc_set_md_var(tc, "descr", "Test cbrtf(-Inf) == -Inf");
189 float y = cbrtf(x);
198 atf_tc_set_md_var(tc, "descr", "Test cbrtf(+Inf) == +Inf");
204 float y = cbrtf(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h421 using ::cbrtf;
H A Dtgmath.h573 __tg_cbrt(float __x) {return cbrtf(__x);}
H A D__clang_cuda_device_functions.h1503 __DEVICE__ float cbrtf(float __a) { return __nv_cbrtf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile247 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h165 float cbrtf(float x);
1143 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30979 cbrtf(0.0f);
[all...]

Completed in 295 milliseconds