HomeSort by relevance Sort by last modified time
    Searched refs:acosh (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/fdlibm/
w_acosh.c 16 * wrapper acosh(x)
22 double acosh(double x) /* wrapper acosh */ function
24 double acosh(x) /* wrapper acosh */
35 return __kernel_standard(x,x,29); /* acosh(x<1) */
fdlibm.h 143 extern double acosh __P((double));
  /bionic/libm/
fake_long_double.c 36 long double acoshl(long double a1) { return acosh(a1); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 36 IMPORT_F32_FN_F32(acosh)
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 14 // acosh(const complex<T>& x);
25 assert(acosh(c) == x);
42 std::complex<double> r = acosh(x[i]);
  /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/sysroot/usr/include/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 267 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 276 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 267 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) 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 276 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 267 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /development/ndk/platforms/android-3/include/
math.h 234 double acosh(double);
  /development/ndk/platforms/android-9/include/
math.h 234 double acosh(double);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 37 using std::tr1::acosh;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 37 using std::tr1::acosh;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 37 using std::tr1::acosh;

Completed in 512 milliseconds

1 2 3 4