Home
last modified time | relevance | path

Searched defs:sinh (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dsinh.rs8 pub fn sinh(x: f64) -> f64 { in sinh() function
Dmod.rs165 mod sinh; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v) function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h305 sinh() const in sinh() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java746 public Complex sinh() { in sinh() method in Complex
/external/rust/crates/num-traits/src/
Dfloat.rs1708 fn sinh(self) -> Self; in sinh() method
2085 fn sinh(self) -> Self { in sinh() method
2220 fn sinh(self) -> Self { in sinh() method
Dreal.rs700 fn sinh(self) -> Self; in sinh() method
/external/clang/lib/Headers/
D__clang_cuda_cmath.h141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
Dtgmath.h380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/external/llvm-project/libcxx/include/
Dmath.h1015 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return ::sinhf(_… in sinh() function
1016 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return ::sinhl(_… in sinh() function
1022 sinh(_A1 __lcpp_x) _NOEXCEPT {return ::sinh((double)__lcpp_x);} in sinh() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
D__clang_cuda_math.h309 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } in sinh() function
Dtgmath.h373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h1019 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/
Dixheaacd_qmf_dec_armv8.c330 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local
1129 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp52 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp53 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
/external/skia/src/core/
DSkPathBuilder.cpp413 double sinh = befored.cross(afterd); in arcTo() local
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp52 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp54 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c492 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local
1362 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py686 def sinh(x): function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java338 public static double sinh(double x) { in sinh() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1670 void ShaderCore::sinh(Vector4f &dst, const Vector4f &src, bool pp) in sinh() function in sw::ShaderCore

12