Searched refs:x2 (Results 1 - 25 of 259) sorted by relevance

1234567891011

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; local
137 x2 = x*x;
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
[all...]
H A De_sinhl.c87 long double hi,lo,x2,x4; local
107 x2 = x*x;
109 x4 = x2*x2;
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
111 ((S9*x2 + S7)*x2 + S5)*(x2*
[all...]
H A De_coshl.c88 long double hi,lo,x2,x4; local
104 x2 = x*x;
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
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/libm/x86_64/
H A Dceil.S34 roundsd $0x2,%xmm0,%xmm0
H A Dceilf.S34 roundss $0x2,%xmm0,%xmm0
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/tools/versioner/dependencies/x86/kernel_uapi_asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/tools/versioner/dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Ducontext.h23 #define UC_SIGCONTEXT_SS 0x2
/bionic/libc/kernel/uapi/linux/
H A Dif_plip.h29 #define PLIP_SET_TIMEOUT 0x2
H A Dpcitest.h22 #define PCITEST_LEGACY_IRQ _IO('P', 0x2)
H A Dcoda_psdev.h35 #define CODA_REQ_READ 0x2
H A Dfirewire-constants.h23 #define TCODE_WRITE_RESPONSE 0x2
33 #define EXTCODE_COMPARE_SWAP 0x2
58 #define SCODE_400 0x2
64 #define ACK_PENDING 0x2
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dif_plip.h29 #define PLIP_SET_TIMEOUT 0x2
H A Dpcitest.h22 #define PCITEST_LEGACY_IRQ _IO('P', 0x2)
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dif_plip.h29 #define PLIP_SET_TIMEOUT 0x2
H A Dpcitest.h22 #define PCITEST_LEGACY_IRQ _IO('P', 0x2)
/bionic/libc/arch-arm64/bionic/
H A Dsyscall.S36 mov x1, x2
37 mov x2, x3
/bionic/libm/upstream-netbsd/lib/libm/complex/
H A Dcatanl.c48 long double a, t, x, x2, y; local
56 x2 = x * x;
57 a = 1.0L - x2 - (y * y);
65 a = x2 + (t * t);
70 a = (x2 + (t * t))/a;
H A Dcephes_subrl.c92 long double f, x, x2, y, y2, rn, t; local
102 x2 = 1.0;
112 x2 *= x;
114 t = y2 + x2;
122 x2 *= x;
124 t = y2 - x2;
/bionic/libc/arch-mips/string/
H A Dmemcmp.c158 reg_t x2 = a[2].uli, x3 = a[3].uli; local
164 if (x2 != y2)
165 return do_by_bitfields (x2, y2);
170 x2 = a[6].uli; x3 = a[7].uli;
176 if (x2 != y2)
177 return do_by_bitfields (x2, y2);
187 reg_t x2 = a[2].uli, x3 = a[3].uli; local
193 if (x2 != y2)
194 return do_by_bitfields (x2, y2);
246 reg_t x0 = a[0], x1 = a[1], x2 local
284 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; local
[all...]
/bionic/libc/arch-arm64/generic/bionic/
H A D__memcpy_chk.S32 cmp x2, x3

Completed in 229 milliseconds

1234567891011