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

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 341 extern float __attribute__((const, overloadable)) cosh(float);
342 FN_FUNC_FN(cosh)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 341 extern float __attribute__((const, overloadable)) cosh(float);
342 FN_FUNC_FN(cosh)
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 70 static_assert((std::is_same<decltype(cosh((double)0)), double>::value), "");
73 assert(cosh(0) == 1);
  /external/ltrace/etc/
libm.so.conf 48 double cosh(double);
  /external/v8/src/
math.js 365 "cosh", MathCosh, // implemented by third_party/fdlibm
  /external/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 92 "Math": "['E', 'LN10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'clz32', 'cos', 'cosh', 'exp', 'expm1', 'floor', 'fround', 'hypot', 'imul', 'log', 'log10', 'log1p', 'log2', 'max', 'min', 'pow', 'random', 'round', 'sign', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'trunc']",
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 68 static_assert((std::is_same<decltype(cosh((double)0)), double>::value), "");
71 assert(cosh(0) == 1);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 142 double __cdecl cosh(double _X);
558 __CRT_INLINE float coshf(float _X) { return ((float)cosh((double)_X)); }
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 67 static native float cosh(float x); method in class:CoreMathVerifier
323 static private Target.Floaty cosh(float f, Target t) { method in class:CoreMathVerifier
326 cosh(in.mid32()),
327 cosh(in.min32()),
328 cosh(in.max32()));
    [all...]
  /bionic/tests/
math_test.cpp 436 TEST(math, cosh) {
437 ASSERT_DOUBLE_EQ(1.0, cosh(0.0));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 211 double cosh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 211 double cosh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 200 double cosh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 211 double cosh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 211 double cosh(double) __NDK_FPABI_MATH__;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 450 const MatrixFunctionReturnValue<Derived> cosh() const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 445 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 88 { return cosh(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 525 __inline_mathcodeNP (cosh, __x, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 445 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 88 { return cosh(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 445 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 88 { return cosh(__t); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 444 _DEFINE_EXPR_UNARY_FUNCTION(cosh)

Completed in 1285 milliseconds

1 2 3 4 5 67 8 91011