Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Ds_cbrt.c42 cbrt(double x) in cbrt() function
/netbsd-src/lib/libm/noieee_src/
H A Dn_cbrt.c78 cbrt(double x) in cbrt() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d287 alias core.stdc.math.cbrt cbrt; in version() local
289 alias core.stdc.math.cbrtf cbrt; in version() local
291 alias core.stdc.math.cbrtl cbrt; in version() local
788 alias core.stdc.math.cbrt cbrt; in version() local
790 alias core.stdc.math.cbrtf cbrt; in version() local
792 alias core.stdc.math.cbrtl cbrt; in version() local
1278 alias core.stdc.math.cbrt cbrt; variable
1280 alias core.stdc.math.cbrtf cbrt; variable
1282 alias core.stdc.math.cbrtl cbrt; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dalgebraic.d248 real cbrt(real x) @trusted nothrow @nogc in cbrt() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1113 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function
1114 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function
1119 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h81 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h81 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro
/netbsd-src/include/
H A Dtgmath.h150 #define cbrt(a) __TG_FN1(cbrt, (a)) macro
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf393 cbrt, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf393 cbrt, 99 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3826 real cbrt(real x) @trusted nothrow @nogc in cbrt() function