Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 20 of 20) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Drecipd2.h78 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()
Datanf.h70 float x2, x3, x4, x8, x9; in _atanf() local
92 x3 = x2 * x; in _atanf()
102 lo = lo * x3 + bias; in _atanf()
Datanf4.h80 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()
Dasind2.h107 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()
Dacosd2.h103 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/
Dsincosf.h68 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/
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
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/
Dstrlen.S43 #define data2 x3
60 #define synd x3
Dstrnlen.S46 #define synd x3
Dmemrchr.S24 #define src x3
Dmemset.S23 #define dst x3
Dstrchrnul.S48 #define tmp1 x3
Dmemchr.S26 #define src x3
Dstrchr.S48 #define tmp1 x3
Dstrcmp.S29 #define data2 x3
Dstrcpy.S46 #define dst x3
Dstrrchr.S49 #define tmp1 x3
Dmemcmp.S23 #define data1 x3
Dmemcpy.S22 #define dst x3
Dstrncmp.S49 #define data1 x3