Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 25) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; in tanhl() local
137 x2 = x*x; in tanhl()
139 x4 = x2*x2; in tanhl()
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl()
141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl()
142 T3*(x2*x) + x); in tanhl()
144 dx2 = x2; in tanhl()
147 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
148 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl()
149 (x2*x*x2) + in tanhl()
[all …]
De_sinhl.c87 long double hi,lo,x2,x4; in sinhl() local
107 x2 = x*x; in sinhl()
109 x4 = x2*x2; in sinhl()
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl()
113 dx2 = x2; in sinhl()
115 S21)*x2 + S19)*x2 + in sinhl()
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
117 S5)* (x2*x*x2) + in sinhl()
118 S3*(x2*x) + x); in sinhl()
De_coshl.c88 long double hi,lo,x2,x4; in coshl() local
104 x2 = x*x; in coshl()
106 x4 = x2*x2; in coshl()
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()
108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
110 dx2 = x2; in coshl()
112 C20)*x2 + C18)*x2 + in coshl()
113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
114 C4)*(x2*x2) + C2*x2 + 1); in coshl()
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S135 add x2, x0, #(_JB_SIGMASK * 8) // old_mask.
171 m_calculate_checksum x12, x0, x2
183 m_calculate_checksum x12, x0, x2
184 ldr x2, [x0, #(_JB_CHECKSUM * 8)]
186 cmp x2, x12
191 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
202 mov x2, x0
204 add x1, x2, #(_JB_SIGMASK * 8) // new_mask.
205 mov x2, #0 // NULL.
215 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
[all …]
Dsyscall.S36 mov x1, x2
37 mov x2, x3
Dvfork.S41 mov x2, xzr
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c203 long double x_lo, x2; in expm1l() local
236 x2 = x * x; in expm1l()
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 + in expm1l()
251 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 + in expm1l()
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
125 x2 = j2; in chacha_encrypt_bytes()
142 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes()
146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes()
193 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
/bionic/libc/arch-arm64/denver64/bionic/
Dmemcpy.S35 cmp x2, x3
Dmemcpy_base.S38 #define count x2
Dmemset.S50 #define count x2
/bionic/libc/arch-arm64/generic/bionic/
Dmemcpy.S35 cmp x2, x3
Dstrlen.S41 #define data1 x2
Dmemcmp.S38 #define limit x2
Dstrcmp.S45 #define data1 x2
Dstrnlen.S41 #define src x2
Dmemchr.S43 #define cntin x2
Dmemcpy_base.S37 #define count x2
Dstrchr.S46 #define src x2
Dstrncmp.S42 #define limit x2
Dstring_copy.S78 #define dst x2
Dmemset.S51 #define count x2
Dmemmove.S40 #define count x2
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dsmisc.c181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
192 if (x1 != x2)
/bionic/libc/kernel/uapi/drm/
Ddrm.h61 unsigned short x2; member