OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccoshf
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c
42
ccoshf
(float complex z)
function
103
return (
ccoshf
(cpackf(-cimagf(z), crealf(z))));
/bionic/libm/include/
complex.h
60
float complex
ccoshf
(float complex);
/development/ndk/platforms/android-L/include/
complex.h
60
float complex
ccoshf
(float complex);
/external/clang/test/CodeGen/
libcall-declarations.c
209
float _Complex
ccoshf
(float _Complex);
303
F(ccos), F(ccosf), F(ccosl), F(ccosh), F(
ccoshf
),
499
// CHECK-NOERRNO: declare <2 x float> @
ccoshf
(<2 x float>) [[NUW]]
588
// CHECK-ERRNO: declare <2 x float> @
ccoshf
(<2 x float>) [[NUW]]
/external/ltrace/etc/
libm.so.conf
97
float_complex
ccoshf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
340
__tg_cosh(float _Complex __x) {return
ccoshf
(__x);}
Completed in 37 milliseconds