HomeSort by relevance Sort by last modified time
    Searched refs:sinh (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/ndk/9/sources/cxx-stl/EH/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>&);
  /external/clang/lib/Headers/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 688 #define __ieee754_sinh sinh
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 138 #define sinhf(f) ((float) sinh(f))
  /external/mesa3d/src/mesa/main/
imports.h 138 #define sinhf(f) ((float) sinh(f))
  /frameworks/rs/scriptc/
rs_cl.rsh 721 extern float __attribute__((const, overloadable)) sinh(float);
722 FN_FUNC_FN(sinh)
  /libcore/luni/src/main/java/java/lang/
Math.java 799 * <li>{@code sinh(+0.0) = +0.0}</li>
800 * <li>{@code sinh(-0.0) = -0.0}</li>
801 * <li>{@code sinh(+infinity) = +infinity}</li>
802 * <li>{@code sinh(-infinity) = -infinity}</li>
803 * <li>{@code sinh(NaN) = NaN}</li>
810 public static native double sinh(double d); method in class:Math
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 721 extern float __attribute__((const, overloadable)) sinh(float);
722 FN_FUNC_FN(sinh)
  /bionic/tests/
math_test.cpp 364 TEST(math, sinh) {
365 ASSERT_FLOAT_EQ(0.0, sinh(0.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 167 static_assert((std::is_same<decltype(sinh((double)0)), double>::value), "");
170 assert(sinh(0) == 0);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 1360 SkScalar sinh = SkPoint::CrossProduct(before, after); local
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 452 const MatrixFunctionReturnValue<Derived> sinh() const;
  /external/skia/src/core/
SkPath.cpp 1360 SkScalar sinh = SkPoint::CrossProduct(before, after); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 447 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
valarray_before.h 108 { return sinh(__t); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 449 _DEFINE_EXPR_UNARY_FUNCTION(sinh, _Sinh)
valarray_before.h 110 { return sinh(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 449 _DEFINE_EXPR_UNARY_FUNCTION(sinh, _Sinh)
valarray_before.h 110 { return sinh(__t); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 447 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
valarray_before.h 108 { return sinh(__t); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 447 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
valarray_before.h 108 { return sinh(__t); }

Completed in 656 milliseconds

1 2 3 4 5 67 8 9