/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
math.h | 212 double sinh(double);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
math.h | 85 using std::tr1::sinh;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 85 using std::tr1::sinh;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 85 using std::tr1::sinh;
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 573 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const function in class:Eigen::MatrixBase 577 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::sinh);
|
/bionic/libm/include/ |
math.h | 197 double sinh(double);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 396 #define __ieee754_sinh sinh
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 474 /// double sinh(double x); 475 sinh, enumerator in enum:llvm::LibFunc::Func
|
/libcore/benchmarks/src/benchmarks/regression/ |
MathBenchmark.java | 323 Math.sinh(d);
|
StrictMathBenchmark.java | 311 StrictMath.sinh(d);
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 742 * <li>{@code sinh(+0.0) = +0.0}</li> 743 * <li>{@code sinh(-0.0) = -0.0}</li> 744 * <li>{@code sinh(+infinity) = +infinity}</li> 745 * <li>{@code sinh(-infinity) = -infinity}</li> 746 * <li>{@code sinh(NaN) = NaN}</li> 753 public static native double sinh(double d); method in class:StrictMath [all...] |
/external/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/ |
cmath.pass.cpp | 359 static_assert((std::is_same<decltype(std::sinh((float)0)), float>::value), ""); 360 static_assert((std::is_same<decltype(std::sinh((bool)0)), double>::value), ""); 361 static_assert((std::is_same<decltype(std::sinh((unsigned short)0)), double>::value), ""); 362 static_assert((std::is_same<decltype(std::sinh((int)0)), double>::value), ""); 363 static_assert((std::is_same<decltype(std::sinh((unsigned int)0)), double>::value), ""); 364 static_assert((std::is_same<decltype(std::sinh((long)0)), double>::value), ""); 365 static_assert((std::is_same<decltype(std::sinh((unsigned long)0)), double>::value), ""); 366 static_assert((std::is_same<decltype(std::sinh((long long)0)), double>::value), ""); 367 static_assert((std::is_same<decltype(std::sinh((unsigned long long)0)), double>::value), ""); 368 static_assert((std::is_same<decltype(std::sinh((double)0)), double>::value), "") [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|