HomeSort by relevance Sort by last modified time
    Searched defs:atanh (Results 1 - 18 of 18) sorted by null

  /external/fdlibm/
w_atanh.c 14 * wrapper atanh(x)
21 double atanh(double x) /* wrapper atanh */ function
23 double atanh(x) /* wrapper atanh */
36 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
38 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 54 static Scalar atanh(Scalar x);
95 /** \brief Compute atanh (inverse hyperbolic tangent). */
97 typename MatrixType::Scalar MatrixLogarithmAtomic<MatrixType>::atanh(typename MatrixType::Scalar x) function in class:Eigen::MatrixLogarithmAtomic
131 result(0,1) = A(0,1) * (Scalar(2) * atanh(z) + Scalar(0,2*M_PI*unwindingNumber)) / (A(1,1) - A(0,0));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 280 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 280 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /external/clang/lib/Headers/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 363 friend const mpreal atanh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1937 inline const mpreal atanh (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 114 /// double atanh(double x);
115 atanh, enumerator in enum:llvm::LibFunc::Func
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 520 milliseconds