/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_tanhl.c | 115 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 …]
|
D | e_sinhl.c | 87 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()
|
D | e_coshl.c | 88 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/ |
D | setjmp.S | 135 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 …]
|
D | syscall.S | 36 mov x1, x2 37 mov x2, x3
|
D | vfork.S | 41 mov x2, xzr
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_expl.c | 203 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/ |
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/denver64/bionic/ |
D | memcpy.S | 35 cmp x2, x3
|
D | memcpy_base.S | 38 #define count x2
|
D | memset.S | 50 #define count x2
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcpy.S | 35 cmp x2, x3
|
D | strlen.S | 41 #define data1 x2
|
D | memcmp.S | 38 #define limit x2
|
D | strcmp.S | 45 #define data1 x2
|
D | strnlen.S | 41 #define src x2
|
D | memchr.S | 43 #define cntin x2
|
D | memcpy_base.S | 37 #define count x2
|
D | strchr.S | 46 #define src x2
|
D | strncmp.S | 42 #define limit x2
|
D | string_copy.S | 78 #define dst x2
|
D | memset.S | 51 #define count x2
|
D | memmove.S | 40 #define count 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/libc/kernel/uapi/drm/ |
D | drm.h | 61 unsigned short x2; member
|