Searched refs:cosf (Results 1 – 22 of 22) sorted by relevance
20 cosf(float x) in cosf() function56 __strong_reference(cosf, _cosf);
54 c = cosf(y); in j1f()58 z = cosf(y + y); in j1f()130 c = cosf(x); in y1f()134 z = cosf(x + x); in y1f()
52 c = cosf(x); in j0f()56 z = -cosf(x + x); in j0f()140 c = cosf(x); in y0f()148 z = -cosf(x + x); in y0f()
40 float cosf(float angle) in cosf() function
45 return (float complex) (cosf(crealf(z)) * ch) - (sinf(crealf(z)) * sh) * I; in ccosf()
45 return (float complex) (sinf(crealf(z)) * ch) + (cosf(crealf(z)) * sh) * I; in csinf()
45 return (float complex) (coshf(x) * cosf(y)) + (sinhf(x) * sinf(y)) * I; in ccoshf()
45 return (float complex) (sinhf(x) * cosf(y)) + (coshf(x) * sinf(y)) * I; in csinhf()
46 return (float complex) (r * cosf(y)) + r * sinf(y) * I; in cexpf()
45 d = coshf(2.0f * x) + cosf(2.0f * y); in ctanhf()
44 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z)); in ctanf()
57 w = r * cosf(theta) + (r * sinf(theta)) * I; in cpowf()
42 cosf (float y) in cosf() function
1319 #define _cosf(x) cosf(x)
88 #define cosf(x) fast_cosf(x) macro
304 void test_cosf(int m) {run_vector_1(m,cosf_vec,(char *)(cosf),"cosf","ff"); } in test_cosf()
771 float cosf (float a) { return cos((double)a); }
488 extern float cosf (float);
176 f1 = cosf (f1); in main()
95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
9280 * libm/machine/spu/headers/cosf.h: Ditto.22063 * libm/mathfp/sf_cos.c (cosf): New file.
2474 newlib/libm/common/cosf.c2578 newlib/libm/machine/spu/headers/cosf.h