/picolibc-latest/test/ |
D | long_double_vec.h | 1726 { .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 …]
|
D | long_double_gen.5c | 370 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 …]
|
D | long_double.c | 128 long double x0; member 135 long double x0; member 143 long double x0; member
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | recipf4.h | 77 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()
|
D | recipd2.h | 74 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/ |
D | gdtoa-hexnan.c | 82 __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()
|
D | chacha_private.h | 108 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()
|
D | mprec.c | 1077 __ULong *x, *x0, x1, x2; in any_on() local 1091 x0 = x; in any_on() 1093 while(x > x0) in any_on()
|
D | mprec.h | 398 int hexnan (const char **sp, const struct FPI *fpi, __ULong *x0);
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | rawmemchr.S | 62 mov x14, x0 64 add x0, x14, x0
|
D | setjmp.S | 54 #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]
|
D | strnlen.S | 43 #define srcin x0 45 #define result x0
|
D | memrchr.S | 21 #define srcin x0 24 #define result x0
|
D | strchrnul.S | 44 #define srcin x0 47 #define result x0
|
D | memchr.S | 22 #define srcin x0 26 #define result x0
|
D | strchr.S | 44 #define srcin x0 47 #define result x0
|
D | strcmp.S | 25 #define src1 x0 27 #define result x0
|
D | strcpy.S | 43 #define dstin x0 45 #define result x0
|
D | strlen.S | 40 #define srcin x0 41 #define len x0
|
D | strrchr.S | 45 #define srcin x0 48 #define result x0
|
D | strncmp.S | 45 #define src1 x0 48 #define result x0
|
D | memset.S | 21 #define dstin x0
|
D | memcmp.S | 20 #define src1 x0
|
D | memcpy.S | 21 #define dstin x0
|