Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/experimental/
Dmath_ops.py50 def log1p(a, name=None): function
/external/rust/crates/libm/src/math/
Dlog1p.rs69 pub fn log1p(x: f64) -> f64 { in log1p() function
Dmod.rs142 mod log1p; module
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops.h54 auto log1p = Eigen::internal::scalar_log1p_op<T>(); in operator() local
/external/tensorflow/tensorflow/python/framework/
Dop_callbacks_test.py450 def log1p(x): function
833 def log1p(x): function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h120 log1p() const in log1p() function
/external/tensorflow/tensorflow/python/debug/lib/
Dcheck_numerics_callback_test.py185 def log1p(x): function
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h399 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log1p(const half& a) { in log1p() function
/external/llvm-project/libcxx/include/
Dmath.h1316 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return ::log1pf… in log1p() function
1317 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __lcpp_x) _NOEXCEPT {return ::log1pl… in log1p() function
1322 log1p(_A1 __lcpp_x) _NOEXCEPT {return ::log1p((double)__lcpp_x);} in log1p() function
/external/libcxx/include/
Dmath.h1320 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return ::log1pf… in log1p() function
1321 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __lcpp_x) _NOEXCEPT {return ::log1pl… in log1p() function
1326 log1p(_A1 __lcpp_x) _NOEXCEPT {return ::log1p((double)__lcpp_x);} in log1p() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py96 log1p = _unary_op(math_ops.log1p) variable
/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.cpp84 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp86 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp84 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp87 Ambiguous log1p(Ambiguous){ return Ambiguous(); } in log1p() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h172 __DEVICE__ double log1p(double __a) { return __nv_log1p(__a); } in log1p() function
Dtgmath.h953 #define log1p(__x) __tg_log1p(__tg_promote1((__x))(__x)) macro
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py895 def log1p(x): 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
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...