Searched defs:acosh (Results 1 - 5 of 5) sorted by relevance

/external/fdlibm/
H A Dw_acosh.c16 * 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/clang/lib/Headers/
H A Dtgmath.h150 // 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/clang/lib/include/
H A Dtgmath.h150 // 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/
H A Dmpreal.h361 friend const mpreal acosh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1858 return acosh(1/v, rnd_mode);
1923 inline const mpreal acosh (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h84 /// double acosh(double x);
85 acosh, enumerator in enum:llvm::LibFunc::Func

Completed in 149 milliseconds