Searched defs:x4 (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_coshl.c88 long double hi,lo,x2,x4; local
106 x4 = x2*x2;
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
H A De_sinhl.c87 long double hi,lo,x2,x4; local
109 x4 = x2*x2;
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
H A Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; local
139 x4 = x2*x2;
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) +
/bionic/libc/arch-mips/string/
H A Dmemcpy.c248 reg_t x4 = b[4], x5 = b[5], x6 = b[6], x7 = b[7]; local
253 a[4] = x4;
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
127 x4 = j4;
140 QUARTERROUND( x0, x4, x8,x12)
147 QUARTERROUND( x3, x4, x9,x14)
153 x4 = PLUS(x4,j4);
171 x4 = XOR(x4,U8TO32_LITTLE(m + 16));
195 U32TO8_LITTLE(c + 16,x4);

Completed in 437 milliseconds