HomeSort by relevance Sort by last modified time
    Searched refs:tanh (Results 126 - 150 of 249) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 382 // tanh
390 __tg_tanh(double __x) {return tanh(__x);}
408 #undef tanh macro
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 382 // tanh
390 __tg_tanh(double __x) {return tanh(__x);}
408 #undef tanh macro
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
  /external/mesa3d/src/mesa/main/
imports.h 141 #define tanhf(f) ((float) tanh(f))
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 449 result = Math.tanh(d);
  /libcore/luni/src/main/java/java/lang/
Math.java 858 * <li>{@code tanh(+0.0) = +0.0}</li>
859 * <li>{@code tanh(-0.0) = -0.0}</li>
860 * <li>{@code tanh(+infinity) = +1.0}</li>
861 * <li>{@code tanh(-infinity) = -1.0}</li>
862 * <li>{@code tanh(NaN) = NaN}</li>
869 public static native double tanh(double d); method in class:Math
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 747 extern float __attribute__((const, overloadable)) tanh(float);
748 FN_FUNC_FN(tanh)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 747 extern float __attribute__((const, overloadable)) tanh(float);
748 FN_FUNC_FN(tanh)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 747 extern float __attribute__((const, overloadable)) tanh(float);
748 FN_FUNC_FN(tanh)
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 193 static_assert((std::is_same<decltype(tanh((double)0)), double>::value), "");
196 assert(tanh(0) == 0);
  /external/ltrace/etc/
libm.so.conf 52 double tanh(double);
  /external/v8/src/
math.js 366 "tanh", MathTanh,
  /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 191 static_assert((std::is_same<decltype(tanh((double)0)), double>::value), "");
194 assert(tanh(0) == 0);
  /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 143 double __cdecl tanh(double _X);
564 __CRT_INLINE float tanhf(float _X) { return ((float)tanh((double)_X)); }
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 110 static native float tanh(float x); method in class:CoreMathVerifier
550 static private Target.Floaty tanh(float f, Target t) { method in class:CoreMathVerifier
553 tanh(in.mid32()),
554 tanh(in.min32()),
555 tanh(in.max32()));
    [all...]
  /bionic/tests/
math_test.cpp 460 TEST(math, tanh) {
461 ASSERT_DOUBLE_EQ(0.0, tanh(0.0));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 213 double tanh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 213 double tanh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 202 double tanh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 213 double tanh(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 213 double tanh(double) __NDK_FPABI_MATH__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 450 _DEFINE_EXPR_UNARY_FUNCTION(tanh, _Tanh)
valarray_before.h 130 { return tanh(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 529 __inline_mathcodeNP (tanh, __x, \

Completed in 1163 milliseconds

1 2 3 4 56 7 8 910