OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csinf
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/include/
complex.h
78
float complex
csinf
(float complex);
/development/ndk/platforms/android-L/include/
complex.h
78
float complex
csinf
(float complex);
/bionic/libm/upstream-freebsd/lib/msun/src/
s_csinhf.c
100
csinf
(float complex z)
function
/external/clang/test/CodeGen/
libcall-declarations.c
233
float _Complex
csinf
(float _Complex);
308
F(crealf), F(creall), F(csin), F(
csinf
), F(csinl),
515
// CHECK-NOERRNO: declare <2 x float> @
csinf
(<2 x float>) [[NUW]]
604
// CHECK-ERRNO: declare <2 x float> @
csinf
(<2 x float>) [[NUW]]
/external/ltrace/etc/
libm.so.conf
69
float_complex
csinf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
282
__tg_sin(float _Complex __x) {return
csinf
(__x);}
Completed in 40 milliseconds