/picolibc-latest/newlib/libm/machine/nds32/ |
D | w_sqrt.S | 34 .global sqrt 35 .type sqrt, @function 36 sqrt: label 70 .size sqrt, .-sqrt
|
/picolibc-latest/newlib/libm/complex/ |
D | csqrt.c | 87 r = sqrt(r); in csqrt() 98 r = sqrt(0.5 * r); in csqrt() 124 t = sqrt(0.5 * r + 0.5 * x); in csqrt() 128 r = sqrt(0.5 * r - 0.5 * x); in csqrt()
|
/picolibc-latest/newlib/libm/machine/arm/ |
D | s_sqrt.c | 31 sqrt(double x) in sqrt() function 47 _MATH_ALIAS_d_d(sqrt)
|
/picolibc-latest/newlib/libm/machine/spu/ |
D | w_sqrt.c | 36 double sqrt(double in) in sqrt() function
|
/picolibc-latest/newlib/libm/machine/aarch64/ |
D | s_sqrt.c | 31 sqrt (double x) in sqrt() function
|
/picolibc-latest/newlib/libm/machine/riscv/ |
D | s_sqrt.c | 40 sqrt (double x) in sqrt() function
|
/picolibc-latest/test/ |
D | rand.c | 66 double stddev = sqrt((N * s2 - s1*s1) / ((double) N * ((double) N - 1))); in main()
|
D | long_double_gen.5c | 177 return log(x + sqrt(x*x-1)); 187 return sign * log(x + sqrt(x*x+1)); 241 real factor = 2 / sqrt(pi_value(obits)); 357 { .f = sqrt, .name = "sqrtl" }, 483 real hypot(real x, real y) { return sqrt(x*x + y*y); }
|
D | fenv.c | 49 #define test_sqrt(x) sqrt(x)
|
D | rounding-mode.c | 308 double __r = sqrt(__p); \ in main()
|
D | math_errhandling_tests.c | 516 FLOAT_T h = makemathname(sqrt)(s*s+c*c); in makemathname() 708 static FLOAT_T makemathname(test_sqrt_qnan)(void) { return makemathname(sqrt)(makemathname(qnanval)… in makemathname() 709 static FLOAT_T makemathname(test_sqrt_snan)(void) { return makemathname(sqrt)(makemathname(snanval)… in makemathname() 710 static FLOAT_T makemathname(test_sqrt_0)(void) { return makemathname(sqrt)(makemathname(zero)); } in makemathname() 711 static FLOAT_T makemathname(test_sqrt_neg0)(void) { return makemathname(sqrt)(-makemathname(zero));… in makemathname() 712 static FLOAT_T makemathname(test_sqrt_inf)(void) { return makemathname(sqrt)(makemathname(infval));… in makemathname() 713 static FLOAT_T makemathname(test_sqrt_neginf)(void) { return makemathname(sqrt)(-makemathname(infva… in makemathname() 714 static FLOAT_T makemathname(test_sqrt_neg)(void) { return makemathname(sqrt)(-makemathname(two)); } in makemathname() 716 static FLOAT_T makemathname(test_sqrt_2)(void) { return makemathname(sqrt)(makemathname(two)); }
|
D | math-funcs.c | 99 d1 = sqrt (d1); in main()
|
/picolibc-latest/newlib/libc/machine/aarch64/machine/ |
D | math.h | 56 sqrt (double x) in sqrt() function
|
/picolibc-latest/newlib/libm/math/ |
D | sf_sqrt.c | 83 _MATH_ALIAS_f_f(sqrt)
|
D | s_asin.c | 98 s = sqrt(t); in asin64()
|
D | s_sqrt.c | 194 _MATH_ALIAS_d_d(sqrt)
|
D | s_pow.c | 172 return sqrt(x); in pow64()
|
D | math.tex | 83 * Function sqrt:: Positive square root
|
/picolibc-latest/newlib/libc/machine/arm/machine/ |
D | math.h | 62 sqrt(double x) in sqrt() function
|
/picolibc-latest/newlib/libc/include/machine/ |
D | fastmath.h | 52 #define sqrt(x) fast_sqrt(x) macro
|
/picolibc-latest/newlib/libm/ld/common/ |
D | e_sqrtl.c | 132 xn = (long double)sqrt((double)u.e); /* 53-bit estimate of sqrtl(x). */ in sqrtl()
|
/picolibc-latest/newlib/libc/machine/riscv/machine/ |
D | math.h | 175 sqrt (double x) in sqrt() function
|
/picolibc-latest/newlib/libm/test/ |
D | sqrt_vec.c | 304 void test_sqrt(int m) {run_vector_1(m,sqrt_vec,(char *)(sqrt),"sqrt","dd"); } in test_sqrt()
|
D | math.c | 806 float sqrtf(a) float a; { return sqrt(a); }
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 135 extern double sqrt (double);
|