Home
last modified time | relevance | path

Searched defs:expm1 (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Delu_op.cc31 const auto expm1 = Expm1(x); in Elu() local
40 const auto expm1 = Expm1(x); in Selu() local
/external/XNNPACK/eval/
Df32-expm1minus-ulp.cc51 xnn_f32_unary_math_function expm1, in ExpM1Error()
/external/rust/crates/libm/src/math/
Dexpm1.rs34 pub fn expm1(mut x: f64) -> f64 { in expm1() function
Dmod.rs105 mod expm1; module
/external/llvm-project/libcxx/include/
Dmath.h1159 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1() function
1160 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l… in expm1() function
1165 expm1(_A1 __lcpp_x) _NOEXCEPT {return ::expm1((double)__lcpp_x);} in expm1() function
/external/libcxx/include/
Dmath.h1163 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1() function
1164 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l… in expm1() function
1169 expm1(_A1 __lcpp_x) _NOEXCEPT {return ::expm1((double)__lcpp_x);} in expm1() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py90 expm1 = _unary_op(math_ops.expm1) variable
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp75 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java828 public static double expm1(double x) { in expm1() method in FastMath
837 private static double expm1(double x, double hiPrecOut[]) { in expm1() method in FastMath
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
Dtgmath.h687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py791 def expm1(x): function
/external/clang/lib/Headers/
Dtgmath.h694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1337 auto expm1 = Expm1(x); in Sinh() local