Home
last modified time | relevance | path

Searched refs:cosf (Results 1 – 22 of 22) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_cos.c20 cosf(float x) in cosf() function
56 __strong_reference(cosf, _cosf);
Dsf_j1.c54 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()
Dsf_j0.c52 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()
/picolibc-latest/newlib/libm/machine/spu/
Dsf_cos.c40 float cosf(float angle) in cosf() function
/picolibc-latest/newlib/libm/complex/
Dccosf.c45 return (float complex) (cosf(crealf(z)) * ch) - (sinf(crealf(z)) * sh) * I; in ccosf()
Dcsinf.c45 return (float complex) (sinf(crealf(z)) * ch) + (cosf(crealf(z)) * sh) * I; in csinf()
Dccoshf.c45 return (float complex) (coshf(x) * cosf(y)) + (sinhf(x) * sinf(y)) * I; in ccoshf()
Dcsinhf.c45 return (float complex) (sinhf(x) * cosf(y)) + (coshf(x) * sinf(y)) * I; in csinhf()
Dcexpf.c46 return (float complex) (r * cosf(y)) + r * sinf(y) * I; in cexpf()
Dctanhf.c45 d = coshf(2.0f * x) + cosf(2.0f * y); in ctanhf()
Dctanf.c44 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z)); in ctanf()
Dcpowf.c57 w = r * cosf(theta) + (r * sinf(theta)) * I; in cpowf()
/picolibc-latest/newlib/libm/common/
Dcosf.c42 cosf (float y) in cosf() function
Dmath_config.h1319 #define _cosf(x) cosf(x)
/picolibc-latest/newlib/libc/include/machine/
Dfastmath.h88 #define cosf(x) fast_cosf(x) macro
/picolibc-latest/newlib/libm/test/
Dcosf_vec.c304 void test_cosf(int m) {run_vector_1(m,cosf_vec,(char *)(cosf),"cosf","ff"); } in test_cosf()
Dmath.c771 float cosf (float a) { return cos((double)a); }
/picolibc-latest/newlib/libc/include/
Dmath.h488 extern float cosf (float);
/picolibc-latest/test/
Dmath-funcs.c176 f1 = cosf (f1); in main()
/picolibc-latest/newlib/
DNEWS95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
DChangeLog-20159280 * libm/machine/spu/headers/cosf.h: Ditto.
22063 * libm/mathfp/sf_cos.c (cosf): New file.
/picolibc-latest/
DCOPYING.picolibc2474 newlib/libm/common/cosf.c
2578 newlib/libm/machine/spu/headers/cosf.h