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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 57 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
207 acosh(const std::complex<_Tp>& __z)
210 /// acosh(__z) [8.1.5].
215 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 57 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
207 acosh(const std::complex<_Tp>& __z)
210 /// acosh(__z) [8.1.5].
215 acosh(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 119 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 119 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 32 /* acosh. */
33 extern double __REDIRECT_NTH (acosh, (double), __acosh_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 32 /* acosh. */
33 extern double __REDIRECT_NTH (acosh, (double), __acosh_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 68 var acosh = []complex128{
509 if f := Acosh(vc[i]); !cSoclose(acosh[i], f, 1e-14) {
510 t.Errorf("Acosh(%g) = %g, want %g", vc[i], f, acosh[i])
514 if f := Acosh(vcAcoshSC[i]); !cAlike(acoshSC[i], f) {
515 t.Errorf("Acosh(%g) = %g, want %g", vcAcoshSC[i], f, acoshSC[i])
769 Acosh(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 68 var acosh = []complex128{
509 if f := Acosh(vc[i]); !cSoclose(acosh[i], f, 1e-14) {
510 t.Errorf("Acosh(%g) = %g, want %g", vc[i], f, acosh[i])
514 if f := Acosh(vcAcoshSC[i]); !cAlike(acoshSC[i], f) {
515 t.Errorf("Acosh(%g) = %g, want %g", vcAcoshSC[i], f, acoshSC[i])
769 Acosh(complex(2.5, 3.5))
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 364 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uchar, float)
365 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, char, float)
366 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, ushort, float)
367 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, short, float)
368 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, int, float)
369 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float)
370 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, float, float)
371 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acosh, double, double)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uchar, float)
376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, char, float)
377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, ushort, float)
378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, short, float)
379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, int, float)
380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float)
381 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, float, float)
382 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acosh, double, double)
    [all...]
  /external/clang/lib/Headers/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /external/fdlibm/
fdlibm.h 143 extern double acosh __P((double));
k_standard.c 60 * 29-- acosh(x<1)
535 /* acosh(x<1) */
537 exc.name = "acosh";
543 (void) WRITE2("acosh: DOMAIN error\n", 20);
  /external/vulkan-validation-layers/libs/glm/gtc/
reciprocal.inl 170 return acosh(genType(1) / x);
  /libcore/ojluni/src/main/native/
fdlibm.h 158 extern double acosh __P((double));
  /ndk/sources/android/support/src/
math_support.c 68 __attribute__((weak)) long double acoshl(long double x) { return acosh((double)x); }
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro

Completed in 703 milliseconds

1 2 3 4 5 67 8 91011>>