Home
last modified time | relevance | path

Searched refs:x4 (Results 1 – 18 of 18) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_coshl.c88 long double hi,lo,x2,x4; in coshl() local
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()
De_sinhl.c87 long double hi,lo,x2,x4; in sinhl() local
109 x4 = x2*x2; in sinhl()
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; in tanhl() local
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()
/bionic/libc/arch-arm64/bionic/
Dsyscall.S38 mov x3, x4
39 mov x4, x5
Dvfork.S38 mov x4, xzr
/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
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/generic/bionic/
Dstrlen.S43 #define data2a x4
Dmemcmp.S44 #define data2 x4
Dstrcmp.S49 #define has_nul x4
Dstrnlen.S43 #define data2 x4
Dmemchr.S48 #define tmp x4
Dstring_copy.S82 #define data2 x4
Dmemcpy_base.S40 #define tmp2 x4
Dstrncmp.S48 #define data2 x4
Dmemset.S56 #define tmp2 x4
Dmemmove.S47 #define tmp2 x4
/bionic/libc/arch-arm64/denver64/bionic/
Dmemcpy_base.S41 #define tmp2 x4
Dmemset.S53 #define tmp2 x4