Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; in tanhl() local
139 x2 = x*x; in tanhl()
141 x4 = x2*x2; in tanhl()
142 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl()
143 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl()
144 T3*(x2*x) + x); in tanhl()
146 dx2 = x2; in tanhl()
149 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
150 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl()
151 (x2*x*x2) + in tanhl()
[all …]
De_sinhl.c87 long double hi,lo,x2,x4; in sinhl() local
110 x2 = x*x; in sinhl()
112 x4 = x2*x2; in sinhl()
113 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
114 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl()
116 dx2 = x2; in sinhl()
118 S21)*x2 + S19)*x2 + in sinhl()
119 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
120 S5)* (x2*x*x2) + in sinhl()
121 S3*(x2*x) + x); in sinhl()
De_coshl.c88 long double hi,lo,x2,x4; in coshl() local
106 x2 = x*x; in coshl()
108 x4 = x2*x2; in coshl()
109 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()
110 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
112 dx2 = x2; in coshl()
114 C20)*x2 + C18)*x2 + in coshl()
115 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
116 C4)*(x2*x2) + C2*x2 + 1); in coshl()
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S141 add x2, x0, #(_JB_SIGMASK * 8) // old_mask.
179 m_calculate_checksum x12, x0, x2
192 m_calculate_checksum x12, x0, x2
193 ldr x2, [x0, #(_JB_CHECKSUM * 8)]
194 cmp x2, x12
205 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
206 bic x2, x2, #1
208 eor x0, x0, x2
220 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
231 mov x2, x0
[all …]
Dsyscall.S36 mov x1, x2
37 mov x2, x3
Dvfork.S50 mov x2, xzr
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcephes_subrl.c92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
102 x2 = 1.0; in _ctansl()
112 x2 *= x; in _ctansl()
114 t = y2 + x2; in _ctansl()
122 x2 *= x; in _ctansl()
124 t = y2 - x2; in _ctansl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c208 long double x_lo, x2; in expm1l() local
241 x2 = x * x; in expm1l()
250 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 + in expm1l()
256 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/private/
Dbionic_inline_raise.h59 register long x2 __asm__("x2") = sig;
62 __asm__("svc #0" : "=r"(x0) : "r"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x8) : "memory");
/bionic/libc/arch-arm64/generic/bionic/
D__memcpy_chk.S32 cmp x2, x3
Dmemmove.S65 #define count x2
Dmemcpy_base.S65 #define count x2
Dmemset.S76 #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/linker/arch/arm64/
Dtlsdesc_resolver.S124 SAVE_GPR_PAIR(x1, x2, 2)
181 RESTORE_REG_PAIR(x1, x2, 2)
/bionic/libc/kernel/uapi/drm/
Ddrm_mode.h494 __s32 x2; member
Ddrm.h58 unsigned short x2; member
/bionic/docs/
Dfdsan.md166 x0 0000000000000000 x1 00000000000063f5 x2 0000000000000023 x3 0000007bf14de338
207 x0 0000000000000000 x1 00000000000064b6 x2 0000000000000023 x3 0000006fef901338
Dlibc_assembler.md81 L2 Unified 512K (x2)