Searched refs:atanf (Results 1 – 10 of 10) sorted by relevance
36 float atanf(float x) in atanf() function
38 return atanf(y); /* x=1.0 */ in atan2f()94 z = atanf(check_uflowf(fabsf(y / x))); /* safe to do y/x */ in atan2f()
50 atanf(float x) in atanf() function
92 #define atanf(x) fast_atanf(x) macro
305 void test_atanf(int m) {run_vector_1(m,atanf_vec,(char *)(atanf),"atanf","ff"); } in test_atanf()
729 float atanf(a) float a; { return atan(a); }
461 extern float atanf (float);
167 f1 = atanf (f1); in main()
2135 newlib/libm/machine/spu/headers/atanf.h
9444 * libm/machine/spu/headers/atanf.h: New file.22058 * libm/mathfp/sf_atan.c (atanf): New file.26510 * libm/math/Makefile.in (FAKEC): added atanf.c log1pf.c scalbnf.c.