Home
last modified time | relevance | path

Searched refs:sqrtf (Results 1 – 25 of 28) sorted by relevance

12

/picolibc-latest/newlib/libm/machine/nds32/
Dwf_sqrt.S34 .global sqrtf
35 .type sqrtf, @function
36 sqrtf: label
70 .size sqrtf, .-sqrtf
/picolibc-latest/newlib/libm/complex/
Dcsqrtf.c49 w = 0.0f + sqrtf(-x) * I; in csqrtf()
54 w = sqrtf(x) + y * I; in csqrtf()
61 r = sqrtf(0.5f * r); in csqrtf()
88 t = sqrtf(0.5f * r + 0.5f * x); in csqrtf()
92 r = sqrtf(0.5f * r - 0.5f * x); in csqrtf()
/picolibc-latest/newlib/libm/math/
Dsf_acosh.c38 return logf((float)2.0 * x - one / (x + sqrtf(t - one))); in acoshf()
41 return log1pf(t + sqrtf((float)2.0 * t + t * t)); in acoshf()
Dsf_asinh.c39 w = logf((float)2.0 * t + one / (sqrtf(x * x + one) + t)); in asinhf()
42 w = log1pf(fabsf(x) + t / (one + sqrtf(one + t))); in asinhf()
Dsf_j1.c69 z = (invsqrtpi * cc) / sqrtf(y); in j1f()
73 z = invsqrtpi * (u * cc - v * ss) / sqrtf(y); in j1f()
152 z = (invsqrtpi * ss) / sqrtf(x); in y1f()
156 z = invsqrtpi * (u * ss + v * cc) / sqrtf(x); in y1f()
Dsf_hypot.c76 w = sqrtf(t1 * t1 - (b * (-b) - t2 * (a + t1))); in hypotf()
83 w = sqrtf(t1 * y1 - (w * (-w) - (t1 * y2 + t2 * b))); in hypotf()
Dsf_j0.c67 z = (invsqrtpi * cc) / sqrtf(x); in j0f()
71 z = invsqrtpi * (u * cc - v * ss) / sqrtf(x); in j0f()
155 z = (invsqrtpi * ss) / sqrtf(x); in y0f()
159 z = invsqrtpi * (u * ss + v * cc) / sqrtf(x); in y0f()
Dsf_acos.c60 s = sqrtf(z); in acosf()
67 s = sqrtf(z); in acosf()
Dsf_sqrt.c19 sqrtf(float x) in sqrtf() function
Dsf_asin.c64 s = sqrtf(t); in asinf()
Dsf_pow.c122 return sqrtf(x); in powf()
/picolibc-latest/newlib/libm/machine/spu/
Dwf_sqrt.c40 float sqrtf(float in) in sqrtf() function
/picolibc-latest/newlib/libm/machine/aarch64/
Dsf_sqrt.c31 sqrtf (float x) in sqrtf() function
/picolibc-latest/newlib/libm/machine/riscv/
Dsf_sqrt.c40 sqrtf (float x) in sqrtf() function
/picolibc-latest/newlib/libm/machine/arm/
Dsf_sqrt.c32 sqrtf(float x) in sqrtf() function
/picolibc-latest/newlib/libc/machine/aarch64/machine/
Dmath.h79 sqrtf (float x) in sqrtf() function
/picolibc-latest/newlib/libc/machine/arm/machine/
Dmath.h163 sqrtf(float x) in sqrtf() function
/picolibc-latest/newlib/libc/include/machine/
Dfastmath.h100 #define sqrtf(x) fast_sqrtf(x) macro
/picolibc-latest/newlib/libc/machine/riscv/machine/
Dmath.h268 sqrtf (float x) in sqrtf() function
/picolibc-latest/newlib/libm/test/
Dsqrtf_vec.c304 void test_sqrtf(int m) {run_vector_1(m,sqrtf_vec,(char *)(sqrtf),"sqrtf","ff"); } in test_sqrtf()
Dmath.c806 float sqrtf(a) float a; { return sqrt(a); }
/picolibc-latest/test/
Dfenv.c57 #define test_sqrt(x) sqrtf(x)
Drounding-mode.c352 float __r = sqrtf(__p); \ in main()
Dmath-funcs.c196 f1 = sqrtf (f1); in main()
/picolibc-latest/newlib/libc/include/
Dmath.h508 extern float sqrtf (float);

12