/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | recipd2.h | 78 vec_double2 x1, x2, x3; in _recipd2() local 108 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2() 109 x3 = spu_sel(spu_mul(x3, scale), spu_xor(value_in, (vector double)expmask), is0inf); in _recipd2() 157 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2() 158 x3 = spu_mul(x3, spu_sel(scale, value_in, (vec_ullong2)sign)); in _recipd2() 159 x3 = spu_sel(x3, spu_mul(x3, denorm_scale), (vec_ullong2)isdenorm0); in _recipd2() 160 x3 = spu_sel(x3, spu_xor(value_in, (vector double)expmask), is0inf); in _recipd2() 164 return (x3); in _recipd2()
|
D | atanf.h | 70 float x2, x3, x4, x8, x9; in _atanf() local 92 x3 = x2 * x; in _atanf() 102 lo = lo * x3 + bias; in _atanf()
|
D | atanf4.h | 80 vector float x2, x3, x4, x8, x9; in _atanf4() local 104 x3 = spu_mul(x2, x); in _atanf4() 114 lo = spu_madd(lo, x3, bias); in _atanf4()
|
D | asind2.h | 107 vec_double2 x2, x3; // x squared and x cubed, respectively. in _asind2() local 141 x3 = spu_mul(x2, x); in _asind2() 159 result = spu_nmsub(spu_madd(x3, pq, x), multiplier, addend); in _asind2()
|
D | acosd2.h | 103 vec_double2 x2, x3; // x squared and x cubed, respectively. in _acosd2() local 139 x3 = spu_mul(x2, x); in _acosd2() 157 result = spu_madd(spu_madd(x3, pq, x), multiplier, addend); in _acosd2()
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | sincosf.h | 68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 71 x3 = x2 * x; in sincosf_poly() 81 x5 = x3 * x2; in sincosf_poly() 84 s = x + x3 * p->s1; in sincosf_poly() 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 100 x3 = x * x2; in sinf_poly() 103 x7 = x3 * x2; in sinf_poly() 104 s = x + x3 * p->s1; in sinf_poly()
|
/picolibc-3.7.0-3.6.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 143 x3 = j3; in chacha_encrypt_bytes() 160 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 164 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 169 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() 187 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes() 211 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/ |
D | strlen.S | 43 #define data2 x3 60 #define synd x3
|
D | strnlen.S | 46 #define synd x3
|
D | memrchr.S | 24 #define src x3
|
D | memset.S | 23 #define dst x3
|
D | strchrnul.S | 48 #define tmp1 x3
|
D | memchr.S | 26 #define src x3
|
D | strchr.S | 48 #define tmp1 x3
|
D | strcmp.S | 29 #define data2 x3
|
D | strcpy.S | 46 #define dst x3
|
D | strrchr.S | 49 #define tmp1 x3
|
D | memcmp.S | 23 #define data1 x3
|
D | memcpy.S | 22 #define dst x3
|
D | strncmp.S | 49 #define data1 x3
|