Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Delu_op.cc37 const auto expm1 = xla::Expm1(ctx->Input(0)); in Compile() local
74 const auto expm1 = xla::Expm1(ctx->Input(0)); in Compile() local
/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.py86 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/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h278 Status HandleExpm1(HloInstruction* expm1) { in HandleExpm1()
290 Status HandleExpm1(HloInstruction* expm1) { in HandleExpm1()
/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/v8/src/base/
Dieee754.cc2253 double expm1(double x) { in expm1() function
/external/clang/lib/Headers/
Dtgmath.h694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro