/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_tanhl.c | 115 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 …]
|
D | e_sinhl.c | 87 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()
|
D | e_coshl.c | 88 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/libm/upstream-netbsd/lib/libm/complex/ |
D | cephes_subrl.c | 92 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/libc/arch-mips/string/ |
D | memcmp.c | 158 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 164 if (x2 != y2) in unaligned_words() 165 return do_by_bitfields (x2, y2); in unaligned_words() 170 x2 = a[6].uli; x3 = a[7].uli; in unaligned_words() 176 if (x2 != y2) in unaligned_words() 177 return do_by_bitfields (x2, y2); in unaligned_words() 187 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 193 if (x2 != y2) in unaligned_words() 194 return do_by_bitfields (x2, y2); in unaligned_words() 246 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local [all …]
|
D | memcpy.c | 247 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; in aligned_words() local 251 a[2] = x2; in aligned_words() 267 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; in aligned_words() 270 a[2] = x2; in aligned_words()
|
D | memmove.c | 285 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; \ 289 a[2] = x2; \ 299 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; \ 302 a[2] = x2; \
|
/bionic/libc/arch-arm64/bionic/ |
D | setjmp.S | 143 add x2, x0, #(_JB_SIGMASK * 8) // old_mask. 182 m_calculate_checksum x12, x0, x2 195 m_calculate_checksum x12, x0, x2 196 ldr x2, [x0, #(_JB_CHECKSUM * 8)] 198 cmp x2, x12 210 ldr x2, [x0, #(_JB_SIGFLAG * 8)] 211 bic x2, x2, #1 213 eor x0, x0, x2 225 ldr x2, [x0, #(_JB_SIGFLAG * 8)] 236 mov x2, x0 [all …]
|
D | syscall.S | 36 mov x1, x2 37 mov x2, x3
|
D | vfork.S | 43 mov x2, xzr
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_expl.c | 205 long double x_lo, x2; in expm1l() local 238 x2 = x * x; in expm1l() 247 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 + in expm1l() 253 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 + in expm1l()
|
/bionic/libc/private/ |
D | bionic_inline_raise.h | 59 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/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 91 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/generic/bionic/ |
D | __memcpy_chk.S | 32 cmp x2, x3
|
D | memmove.S | 65 #define count x2
|
D | strnlen.S | 41 #define src x2
|
D | memcmp.S | 41 #define limit x2
|
D | memchr.S | 42 #define cntin x2
|
D | strcmp.S | 47 #define data1 x2
|
D | string_copy.S | 78 #define dst x2
|
D | strchr.S | 45 #define src x2
|
D | memcpy_base.S | 65 #define count x2
|
D | strlen.S | 44 #define data1 x2
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | smisc.c | 181 ULong *x, *x0, x1, x2; local 189 x1 = x2 = x[n]; 192 if (x1 != x2)
|
/bionic/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 124 SAVE_GPR_PAIR(x1, x2, 2) 181 RESTORE_REG_PAIR(x1, x2, 2)
|