HomeSort by relevance Sort by last modified time
    Searched full:atanh (Results 151 - 175 of 543) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
unary_func.hpp 88 CV_CUDEV_EXPR_UNARY_FUNC(atanh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 59 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
290 atanh(const std::complex<_Tp>& __z)
293 /// atanh(__z) [8.1.7].
298 atanh(const std::complex<_Tp>& __z)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 59 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
290 atanh(const std::complex<_Tp>& __z)
293 /// atanh(__z) [8.1.7].
298 atanh(const std::complex<_Tp>& __z)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 59 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
290 atanh(const std::complex<_Tp>& __z)
293 /// atanh(__z) [8.1.7].
298 atanh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 59 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
290 atanh(const std::complex<_Tp>& __z)
293 /// atanh(__z) [8.1.7].
298 atanh(const std::complex<_Tp>& __z)
  /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/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 56 /* atanh. */
57 extern double __REDIRECT_NTH (atanh, (double), __atanh_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 56 /* atanh. */
57 extern double __REDIRECT_NTH (atanh, (double), __atanh_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 116 var atanh = []complex128{
557 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
558 t.Errorf("Atanh(%g) = %g, want %g", vc[i], f, atanh[i])
562 if f := Atanh(vcAtanhSC[i]); !cAlike(atanhSC[i], f) {
563 t.Errorf("Atanh(%g) = %g, want %g", vcAtanhSC[i], f, atanhSC[i])
789 Atanh(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 116 var atanh = []complex128{
557 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
558 t.Errorf("Atanh(%g) = %g, want %g", vc[i], f, atanh[i])
562 if f := Atanh(vcAtanhSC[i]); !cAlike(atanhSC[i], f) {
563 t.Errorf("Atanh(%g) = %g, want %g", vcAtanhSC[i], f, atanhSC[i])
789 Atanh(complex(2.5, 3.5))
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 373 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float)
374 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float)
375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float)
376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float)
377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float)
378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float)
379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float)
380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanh, double, double)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 384 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float)
385 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float)
386 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float)
387 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float)
388 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float)
389 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float)
390 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float)
391 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanh, double, double)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /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
  /external/fdlibm/
fdlibm.h 145 extern double atanh __P((double));
  /external/vulkan-validation-layers/libs/glm/gtc/
reciprocal.inl 198 return atanh(genType(1) / x);
  /libcore/ojluni/src/main/native/
fdlibm.h 160 extern double atanh __P((double));
  /ndk/sources/android/support/src/
math_support.c 70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); }
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/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

Completed in 653 milliseconds

1 2 3 4 5 67 8 91011>>