Searched defs:log1p (Results 1 – 10 of 10) sorted by relevance
119 log1p() const in log1p() function
398 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log1p(const half& a) { in log1p() function
1364 # define log1p rpl_log1p macro
1234 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return ::log1pf… in log1p() function1235 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __lcpp_x) _NOEXCEPT {return ::log1pl… in log1p() function1240 log1p(_A1 __lcpp_x) _NOEXCEPT {return ::log1p((double)__lcpp_x);} in log1p() function
83 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
196 log1p() const { in log1p() function
85 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
1821 double log1p(double x) { in log1p() function
1466 public static double log1p(final double x) { in log1p() method in FastMath
960 #define log1p(__x) __tg_log1p(__tg_promote1((__x))(__x)) macro