Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dcbrt.hpp159 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
167 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/third_party/mingw-w64/mingw-w64-crt/math/
Dcbrt.c21 double cbrt(double x) in cbrt() function
/third_party/ffmpeg/libavutil/
Dtablegen.h35 #define cbrt ff_cbrt macro
Dlibm.h54 static av_always_inline double cbrt(double x) in cbrt() function
/third_party/jerryscript/jerry-libm/
Dcbrt.c43 cbrt (double x) in cbrt() function
/third_party/musl/src/math/
Dcbrt.c33 double cbrt(double x) in cbrt() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcbrt.c33 double cbrt(double x) in cbrt() function
/third_party/typescript/src/lib/
Des2015.core.d.ts190 cbrt(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts210 cbrt(x: number): number; method
/third_party/musl/include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h221 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp714 …inline boost::math::cstdfloat::detail::float_internal128_t cbrt(boost::math::cstdfloat::detail::f… in cbrt() function