OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csinhf
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_csinhf.c
42
csinhf
(float complex z)
function
103
z =
csinhf
(cpackf(-cimagf(z), crealf(z)));
/bionic/libm/include/
complex.h
80
float complex
csinhf
(float complex);
/development/ndk/platforms/android-L/include/
complex.h
80
float complex
csinhf
(float complex);
/external/clang/test/CodeGen/
libcall-declarations.c
236
float _Complex
csinhf
(float _Complex);
309
F(csinh), F(
csinhf
), F(csinhl), F(csqrt), F(csqrtf),
517
// CHECK-NOERRNO: declare <2 x float> @
csinhf
(<2 x float>) [[NUW]]
606
// CHECK-ERRNO: declare <2 x float> @
csinhf
(<2 x float>) [[NUW]]
/external/ltrace/etc/
libm.so.conf
93
float_complex
csinhf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
369
__tg_sinh(float _Complex __x) {return
csinhf
(__x);}
Completed in 37 milliseconds