Home
last modified time | relevance | path

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

12

/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/arm-optimized-routines/pl/math/
Dexpm1_2u5.c30 expm1 (double x) in expm1() function
Dv_expm1_2u5.c53 v_f64_t V_NAME (expm1) (v_f64_t x) in V_NAME() argument
/external/musl/src/math/
Dexpm1.c121 double expm1(double x) in expm1() function
/external/XNNPACK/eval/
Df16-expm1minus-ulp.cc52 xnn_f16_unary_math_function expm1, in ExpM1Error()
Df32-expm1minus-ulp.cc52 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.rs121 mod expm1; module
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h111 expm1() const in expm1() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1116 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/
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/mlir/tfrt/jit/transforms/
Dtf_jitrt_math_approximation.cc287 Value expm1 = builder.create<arith::MulFOp>( in matchAndRewrite() local
/external/musl/include/
Dtgmath.h230 #define expm1(x) __tg_real(expm1, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py90 expm1 = _unary_op(math_ops.expm1) variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp75 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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h284 expm1() const { in expm1() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp75 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/ComputeLibrary/include/half/
Dhalf.hpp1372 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/
Dhalf.hpp1374 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/
Dnp_math_ops.py786 def expm1(x): function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc1306 Value expm1 = rewriter.create<mhlo::Expm1Op>(loc, x); in materializeSinhApproximation() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1335 auto expm1 = Expm1(x); in Sinh() local

12