OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:catanf
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
libcall-declarations.c
200
float _Complex
catanf
(float _Complex);
302
F(
catanf
), F(catanl), F(catanh), F(catanhf), F(catanhl),
493
// CHECK-NOERRNO: declare <2 x float> @
catanf
(<2 x float>) [[NUW]]
582
// CHECK-ERRNO: declare <2 x float> @
catanf
(<2 x float>) [[NUW]]
/external/ltrace/etc/
libm.so.conf
89
float_complex
catanf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
137
__tg_atan(float _Complex __x) {return
catanf
(__x);}
Completed in 34 milliseconds