/picolibc-3.5.0-3.4.0/newlib/libm/common/ |
D | sincosf.h | 68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 70 x4 = x2 * x2; in sincosf_poly() 82 x6 = x4 * x2; in sincosf_poly() 85 c = c1 + x4 * p->c2; in sincosf_poly() 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 110 x4 = x2 * x2; in sinf_poly() 114 x6 = x4 * x2; in sinf_poly() 115 c = c1 + x4 * p->c2; in sinf_poly()
|
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | atanf.h | 70 float x2, x3, x4, x8, x9; in _atanf() local 93 x4 = x2 * x2; in _atanf() 94 x8 = x4 * x4; in _atanf()
|
D | asinf4.h | 80 vector float xabs, x2, x4, x6; in _asinf4() local 89 x4 = spu_mul(x2, x2); in _asinf4() 90 x6 = spu_mul(x4, x2); in _asinf4() 113 q = spu_madd(q_hi, x4, q_lo); in _asinf4() 129 r = spu_madd(r_hi, x4, r_lo); in _asinf4()
|
D | cos_sin.h | 135 vec_float4 x2, x4, x6; \ 140 x4 = spu_mul(x2, x2); \ 141 x6 = spu_mul(x2, x4); \ 172 vec_double2 x2, x4, x8; \ 177 x4 = spu_mul(x2, x2); \ 178 x8 = spu_mul(x4, x4); \
|
D | log2f.h | 77 float x2, x4; in _log2f() local 103 x4 = x2 * x2; in _log2f() 111 result = hi*x4 + lo; in _log2f()
|
D | atanf4.h | 80 vector float x2, x3, x4, x8, x9; in _atanf4() local 105 x4 = spu_mul(x2, x2); in _atanf4() 106 x8 = spu_mul(x4, x4); in _atanf4()
|
D | log2f4.h | 82 vector float x2, x4; in _log2f4() local 105 x4 = spu_mul(x2, x2); in _log2f4() 114 result = spu_madd(x4, hi, lo); in _log2f4()
|
D | log2d2.h | 78 vec_double2 x2, x4, x8, x10, p1, p2; in _log2d2() local 116 x4 = spu_mul(x2, x2); in _log2d2() 117 x8 = spu_mul(x4, x4); in _log2d2()
|
D | exp2d2.h | 95 vec_double2 p1, p2, x2, x4, x8; in _exp2d2() local 128 x4 = spu_mul(x2, x2); in _exp2d2() 133 x8 = spu_mul(x4, x4); in _exp2d2()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
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 144 x4 = j4; in chacha_encrypt_bytes() 157 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 164 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 170 x4 = PLUS(x4,j4); in chacha_encrypt_bytes() 188 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes() 212 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/aarch64/ |
D | strlen.S | 48 #define has_nul1 x4 50 #define tmp1 x4
|
D | memmove.S | 77 #define dstend x4
|
D | strnlen.S | 46 #define data2 x4
|
D | memchr.S | 48 #define tmp x4
|
D | memcmp.S | 77 #define data1h x4
|
D | strcmp.S | 60 #define has_nul x4
|
D | memcpy.S | 69 #define srcend x4
|
D | memset.S | 70 #define dstend x4
|
D | strncmp.S | 57 #define data2 x4
|
D | strcpy.S | 52 #define data1 x4
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arc/ |
D | memcpy-archs.S | 283 ;;; Convert len to Dwords, unfold x4
|