OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccosh
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c
48
ccosh
(double complex z)
function
153
/* ccos(z) =
ccosh
(I * z) */
154
return (
ccosh
(cpack(-cimag(z), creal(z))));
/bionic/libm/include/
complex.h
59
double complex
ccosh
(double complex);
/development/ndk/platforms/android-L/include/
complex.h
59
double complex
ccosh
(double complex);
/external/clang/test/CodeGen/
libcall-declarations.c
208
double _Complex
ccosh
(double _Complex);
303
F(ccos), F(ccosf), F(ccosl), F(
ccosh
), F(ccoshf),
498
// CHECK-NOERRNO: declare { double, double } @
ccosh
(double, double) [[NUW]]
587
// CHECK-ERRNO: declare { double, double } @
ccosh
(double, double) [[NUW]]
/external/ltrace/etc/
libm.so.conf
96
double_complex
ccosh
(double_complex);
/external/clang/lib/Headers/
tgmath.h
344
__tg_cosh(double _Complex __x) {return
ccosh
(__x);}
Completed in 310 milliseconds