Searched defs:w1 (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c54 wchar_t *w1 = NULL, *w2 = NULL; local
75 w1 = t1;
77 if ((w1 = alloca(sz1 * sizeof (wchar_t))) == NULL)
89 if ((mbstowcs_l(w1, s1, sz1, loc)) == (size_t)-1)
95 ret = wcscoll_l(w1, w2, loc);
H A Dwcscoll.c71 const wchar_t *w1 = ws1; local
83 if ((tr1 = wcsdup(w1)) == NULL)
101 w1 = tr1;
106 while ((*w1 || st1) && (*w2 || st2)) {
108 _collate_lookup(lcc, w1, &len1, &pri1, pass,
130 w1 += len1;
134 while ((*w1 || st1) && (*w2 || st2)) {
136 while (*w1) {
137 _collate_lookup(lcc, w1, &len1,
145 w1
[all...]
/illumos-gate/usr/src/cmd/spell/
H A Dhashcheck.c51 long w1; local
64 (((unsigned long)1 << (BYTE * sizeof (y) - 1)) - 1), &w1);
70 return (w1);
H A Dspellin.c52 append(register unsigned w1, register int i) argument
55 table[wp] |= w1>>(B-bp);
61 w1 <<= bp;
82 long w1; local
127 i = encode(x, &w1);
132 if (!(append((unsigned)(w1>>(long) (i-B)), B) &&
133 append((unsigned)(w1<<(long) (B+B-i)),
137 if (!append((unsigned)(w1<<(long)(B-i)), i))
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan.c189 double *w, w0, w1, s, z; local
193 w1 = (hx >= 0)? w[1] : -w[1];
195 return (((q1 * s) * (q4 + z)) * (q2 + z * (q3 + z)) + w1);
H A Dpow.c37 * log2(x) = w1 + w2,
38 * where w1 has 24 bits trailing zero.
163 double y1, y2, w1, w2; local
286 /* first compute log2(ax) = w1+w2, with 24 bits w1 */
287 w1 = log2_x(ax, &w2);
289 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */
293 y1 = y * w1;
297 y2 = (y - y1) * w1 + y * w2;
298 y1 *= w1;
[all...]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c115 double t1, t2, t3, t4, w1, w2, t; local
137 /* summing r = t1 + t2 + t3 + t4 to w1 + w2 */
138 w1 = t3 + t4;
139 w2 = t4 - (w1 - t3);
140 t = t2 + w1;
141 w2 += w1 - (t - t2);
142 w1 = t + w2;
143 w2 += t - w1;
144 t = t1 + w1;
145 w2 += w1
155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local
[all...]
H A Dcpowl.c70 long double t1, t2, t3, t4, w1, w2, t; local
92 /* summing r = t1 + t2 + t3 + t4 to w1 + w2 */
93 w1 = t3 + t4;
94 w2 = t4 - (w1 - t3);
95 t = t2 + w1;
96 w2 += w1 - (t - t2);
97 w1 = t + w2;
98 w2 += t - w1;
99 t = t1 + w1;
100 w2 += w1
110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local
[all...]
H A Dk_atan2l.c724 long double t, xh, th, t1, t2, w1, w2; local
798 w1 = mx_atanl(t, &w2);
801 t1 = pi - w1;
803 w2 = (pi_lo - w2) - (w1 - t2);
804 w1 = t1;
807 return ((hy >= 0)? w1 : -w1);
H A Dk_atan2.c458 double t, xh, th, t1, t2, w1, w2; local
539 w1 = mx_atan(t, &w2);
542 t1 = pi - w1;
544 w2 = (pi_lo - w2) - (w1 - t2);
545 w1 = t1;
548 return ((hy >= 0)? w1 : -w1);
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c663 } z0, z1, z2, z3, w0, w1, w2, w3; local
673 w1.i[LOWORD] = 0;
713 w1.i[HIWORD] = i1 - e;
732 d1 = z1.d - w1.d;
H A D__vcos.c202 double a0, a1, a2, w0, w1, w2; local
226 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
239 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
263 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
271 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
348 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
357 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
375 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
380 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
435 double a0, a1, w0, w1; local
533 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
996 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vcosbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
186 w1 = fn1 * pio2_2;
189 x1 = a1 - w1;
192 y1 = (a1 - x1) - w1;
198 w1 = fn1 * pio2_3 - y1;
201 x1 = a1 - w1;
204 y1 = (a1 - x1) - w1;
210 w1 = fn1 * pio2_3t - y1;
213 x1 = a1 - w1;
216 y1 = (a1 - x1) - w1;
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsin.c176 double a0, a1, a2, w0, w1, w2; local
200 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
212 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1];
235 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
244 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1];
324 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
333 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1];
352 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
358 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1];
416 double a0, a1, w0, w1; local
512 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
1004 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsinbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
186 w1 = fn1 * pio2_2;
189 x1 = a1 - w1;
192 y1 = (a1 - x1) - w1;
198 w1 = fn1 * pio2_3 - y1;
201 x1 = a1 - w1;
204 y1 = (a1 - x1) - w1;
210 w1 = fn1 * pio2_3t - y1;
213 x1 = a1 - w1;
216 y1 = (a1 - x1) - w1;
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsincos.c232 double w0, w1, w2; local
262 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
282 t2_1 = __vlibm_TBL_sincos_lo[j1+1] - (a1_1*w1 - a2_1*t1);
290 t1_1 = a2_1*w1 + a1_1*t1;
319 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
333 t2_1 = __vlibm_TBL_sincos_lo[j1+1] - (a1_1*w1 - a2_1*t1);
340 t1_1 = a2_1*w1 + a1_1*t1;
463 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
476 t2_1 = __vlibm_TBL_sincos_lo[j1+1] - (a1_1*w1 - a2_1*t1);
484 t1_1 = a2_1*w1
623 double w0, w1; local
725 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
1422 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c254 setdtab(off_t p, struct futmpx *w1, struct futmpx *w2) argument
263 dp->d_adj = w2->ut_xtime - w1->ut_xtime;
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c111 ga_parse_common(char *line, int min, int max, char **w1, char **w2, char **w3) argument
116 wret[0] = w1;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c136 long double y1, y2, w1, w2; local
246 /* first compute log(ax) = w1+w2, with 53 bits w1 */
247 w1 = logl_x(ax, &w2);
249 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */
251 y1 = y * w1;
255 y2 = (y - y1) * w1 + y * w2;
256 y1 *= w1;
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo;
300 t = w1 * w
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c292 uint32_t w1 = LE_32(((uint32_t *)iomb)[1]); local
295 uint8_t phynum = IOP_EVENT_PHYNUM(w1);
296 uint8_t portid = IOP_EVENT_PORTID(w1);
302 switch (IOP_EVENT_EVENT(w1)) {
304 if (IOP_EVENT_STATUS(w1)) {
307 phynum, IOP_EVENT_STATUS(w1));
387 pmcs_link_rate(IOP_EVENT_LINK_RATE(w1));
458 pptr->link_rate = pmcs_link_rate(IOP_EVENT_LINK_RATE(w1));
592 pptr->link_rate = pmcs_link_rate(IOP_EVENT_LINK_RATE(w1));
955 switch (IOP_EVENT_STATUS(w1)) {
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h101 uint32_t w1; member in struct:_mac_addr_0_t::__anon8199
118 uint32_t w1; member in struct:_mac_addr_0_t::__anon8199
137 uint32_t w1; member in struct:_mac_addr_1_t::__anon8202
152 uint32_t w1; member in struct:_mac_addr_1_t::__anon8202
172 uint32_t w1; member in struct:_phy_type_t::__anon8205
189 uint32_t w1; member in struct:_phy_type_t::__anon8205
209 uint32_t w1; member in struct:_intr_num_t::__anon8208
226 uint32_t w1; member in struct:_intr_num_t::__anon8208
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local
208 w1 = LOAD_BIG_32(blk + 4 * 1);
209 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1);
253 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0;
255 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1;
256 SHA256ROUND(h, a, b, c, d, e, f, g, 17, w1);
259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3;
269 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
286 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1)
378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local
[all...]
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c675 uint16_t w0, w1, w2, w3; local
683 w1 = udmf_eeprom_read(dp, i + 1, &err);
687 i, w0, w1, w2, w3);
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c662 uint16_t w0, w1, w2, w3; local
667 IN(dp, i + 2, &w1, &err, usberr);
671 i - URF_EEPROM_BASE, w0, w1, w2, w3);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c911 uint16_t w1; local
1170 w1 = CHAR_TO_SHORT(icb->login_timeout[0], icb->login_timeout[1]);
1171 ha->r_a_tov = (uint16_t)(w1 < R_A_TOV_DEFAULT ? R_A_TOV_DEFAULT : w1);
1193 w1 = REQUEST_ENTRY_CNT;
1194 icb->request_q_length[0] = LSB(w1);
1195 icb->request_q_length[1] = MSB(w1);
1196 w1 = RESPONSE_ENTRY_CNT;
1197 icb->response_q_length[0] = LSB(w1);
1198 icb->response_q_length[1] = MSB(w1);
[all...]

Completed in 102 milliseconds

12