Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 143) sorted by relevance

123456

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local
64 x1 = __H1(x); in fmodl()
94 x0 = x1 >> 16; in fmodl()
95 x1 = (x1 << 16) | (x2 >> 16); in fmodl()
101 x0 = (x0 << 1) | (x1 >> 31); in fmodl()
102 x1 = (x1 << 1) | (x2 >> 31); in fmodl()
138 x0 = x1 >> 16; in fmodl()
139 x1 = (x1 << 16) | (x2 >> 16); in fmodl()
145 x0 = (x0 << 1) | (x1 >> 31); in fmodl()
146 x1 = (x1 << 1) | (x2 >> 31); in fmodl()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local
66 x1 = __H1(x); in fmodquol()
95 x0 = x1 >> 16; in fmodquol()
96 x1 = (x1 << 16) | (x2 >> 16); in fmodquol()
102 x0 = (x0 << 1) | (x1 >> 31); in fmodquol()
103 x1 = (x1 << 1) | (x2 >> 31); in fmodquol()
142 x0 = x1 >> 16; in fmodquol()
143 x1 = (x1 << 16) | (x2 >> 16); in fmodquol()
150 x0 = (x0 << 1) | (x1 >> 31); in fmodquol()
151 x1 = (x1 << 1) | (x2 >> 31); in fmodquol()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsin.c82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local
142 x1 = *x; in __vsin()
192 x1 -= t1; in __vsin()
195 z1 = x1 * x1; in __vsin()
201 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
227 x1 -= t1; in __vsin()
230 z1 = x1 * x1; in __vsin()
236 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
262 z1 = x1 * x1; in __vsin()
277 t1 = x1 + x1 * t1; in __vsin()
[all …]
H A D__vcos.c102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local
163 x1 = *x; in __vcos()
218 x1 -= t1; in __vcos()
221 z1 = x1 * x1; in __vcos()
227 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
255 x1 -= t1; in __vcos()
258 z1 = x1 * x1; in __vcos()
264 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
289 z1 = x1 * x1; in __vcos()
316 z1 = x1 * x1; in __vcos()
[all …]
H A D__vcosbig_ultra3.c79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vcos_big_ultra3() local
147 x1 = *x; in __vlibm_vcos_big_ultra3()
174 n1 = (int) (x1 * invpio2 + half[xsb1]); in __vlibm_vcos_big_ultra3()
183 a1 = x1 - fn1 * pio2_1; in __vlibm_vcos_big_ultra3()
189 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
192 y1 = (a1 - x1) - w1; in __vlibm_vcos_big_ultra3()
195 a1 = x1; in __vlibm_vcos_big_ultra3()
201 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
204 y1 = (a1 - x1) - w1; in __vlibm_vcos_big_ultra3()
207 a1 = x1; in __vlibm_vcos_big_ultra3()
[all …]
H A D__vsinbig_ultra3.c79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vsin_big_ultra3() local
147 x1 = *x; in __vlibm_vsin_big_ultra3()
174 n1 = (int) (x1 * invpio2 + half[xsb1]); in __vlibm_vsin_big_ultra3()
183 a1 = x1 - fn1 * pio2_1; in __vlibm_vsin_big_ultra3()
189 x1 = a1 - w1; in __vlibm_vsin_big_ultra3()
192 y1 = (a1 - x1) - w1; in __vlibm_vsin_big_ultra3()
195 a1 = x1; in __vlibm_vsin_big_ultra3()
201 x1 = a1 - w1; in __vlibm_vsin_big_ultra3()
204 y1 = (a1 - x1) - w1; in __vlibm_vsin_big_ultra3()
207 a1 = x1; in __vlibm_vsin_big_ultra3()
[all …]
H A D__vsincos.c96 double x0, x1, x2, in __vsincos() local
180 x1 = *x; in __vsincos()
250 x1 -= t1; in __vsincos()
254 z1 = x1 * x1; in __vsincos()
262 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsincos()
311 x1 -= t1; in __vsincos()
313 z1 = x1 * x1; in __vsincos()
319 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsincos()
364 z1 = x1 * x1; in __vsincos()
399 t1 = x1 + x1 * t1; in __vsincos()
[all …]
H A D__vatan2.c71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; in __vatan2() local
208 x1 = fabs(*y); in __vatan2()
224 x1 = fabs(*x); in __vatan2()
240 if ((hx ^ 0x7ff00000) | LO(&x1)) /* nan */ in __vatan2()
241 ah1 = x1 + y1; in __vatan2()
256 ah1 = y1 / x1; in __vatan2()
267 x1 *= twom3; in __vatan2()
285 x1 *= two110; in __vatan2()
287 hx = HI(&x1); in __vatan2()
297 xh = x1; in __vatan2()
[all …]
H A D__vatan2f.c54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; in __vatan2f() local
196 x1 = *y; in __vatan2f()
203 x1 = -x1; in __vatan2f()
220 x1 = *x; in __vatan2f()
228 x1 = -x1; in __vatan2f()
241 ah1 = x1 + y1; in __vatan2f()
246 ah1 = y1 / x1; in __vatan2f()
269 x1 *= twop24; /* scale possibly subnormal x */ in __vatan2f()
271 hx = *(int*)&x1; in __vatan2f()
417 dx1 = x1; in __vatan2f()
[all …]
H A D__vexpf.c240 double x0, x1, x2, x3, x4; in __vexpf() local
279 x1 *= K256ONLN2; in __vexpf()
285 k1 = (int)x1; in __vexpf()
291 x1 -= (double)k1; in __vexpf()
297 x1 = (KA2 * x1 + KA1) * x1 + KA0; in __vexpf()
321 *y = (float)(res1 * x1); in __vexpf()
H A D__vhypotf.c52 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
107 x1 = hx1.f; in __vhypotf()
123 z1 = x1 + y1; in __vhypotf()
125 z1 = x1; in __vhypotf()
187 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
201 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
/illumos-gate/usr/src/test/util-tests/tests/mdb/numbers/
H A Dtst.bitfields.ksh.out5 unsigned int:1 brk_d :1 = 0x1
6 unsigned int:1 brk_e :1 = 0x1
7 unsigned int:1 brk_f :1 = 0x1
14 unsigned int:1 brk_m :1 = 0x1
17 unsigned short:1 a :1 = 0x1
21 unsigned short:1 e :1 = 0x1
27 brk_d = 0x1
28 brk_e = 0x1
29 brk_f = 0x1
36 brk_m = 0x1
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.bitfields.ksh.out5 unsigned int:1 d :1 = 0x1
6 unsigned int:1 e :1 = 0x1
7 unsigned int:1 f :1 = 0x1
14 unsigned int:1 m :1 = 0x1
17 unsigned short:1 a :1 = 0x1
21 unsigned short:1 e :1 = 0x1
22 unsigned short:1 f :1 = 0x1
25 0x1 0xb 0x2 0x2 0x1 0x1
/illumos-gate/usr/src/uts/sparc/nsmb/
H A Dioc_check.ref3 #define ID_DOMAIN_INCR 0x1
5 #define ID_USER_INCR 0x1
12 #define SSN_SRVNAME_INCR 0x1
16 #define SH_NAME_INCR 0x1
18 #define SH_PASS_INCR 0x1
30 #define WK_CL_GUID_INCR 0x1
50 #define IOC_NTCR_NAME_INCR 0x1
55 #define IOC_TITLE_INCR 0x1
59 #define PK_DOM_INCR 0x1
61 #define PK_USR_INCR 0x1
[all …]
/illumos-gate/usr/src/uts/intel/nsmb/
H A Dioc_check.ref3 #define ID_DOMAIN_INCR 0x1
5 #define ID_USER_INCR 0x1
12 #define SSN_SRVNAME_INCR 0x1
16 #define SH_NAME_INCR 0x1
18 #define SH_PASS_INCR 0x1
30 #define WK_CL_GUID_INCR 0x1
50 #define IOC_NTCR_NAME_INCR 0x1
55 #define IOC_TITLE_INCR 0x1
59 #define PK_DOM_INCR 0x1
61 #define PK_USR_INCR 0x1
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c87 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument
99 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth)); in gf2m_Madd()
101 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth)); in gf2m_Madd()
102 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth)); in gf2m_Madd()
104 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth)); in gf2m_Madd()
105 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, group->meth)); in gf2m_Madd()
119 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, in gf2m_Mxy() argument
155 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth)); in gf2m_Mxy()
157 MP_CHECKOK(group->meth->field_mul(z2, x1, x1, group->meth)); in gf2m_Mxy()
169 MP_CHECKOK(group->meth->field_mul(x1, &t3, x2, group->meth)); in gf2m_Mxy()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S123 / uint32_t x1, x0;
135 / x1 = HI(x);
139 / if (x1 > y1 || x0 >= y0) {
142 / A_SUB2(y0, y1, x0, x1);
148 / *pmod = HILO(x1, x0);
169 / x1 = HI(dt);
173 / A_DIV32(x1, x2, y1, q0, x1);
181 / if (t1 > x1 || (t1 == x1 && t0 > x0)) {
187 / A_SUB2(t0, t1, x0, x1);
188 / *pmod = (HILO(x1, x0) >> normshift);
[all …]
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c191 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, in gfx_fb_drawrect() argument
201 for (x = x1; x <= x2; x++) in gfx_fb_drawrect()
204 gfx_fb_setpixel(x1, y); in gfx_fb_drawrect()
213 int x1, y1, x2, y2; in gfx_term_drawrect() local
232 x1 = (row1 + 1) * fb.font_width + fb.terminal_origin_x; in gfx_term_drawrect()
235 gfx_fb_drawrect(x1, y1, x2, y1 + width, 1); in gfx_term_drawrect()
238 gfx_fb_drawrect(x1, y2, x2, y2 + width, 1); in gfx_term_drawrect()
243 x1 = row1 * fb.font_width + fb.terminal_origin_x + xshift; in gfx_term_drawrect()
247 gfx_fb_drawrect(x1, y1, x1 + width, y2, 1); in gfx_term_drawrect()
248 x1 = row2 * fb.font_width + fb.terminal_origin_x; in gfx_term_drawrect()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME107 hid1: Index = 1 value =0x1
111 hid1: Index = 5 value =0x1
115 hid1: Index = 9 value =0x1
157 hid1: Index = 51 value =0x1
163 hid1: Index = 57 value =0x1
169 hid1: Index = 63 value =0x1
175 hid1: Index = 69 value =0x1
179 hid1: Index = 73 value =0x1
181 hid1: Index = 75 value =0x1
189 hid1: Index = 83 value =0x1
[all …]
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S169 / uint32_t x1, x0;
181 / x1 = HI(x);
185 / if (x1 > y1 || x0 >= y0) {
188 / A_SUB2(y0, y1, x0, x1);
194 / *pmod = HILO(x1, x0);
215 / x1 = HI(dt);
219 / A_DIV32(x1, x2, y1, q0, x1);
227 / if (t1 > x1 || (t1 == x1 && t0 > x0)) {
233 / A_SUB2(t0, t1, x0, x1);
234 / *pmod = (HILO(x1, x0) >> normshift);
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dstart.S143 stp x0, x1, [sp, #-16]!
146 adr x1, __bss_end
153 cmp x0, x1
157 adr x1, _DYNAMIC
161 ldp x0, x1, [sp], #16
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S100 #define x1 %o4 macro
302 add x0,stridex2,x1! x += 2*stridex
311 lda [x1]0x82,ival2 ! (Y2_0) ival = *(int*)(x);
332 lda [stridex+x1]0x82,ival3 ! (Y3_0) ival = *(int*)(x)
389 lda [x1]0x82,%f10 ! (Y2_0) *(float*)&exp = *(float*)(x)
391 add x1,stridex2,x0 ! x += 2*stridex
396 lda [stridex+x1]0x82,%f12 ! (Y3_0) *(float*)&exp = *(float*)(x)
402 add x0,stridex2,x1 ! x += 2*stridex
410 lda [x1]0x82,ival2 ! (Y2_1) ival = *(int*)(x);
438 lda [stridex+x1]0x82,ival3 ! (Y3_1) ival = *(int*)(x)
[all …]
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c398 int x0, x1, x2; in run_rec_check_impl() local
443 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
444 if (x1 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
451 LOG(D_DEBUG, "[%d %d] ", x0, x1); in run_rec_check_impl()
454 tgtidx[2] = x1 + raidz_parity(rm); in run_rec_check_impl()
465 "[FAIL]\n", x0, x1); in run_rec_check_impl()
474 for (x1 = x0 + 1; x1 < opts->rto_dcols; x1++) { in run_rec_check_impl()
475 if (x1 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
477 for (x2 = x1 + 1; x2 < opts->rto_dcols; x2++) { in run_rec_check_impl()
486 LOG(D_DEBUG, "[%d %d %d]", x0, x1, x2); in run_rec_check_impl()
[all …]
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
123 x1 = j1; in chacha_encrypt_bytes()
140 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
144 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
149 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
167 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); in chacha_encrypt_bytes()
191 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtype.ksh.out2 int ff_gameid = 0x1
9 int ff_hassummons = 0x1
14 int ff_hassummons = 0x1

123456