| /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/arm-optimized-routines/pl/math/ | 
| D | expm1_2u5.c | 30 expm1 (double x)  in expm1()  function
  | 
| D | v_expm1_2u5.c | 53 v_f64_t V_NAME (expm1) (v_f64_t x)  in V_NAME()  argument
  | 
| /external/musl/src/math/ | 
| D | expm1.c | 121 double expm1(double x)  in expm1()  function
  | 
| /external/XNNPACK/eval/ | 
| D | f16-expm1minus-ulp.cc | 52   xnn_f16_unary_math_function expm1,  in ExpM1Error()
  | 
| D | f32-expm1minus-ulp.cc | 52   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 | 121 mod expm1;  module
  | 
| /external/eigen/Eigen/src/plugins/ | 
| D | ArrayCwiseUnaryOps.h | 111 expm1() const  in expm1()  function
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | math.h | 1116 inline _LIBCPP_HIDE_FROM_ABI float       expm1(float __x) _NOEXCEPT       {return __builtin_expm1f(…  in expm1()  function 1119 _LIBCPP_HIDE_FROM_ABI double expm1(double __x) _NOEXCEPT {  in expm1()  function 1123 inline _LIBCPP_HIDE_FROM_ABI long double expm1(long double __x) _NOEXCEPT {return __builtin_expm1l(…  in expm1()  function 1128 expm1(_A1 __x) _NOEXCEPT {return __builtin_expm1((double)__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/mlir/tfrt/jit/transforms/ | 
| D | tf_jitrt_math_approximation.cc | 287   Value expm1 = builder.create<arith::MulFOp>(  in matchAndRewrite()  local
  | 
| /external/musl/include/ | 
| D | tgmath.h | 230 #define expm1(x)        __tg_real(expm1, (x))  macro
  | 
| /external/libcxx/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 74 Ambiguous expm1(Ambiguous){ return Ambiguous(); }  in expm1()  function
  | 
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ | 
| D | xla.py | 90 expm1 = _unary_op(math_ops.expm1)  variable
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ | 
| D | cmath.pass.cpp | 75 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/eigen/unsupported/Eigen/CXX11/src/Tensor/ | 
| D | TensorBase.h | 284     expm1() const {  in expm1()  function
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 75 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/ComputeLibrary/include/half/ | 
| D | half.hpp | 1372 			static expr expm1(float arg)  in expm1()  function 2324 		inline expr expm1(half arg) { return functions::expm1(arg); }  in expm1()  function 2325 		inline expr expm1(expr arg) { return functions::expm1(arg); }  in expm1()  function
  | 
| /external/armnn/third-party/half/ | 
| D | half.hpp | 1374 			static expr expm1(float arg)  in expm1()  function 2326 		inline expr expm1(half arg) { return functions::expm1(arg); }  in expm1()  function 2327 		inline expr expm1(expr arg) { return functions::expm1(arg); }  in expm1()  function
  | 
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ | 
| D | np_math_ops.py | 786 def expm1(x):  function
  | 
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ | 
| D | chlo_legalize_to_hlo.cc | 1306   Value expm1 = rewriter.create<mhlo::Expm1Op>(loc, x);  in materializeSinhApproximation()  local
  | 
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ | 
| D | math.cc | 1335     auto expm1 = Expm1(x);  in Sinh()  local
  |