Home
last modified time | relevance | path

Searched defs:log1p (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h119 log1p() const in log1p() function
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h398 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log1p(const half& a) { in log1p() function
/external/libcxx/include/
Dmath.h1300 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return ::log1pf… in log1p() function
1301 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __lcpp_x) _NOEXCEPT {return ::log1pl… in log1p() function
1306 log1p(_A1 __lcpp_x) _NOEXCEPT {return ::log1p((double)__lcpp_x);} in log1p() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h196 log1p() const { in log1p() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp83 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp86 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/v8/src/base/
Dieee754.cc1821 double log1p(double x) { in log1p() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java1466 public static double log1p(final double x) { in log1p() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h960 #define log1p(__x) __tg_log1p(__tg_promote1((__x))(__x)) macro