| /external/rust/crates/libm/src/math/ |
| D | sinh.rs | 8 pub fn sinh(x: f64) -> f64 { in sinh() function
|
| D | mod.rs | 183 mod sinh; module
|
| /external/musl/src/math/ |
| D | sinh.c | 7 double sinh(double x) in sinh() function
|
| /external/arm-optimized-routines/pl/math/ |
| D | sinh_3u.c | 27 sinh (double x) in sinh() function
|
| D | v_sinh_3u.c | 59 VPCS_ATTR v_f64_t V_NAME (sinh) (v_f64_t x) in V_NAME() argument
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_trigonometric.inl | 112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v) function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
| D | Complex.java | 746 public Complex sinh() { in sinh() method in Complex
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 339 sinh() const in sinh() function
|
| /external/rust/crates/num-traits/src/ |
| D | real.rs | 700 fn sinh(self) -> Self; in sinh() method
|
| D | float.rs | 1764 fn sinh(self) -> Self; in sinh() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 911 inline _LIBCPP_HIDE_FROM_ABI float sinh(float __x) _NOEXCEPT {return __builtin_sinhf(__… in sinh() function 914 _LIBCPP_HIDE_FROM_ABI double sinh(double __x) _NOEXCEPT { in sinh() function 918 inline _LIBCPP_HIDE_FROM_ABI long double sinh(long double __x) _NOEXCEPT {return __builtin_sinhl(__… in sinh() function 924 sinh(_A1 __x) _NOEXCEPT {return __builtin_sinh((double)__x);} in sinh() function
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
|
| /external/libcxx/include/ |
| D | math.h | 1019 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return ::sinhf(_… in sinh() function 1020 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return ::sinhl(_… in sinh() function 1026 sinh(_A1 __lcpp_x) _NOEXCEPT {return ::sinh((double)__lcpp_x);} in sinh() function
|
| /external/libxaac/decoder/armv8/ |
| D | ixheaacd_qmf_dec_armv8.c | 326 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1246 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
|
| /external/musl/include/ |
| D | tgmath.h | 263 #define sinh(x) __tg_real_complex(sinh, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 52 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 53 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 54 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
|
| /external/rust/crates/half/src/ |
| D | num_traits.rs | 547 fn sinh(self) -> Self { in sinh() method 1285 fn sinh(self) -> Self { in sinh() method
|
| /external/libxaac/decoder/generic/ |
| D | ixheaacd_qmf_dec_generic.c | 500 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1491 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
|
| /external/skia/src/core/ |
| D | SkPathBuilder.cpp | 431 double sinh = cross(befored, afterd); in arcTo() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 53 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1506 static expr sinh(float arg) { return expr(std::sinh(arg)); } in sinh() function 2464 inline expr sinh(half arg) { return functions::sinh(arg); } in sinh() function 2465 inline expr sinh(expr arg) { return functions::sinh(arg); } in sinh() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1508 static expr sinh(float arg) { return expr(std::sinh(arg)); } in sinh() function 2466 inline expr sinh(half arg) { return functions::sinh(arg); } in sinh() function 2467 inline expr sinh(expr arg) { return functions::sinh(arg); } in sinh() function
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 681 def sinh(x): function
|