Home
last modified time | relevance | path

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

/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/porting/liteos_a/kernel/src/math/
Dcbrt.c33 double cbrt(double x) in cbrt() function
/third_party/musl/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/rust/crates/num-traits/src/
Dreal.rs483 fn cbrt(self) -> Self; in cbrt() method
Dfloat.rs1563 fn cbrt(self) -> Self; in cbrt() method
/third_party/musl/ndk_musl_include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/musl/include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35410 cbrt(float __x) in cbrt() function
35414 cbrt(long double __x) in cbrt() function
35422 cbrt(_Tp __x) in cbrt() function