Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__math/
H A Droots.h42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT { return __built… in cbrt() function
45 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double cbrt(double __x) _NOEXCEPT { in cbrt() function
49 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double cbrt(long double __x) _NOEXCEPT { in cbrt() function
54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double cbrt(_A1 __x) _NOEXCEPT { in cbrt() function
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dcbrt_2u.c28 cbrt (double x) in cbrt() function
H A Dv_cbrtf_1u7.c52 VPCS_ATTR float32x4_t V_NAME_F1 (cbrt) (float32x4_t x) in V_NAME_F1() argument
H A Dsv_cbrtf_1u7.c52 svfloat32_t SV_NAME_F1 (cbrt) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dv_cbrt_2u.c50 VPCS_ATTR float64x2_t V_NAME_D1 (cbrt) (float64x2_t x) in V_NAME_D1() argument
H A Dsv_cbrt_2u.c57 svfloat64_t SV_NAME_D1 (cbrt) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd-14.2/lib/msun/src/
H A Ds_cbrt.c35 cbrt(double x) in cbrt() function
/freebsd-14.2/include/
H A Dtgmath.h164 #define cbrt(x) __tg_simple(x, cbrt) macro
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
H A Dtgmath.h584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro