Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 24 of 24) sorted by relevance

/picolibc-latest/test/
Dlong_double_vec.h1726 { .line = __LINE__, .x0 = -4L, .x1 = -16, .y = -6.103515625e-5L },
1727 { .line = __LINE__, .x0 = -4L, .x1 = -15, .y = -1.220703125e-4L },
1728 { .line = __LINE__, .x0 = -4L, .x1 = -14, .y = -2.44140625e-4L },
1729 { .line = __LINE__, .x0 = -4L, .x1 = -13, .y = -4.8828125e-4L },
1730 { .line = __LINE__, .x0 = -4L, .x1 = -12, .y = -9.765625e-4L },
1731 { .line = __LINE__, .x0 = -4L, .x1 = -11, .y = -1.953125e-3L },
1732 { .line = __LINE__, .x0 = -4L, .x1 = -10, .y = -3.90625e-3L },
1733 { .line = __LINE__, .x0 = -4L, .x1 = -9, .y = -7.8125e-3L },
1734 { .line = __LINE__, .x0 = -4L, .x1 = -8, .y = -1.5625e-2L },
1735 { .line = __LINE__, .x0 = -4L, .x1 = -7, .y = -3.125e-2L },
[all …]
Dlong_double_gen.5c370 real x0, x1, y;
378 for (x0 = -4; x0 <= 4; x0 += .25) {
384 y = round_even(f.f(imprecise(x0, prec), imprecise(x1, prec)), out_prec);
398 printf(" { .line = __LINE__, .x0 = %.-eL, .x1 = %.-eL, .y = %s },\n", x0, x1, sy);
420 real x0, x1, x2,y;
428 for (x0 = -4; x0 <= 4; x0 += 0.6) {
435 y = imprecise(f.f(imprecise(x0, prec), imprecise(x1, prec), imprecise(x2, prec)), out_prec);
449 …printf(" { .line = __LINE__, .x0 = %.-eL, .x1 = %.-eL, .x2 = %.-eL, .y = %s },\n", x0, x1, x2, …
587 real x0, y;
596 for (x0 = -4; x0 <= 4; x0 += .25) {
[all …]
Dlong_double.c128 long double x0; member
135 long double x0; member
143 long double x0; member
/picolibc-latest/newlib/libm/machine/spu/headers/
Drecipf4.h77 vector float err, x0, x1; in _recipf4() local
100 x0 = spu_re(mant_a); in _recipf4()
101 x0 = spu_madd(spu_nmsub(mant_a, x0, one), x0, x0); in _recipf4()
103 x1 = (vector float)(spu_add((vector unsigned int)(x0), 1)); in _recipf4()
106 x1 = spu_sel(x0, x1, spu_cmpgt((vector signed int)(err), -1)); in _recipf4()
Drecipd2.h74 vec_float4 x0; in _recipd2() local
105 x0 = spu_re(value); in _recipd2()
106 x1 = spu_extend(spu_madd(spu_nmsub(value, x0, one), x0, x0)); in _recipd2()
154 x0 = spu_re(value); in _recipd2()
155 x1 = spu_extend(spu_madd(spu_nmsub(value, x0, one), x0, x0)); in _recipd2()
/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-hexnan.c82 __ULong *x0) in hexnan() argument
89 x = x0 + (nbits >> kshift); in hexnan()
102 if (x <= x0) { in hexnan()
121 if (x <= x0) in hexnan()
132 if (x > x0) { in hexnan()
133 x1 = x0; in hexnan()
147 if (x1 == x0) { in hexnan()
Dchacha_private.h108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
140 x0 = j0; in chacha_encrypt_bytes()
157 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
161 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes()
166 x0 = PLUS(x0,j0); in chacha_encrypt_bytes()
184 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes()
208 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
Dmprec.c1077 __ULong *x, *x0, x1, x2; in any_on() local
1091 x0 = x; in any_on()
1093 while(x > x0) in any_on()
Dmprec.h398 int hexnan (const char **sp, const struct FPI *fpi, __ULong *x0);
/picolibc-latest/newlib/libc/machine/aarch64/
Drawmemchr.S62 mov x14, x0
64 add x0, x14, x0
Dsetjmp.S54 #define REG_PAIR(REG1, REG2, OFFS) stp REG1, REG2, [x0, OFFS]
55 #define REG_ONE(REG1, OFFS) str REG1, [x0, OFFS]
74 #define REG_PAIR(REG1, REG2, OFFS) ldp REG1, REG2, [x0, OFFS]
75 #define REG_ONE(REG1, OFFS) ldr REG1, [x0, OFFS]
Dstrnlen.S43 #define srcin x0
45 #define result x0
Dmemrchr.S21 #define srcin x0
24 #define result x0
Dstrchrnul.S44 #define srcin x0
47 #define result x0
Dmemchr.S22 #define srcin x0
26 #define result x0
Dstrchr.S44 #define srcin x0
47 #define result x0
Dstrcmp.S25 #define src1 x0
27 #define result x0
Dstrcpy.S43 #define dstin x0
45 #define result x0
Dstrlen.S40 #define srcin x0
41 #define len x0
Dstrrchr.S45 #define srcin x0
48 #define result x0
Dstrncmp.S45 #define src1 x0
48 #define result x0
Dmemset.S21 #define dstin x0
Dmemcmp.S20 #define src1 x0
Dmemcpy.S21 #define dstin x0