Searched refs:sinf (Results 1 – 23 of 23) sorted by relevance
20 sinf(float x) in sinf() function56 __strong_reference(sinf, _sinf);
53 s = sinf(y); in j1f()129 s = sinf(x); in y1f()
51 s = sinf(x); in j0f()139 s = sinf(x); in y0f()
40 float sinf(float angle) in sinf() function
45 return (float complex) (sinf(crealf(z)) * ch) + (cosf(crealf(z)) * sh) * I; in csinf()
45 return (float complex) (cosf(crealf(z)) * ch) - (sinf(crealf(z)) * sh) * I; in ccosf()
45 return (float complex) (sinhf(x) * cosf(y)) + (coshf(x) * sinf(y)) * I; in csinhf()
45 return (float complex) (coshf(x) * cosf(y)) + (sinhf(x) * sinf(y)) * I; in ccoshf()
46 return (float complex) (r * cosf(y)) + r * sinf(y) * I; in cexpf()
46 return (float complex) (sinhf(2.0f * x) / d) + (sinf(2.0f * y) / d) * I; in ctanhf()
54 return (float complex) (sinf(2.0f * crealf(z)) / d) + (sinhf(2.0f * cimagf(z)) / d) * I; in ctanf()
57 w = r * cosf(theta) + (r * sinf(theta)) * I; in cpowf()
41 sinf (float y) in sinf() function
132 sinf.c
1318 #define _sinf(x) sinf(x)
87 #define sinf(x) fast_sinf(x) macro
302 void test_sinf(int m) {run_vector_1(m,sinf_vec,(char *)(sinf),"sinf","ff"); } in test_sinf()
768 float sinf (float a) { return sin((double)a); }
469 extern float sinf (float);
177 f1 = sinf (f1); in main()
95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
9361 * libm/machine/spu/headers/sinf.h: Ditto.22050 * libm/mathfp/s_sinf.c (sinf): New file.22082 * libm/mathfp/sf_sin.c (sinf): New file.
2415 newlib/libm/common/sinf.c2534 newlib/libm/machine/spu/headers/sinf.h