HomeSort by relevance Sort by last modified time
    Searched full:acosh (Results 51 - 75 of 290) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
complex 44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
197 acosh(const std::complex<_Tp>& __z)
200 /// acosh(__z) [8.1.5].
205 acosh(const std::complex<_Tp>& __z)
cmath 32 #undef acosh
151 using ::acosh;
321 acosh(float __x)
325 acosh(long double __x)
330 acosh(_Tp __x)
333 return acosh(__type(__x));
  /bionic/libm/
fake_long_double.c 36 long double acoshl(long double a1) { return acosh(a1); }
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 26 %call = call double @acosh(double %conv)
35 %call = call double @acosh(double %conv)
37 ; CHECK: call double @acosh(double %conv)
331 declare double @acosh(double) nounwind readnone
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 36 IMPORT_F32_FN_F32(acosh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /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/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 32 #undef acosh
151 using ::acosh;
321 acosh(float __x)
325 acosh(long double __x)
330 acosh(_Tp __x)
333 return acosh(__type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 32 #undef acosh
151 using ::acosh;
321 acosh(float __x)
325 acosh(long double __x)
330 acosh(_Tp __x)
333 return acosh(__type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 32 #undef acosh
151 using ::acosh;
321 acosh(float __x)
325 acosh(long double __x)
330 acosh(_Tp __x)
333 return acosh(__type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 32 #undef acosh
151 using ::acosh;
321 acosh(float __x)
325 acosh(long double __x)
330 acosh(_Tp __x)
333 return acosh(__type(__x));
  /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);

Completed in 286 milliseconds

1 23 4 5 6 7 8 91011>>