Home
last modified time | relevance | path

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

12345678910>>...48

/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DCbrt.h69 BLAZE_ALWAYS_INLINE const SIMDfloat cbrt( const SIMDf32<T>& a ) noexcept in cbrt() function
122 BLAZE_ALWAYS_INLINE const SIMDdouble cbrt( const SIMDf64<T>& a ) noexcept in cbrt() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/fun/
H A Dcbrt.hpp16 inline double cbrt(double x) { return std::cbrt(x); } in cbrt() function
25 inline double cbrt(int x) { return std::cbrt(x); } in cbrt() function
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dcbrt.hpp37 inline var cbrt(const var& a) { in cbrt() function
50 inline auto cbrt(const VarMat& a) { in cbrt() function
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DCubicRoots.hxx46 cbrt(const float x){ in cbrt() function
54 cbrt(const double x){ in cbrt() function
62 cbrt(const long double x){ in cbrt() function
73 cbrt(const T x){ in cbrt() function
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/General/
H A DCubicRoots.hxx46 cbrt(const float x){ in cbrt() function
54 cbrt(const double x){ in cbrt() function
62 cbrt(const long double x){ in cbrt() function
73 cbrt(const T x){ in cbrt() function
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A 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
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A 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
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A 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
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dcbrt.hpp157 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
165 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A 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
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A 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
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A 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
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A 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
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A 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
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/math/special_functions/
H A 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
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/special_functions/
H A Dcbrt.hpp160 inline typename tools::promote_args<T>::type cbrt(T z, const Policy& pol) in cbrt() function
168 inline typename tools::promote_args<T>::type cbrt(T z) in cbrt() function
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/math/special_functions/
H A 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
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/math/special_functions/
H A 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

12345678910>>...48