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

  /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) */
  /external/deqp/framework/common/
tcuVectorUtil.hpp 101 inline float acosh (float a) { return deFloatAcosh(a); } function in namespace:tcu
440 TCU_DECLARE_VECTOR_UNARY_FUNC(acosh, deFloatAcosh)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 274 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 274 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /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
  /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
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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/darwin-x86/host/3.5/lib/clang/3.5/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/linux-x86/host/3.4/lib/clang/3.4/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/linux-x86/host/3.5/lib/clang/3.5/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/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/sdk/renderscript/clang-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
  /external/eigen/unsupported/test/mpreal/
mpreal.h 371 friend const mpreal acosh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2094 inline const mpreal acosh (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(acosh); } function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 58 static native float acosh(float x); method in class:CoreMathVerifier
240 static private Target.Floaty acosh(float f, Target t) { method in class:CoreMathVerifier
243 acosh(in.mid32()),
244 acosh(in.min32()),
245 acosh(in.max32()));
591 args.out = acosh(args.in, t);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 107 /// double acosh(double x);
108 acosh, enumerator in enum:llvm::LibFunc::Func
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 815 milliseconds