Searched refs:tanf (Results 1 – 10 of 10) sorted by relevance
40 float tanf(float angle) in tanf() function
19 tanf(float x) in tanf() function
89 #define tanf(x) fast_tanf(x) macro
65 __extension__ float tanf(float)
304 void test_tanf(int m) {run_vector_1(m,tanf_vec,(char *)(tanf),"tanf","ff"); } in test_tanf()
774 float tanf (float a) { return tan((double)a); }
490 extern float tanf (float);
178 f1 = tanf (f1); in main()
2626 newlib/libm/machine/spu/headers/tanf.h
9372 * libm/machine/spu/headers/tanf.h: Ditto.22087 * libm/mathfp/sf_tan.c (tanf): New file.