HomeSort by relevance Sort by last modified time
    Searched full:cosh (Results 201 - 225 of 541) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 259 TEST_FN_FUNC_FN(cosh);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 259 TEST_FN_FUNC_FN(cosh);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 259 TEST_FN_FUNC_FN(cosh);
math.rs.orig 259 TEST_FN_FUNC_FN(cosh);
  /libcore/luni/src/main/java/java/lang/
Math.java 250 * <li>{@code cosh(+infinity) = +infinity}</li>
251 * <li>{@code cosh(-infinity) = +infinity}</li>
252 * <li>{@code cosh(NaN) = NaN}</li>
259 public static native double cosh(double d); method in class:Math
    [all...]
StrictMath.java 239 * <li>{@code cosh(+infinity) = +infinity}</li>
240 * <li>{@code cosh(-infinity) = +infinity}</li>
241 * <li>{@code cosh(NaN) = NaN}</li>
248 public static native double cosh(double d); method in class:StrictMath
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 73 __MATHCALL (cosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 73 __MATHCALL (cosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 73 __MATHCALL (cosh,, (_Mdouble_ __x));
  /bionic/tests/
math_test.cpp 352 TEST(math, cosh) {
353 ASSERT_FLOAT_EQ(1.0, cosh(0.0));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 581 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const function in class:Eigen::MatrixBase
585 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::cosh);
  /external/fdlibm/
k_standard.c 36 * 5 -- cosh overflow
159 exc.name = "cosh";
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 168 /// double cosh(double x);
169 cosh, enumerator in enum:llvm::LibFunc::Func
  /frameworks/rs/scriptc/
rs_cl.rsh 341 extern float __attribute__((const, overloadable)) cosh(float);
342 FN_FUNC_FN(cosh)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 52 'cos', 'cosh', 'exp', 'log', 'log10', 'sin', 'sinh',
258 'cosh' : real_line,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 52 'cos', 'cosh', 'exp', 'log', 'log10', 'sin', 'sinh',
258 'cosh' : real_line,
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 341 extern float __attribute__((const, overloadable)) cosh(float);
342 FN_FUNC_FN(cosh)
  /bionic/libm/include/
math.h 196 double cosh(double);
  /development/ndk/platforms/android-3/include/
math.h 211 double cosh(double);
  /development/ndk/platforms/android-9/include/
math.h 211 double cosh(double);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 85 'convex_hull', 'convol', 'convstr', 'copfac', 'copy', 'corr', 'correl', 'cos', 'cosh', 'coshm',
winbatch.php 129 'CurrentPath', 'CurrentFile', 'CreateObject', 'Cosh', 'Cos', 'ClipPut', 'ClipHasFormat', 'ClipGetEx', 'ClipGet', 'ClipAppend',
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/proguard/src/proguard/gui/
default.pro 88 public static double cosh(double);
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 315 BENCH_FN_FUNC_FN(cosh);

Completed in 1230 milliseconds

1 2 3 4 5 6 7 891011>>