Searched refs:tanhf (Results 1 – 9 of 9) sorted by relevance
40 float tanhf(float x) in tanhf() function
21 tanhf(float x) in tanhf() function
95 #define tanhf(x) fast_tanhf(x) macro
304 void test_tanhf(int m) {run_vector_1(m,tanhf_vec,(char *)(tanhf),"tanhf","ff"); } in test_tanhf()
748 float tanhf(a) float a; { return tanh(a); }
465 extern float tanhf (float);
171 f1 = tanhf (f1); in main()
2463 newlib/libm/machine/spu/headers/tanhf.h
9376 * libm/machine/spu/headers/tanhf.h: Ditto.22088 * libm/mathfp/sf_tanh.c (tanhf): New file.