OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clogf
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
libcall-declarations.c
221
float _Complex
clogf
(float _Complex);
306
F(clog), F(
clogf
), F(clogl), F(cproj), F(cprojf),
507
// CHECK-NOERRNO: declare <2 x float> @
clogf
(<2 x float>) [[NUW]]
596
// CHECK-ERRNO: declare <2 x float> @
clogf
(<2 x float>) [[NUW]]
/external/ltrace/etc/
libm.so.conf
197
float_complex
clogf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
456
__tg_log(float _Complex __x) {return
clogf
(__x);}
Completed in 33 milliseconds