OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csinh
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_csinh.c
48
csinh
(double complex z)
function
154
/* csin(z) = -I *
csinh
(I * z) */
155
z =
csinh
(cpack(-cimag(z), creal(z)));
/bionic/libm/include/
complex.h
79
double complex
csinh
(double complex);
/development/ndk/platforms/android-L/include/
complex.h
79
double complex
csinh
(double complex);
/external/clang/test/CodeGen/
libcall-declarations.c
235
double _Complex
csinh
(double _Complex);
309
F(
csinh
), F(csinhf), F(csinhl), F(csqrt), F(csqrtf),
516
// CHECK-NOERRNO: declare { double, double } @
csinh
(double, double) [[NUW]]
605
// CHECK-ERRNO: declare { double, double } @
csinh
(double, double) [[NUW]]
/external/ltrace/etc/
libm.so.conf
92
double_complex
csinh
(double_complex);
/external/clang/lib/Headers/
tgmath.h
373
__tg_sinh(double _Complex __x) {return
csinh
(__x);}
Completed in 151 milliseconds