/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | elu_op.cc | 31 const auto expm1 = Expm1(x); in Elu() local 40 const auto expm1 = Expm1(x); in Selu() local
|
/external/XNNPACK/eval/ |
D | f32-expm1minus-ulp.cc | 51 xnn_f32_unary_math_function expm1, in ExpM1Error()
|
/external/rust/crates/libm/src/math/ |
D | expm1.rs | 34 pub fn expm1(mut x: f64) -> f64 { in expm1() function
|
D | mod.rs | 105 mod expm1; module
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1159 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/ |
D | math.h | 1163 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/ |
D | xla.py | 90 expm1 = _unary_op(math_ops.expm1) variable
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 75 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 828 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.h | 110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
|
D | tgmath.h | 687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 791 def expm1(x): function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 1337 auto expm1 = Expm1(x); in Sinh() local
|