Searched refs:x4 (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_coshl.c | 88 long double hi,lo,x2,x4; in coshl() local 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()
|
D | e_sinhl.c | 87 long double hi,lo,x2,x4; in sinhl() local 112 x4 = x2*x2; in sinhl() 113 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
|
D | s_tanhl.c | 115 long double hi,lo,s,x2,x4,z; in tanhl() local 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()
|
/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 127 x4 = j4; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 153 x4 = PLUS(x4,j4); in chacha_encrypt_bytes() 171 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes() 195 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 38 mov x3, x4 39 mov x4, x5
|
D | vfork.S | 70 mov x4, xzr
|
/bionic/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 125 SAVE_GPR_PAIR(x3, x4, 4) 180 RESTORE_REG_PAIR(x3, x4, 4)
|
/bionic/libc/arch-arm64/oryon/ |
D | memset-nt.S | 39 #define tmp2 x4
|
D | memcpy-nt.S | 21 #define srcend x4
|
/bionic/docs/ |
D | fdsan.md | 169 x4 0000007bf14de3b8 x5 3463643531666237 x6 3463643531666237 x7 3834346364353166 210 x4 0000006fef9013b8 x5 3466663966656636 x6 3466663966656636 x7 3834346666396665
|