Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcscoll.c71 const wchar_t *w2 = ws2; in wcscoll_l() local
93 if ((tr2 = wcsdup(w2)) == NULL) in wcscoll_l()
103 w2 = tr2; in wcscoll_l()
108 while (*w1 && *w2) { in wcscoll_l()
127 _collate_lookup(lcc, w2, &len2, in wcscoll_l()
146 w2 += len2; in wcscoll_l()
149 if (*w2) { in wcscoll_l()
150 ret = -(int)*w2; in wcscoll_l()
159 while (*w1 || *w2 || st1 || st2) { in wcscoll_l()
176 while (*w2 || st2) { in wcscoll_l()
[all …]
H A Dstrcoll.c54 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
83 w2 = t2; in strcoll_l()
85 if ((w2 = alloca(sz2 * sizeof (wchar_t))) == NULL) in strcoll_l()
92 if ((mbstowcs_l(w2, s2, sz2, loc)) == (size_t)-1) in strcoll_l()
95 ret = wcscoll_l(w1, w2, loc); in strcoll_l()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c115 double t1, t2, t3, t4, w1, w2, t; in sum4fp() local
139 w2 = t4 - (w1 - t3); in sum4fp()
141 w2 += w1 - (t - t2); in sum4fp()
142 w1 = t + w2; in sum4fp()
143 w2 += t - w1; in sum4fp()
145 w2 += w1 - (t - t1); in sum4fp()
146 w1 = t + w2; in sum4fp()
147 *w = w2 - (w1 - t); in sum4fp()
155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; in cpow() local
218 w2 = t - (w1 - r); in cpow()
[all …]
H A Dcpowl.c70 long double t1, t2, t3, t4, w1, w2, t; in sum4fpl() local
94 w2 = t4 - (w1 - t3); in sum4fpl()
96 w2 += w1 - (t - t2); in sum4fpl()
97 w1 = t + w2; in sum4fpl()
98 w2 += t - w1; in sum4fpl()
100 w2 += w1 - (t - t1); in sum4fpl()
101 w1 = t + w2; in sum4fpl()
102 *w = w2 - (w1 - t); in sum4fpl()
110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local
168 w2 = t - (w1 - r); in cpowl()
[all …]
H A Dk_atan2.c458 double t, xh, th, t1, t2, w1, w2; in __k_atan2() local
539 w1 = mx_atan(t, &w2); in __k_atan2()
540 w2 += (t2 - t1) / (x + y * t); in __k_atan2()
544 w2 = (pi_lo - w2) - (w1 - t2); in __k_atan2()
547 *w = (hy >= 0)? w2 : -w2; in __k_atan2()
H A Dk_atan2l.c724 long double t, xh, th, t1, t2, w1, w2; in __k_atan2l() local
798 w1 = mx_atanl(t, &w2); in __k_atan2l()
799 w2 += (t2 - t1) / (x + y * t); in __k_atan2l()
803 w2 = (pi_lo - w2) - (w1 - t2); in __k_atan2l()
806 *w = (hy >= 0)? w2 : -w2; in __k_atan2l()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c163 double y1, y2, w1, w2; in pow() local
287 w1 = log2_x(ax, &w2); in pow()
294 y2 = y * w2; in pow()
297 y2 = (y - y1) * w1 + y * w2; in pow()
306 w2 = y1 - z; in pow()
307 w2 += y2; in pow()
309 if (w2 >= -8.008566259537296567160e-17) in pow()
317 w2 = y1 - z; in pow()
318 w2 += y2; in pow()
319 if (w2 <= zero) /* underflow */ in pow()
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
212 w2 = LOAD_BIG_32(blk + 4 * 2); in SHA256Transform()
213 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform()
256 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
258 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
259 SHA256ROUND(g, h, a, b, c, d, e, f, 18, w2); in SHA256Transform()
262 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
272 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9; in SHA256Transform()
289 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
291 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c203 double a0, a1, a2, w0, w1, w2; in __vcos() local
228 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
241 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
265 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
273 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
296 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
304 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
323 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
327 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
534 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vcos() local
[all …]
H A D__vcosbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vlibm_vcos_big_ultra3() local
187 w2 = fn2 * pio2_2; in __vlibm_vcos_big_ultra3()
190 x2 = a2 - w2; in __vlibm_vcos_big_ultra3()
193 y2 = (a2 - x2) - w2; in __vlibm_vcos_big_ultra3()
199 w2 = fn2 * pio2_3 - y2; in __vlibm_vcos_big_ultra3()
202 x2 = a2 - w2; in __vlibm_vcos_big_ultra3()
205 y2 = (a2 - x2) - w2; in __vlibm_vcos_big_ultra3()
211 w2 = fn2 * pio2_3t - y2; in __vlibm_vcos_big_ultra3()
214 x2 = a2 - w2; in __vlibm_vcos_big_ultra3()
217 y2 = (a2 - x2) - w2; in __vlibm_vcos_big_ultra3()
[all …]
H A D__vsinbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vlibm_vsin_big_ultra3() local
187 w2 = fn2 * pio2_2; in __vlibm_vsin_big_ultra3()
190 x2 = a2 - w2; in __vlibm_vsin_big_ultra3()
193 y2 = (a2 - x2) - w2; in __vlibm_vsin_big_ultra3()
199 w2 = fn2 * pio2_3 - y2; in __vlibm_vsin_big_ultra3()
202 x2 = a2 - w2; in __vlibm_vsin_big_ultra3()
205 y2 = (a2 - x2) - w2; in __vlibm_vsin_big_ultra3()
211 w2 = fn2 * pio2_3t - y2; in __vlibm_vsin_big_ultra3()
214 x2 = a2 - w2; in __vlibm_vsin_big_ultra3()
217 y2 = (a2 - x2) - w2; in __vlibm_vsin_big_ultra3()
[all …]
H A D__vsincos.c232 double w0, w1, w2; in __vsincos() local
263 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsincos()
283 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos()
291 t1_2 = a2_2*w2 + a1_2*t2; in __vsincos()
371 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsincos()
384 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos()
392 t1_2 = a2_2*w2 + a1_2*t2; in __vsincos()
464 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsincos()
477 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos()
485 t1_2 = a2_2*w2 + a1_2*t2; in __vsincos()
[all …]
H A D__vsin.c177 double a0, a1, a2, w0, w1, w2; in __vsin() local
202 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
214 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
237 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
246 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
269 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
278 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
297 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
303 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
513 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vsin() local
[all …]
H A D__vlog.c663 } z0, z1, z2, z3, w0, w1, w2, w3; in __vlog() local
674 w2.i[LOWORD] = 0; in __vlog()
720 w2.i[HIWORD] = i2 - e; in __vlog()
733 d2 = z2.d - w2.d; in __vlog()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c136 long double y1, y2, w1, w2; in powl() local
247 w1 = logl_x(ax, &w2); in powl()
252 y2 = y * w2; in powl()
255 y2 = (y - y1) * w1 + y * w2; in powl()
301 w2 = (w1 - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - in powl()
303 z = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (w1 + w1)) / w2 - in powl()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daestab.h121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument
57 uint64_t b = w2; in cityhash4()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_checksum.h42 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
46 (zcp)->zc_word[2] = w2; \
/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) in ga_parse_common() argument
117 wret[1] = w2; in ga_parse_common()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnested-declarator2.c21 static void w2(int ());
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1008 Word w, w2; in dump_lwpstatus() local
1031 w2 = extract_as_word(state, &layout->pr_what); in dump_lwpstatus()
1033 conv_cnote_pr_what(w, w2, 0, &conv_buf.inv)); in dump_lwpstatus()
1070 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_lwpstatus()
1071 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_lwpstatus()
1216 Word w, w2; in dump_prstatus() local
1238 w2 = extract_as_word(state, &layout->pr_what); in dump_prstatus()
1240 conv_cnote_pr_what(w, w2, 0, &conv_buf.inv)); in dump_prstatus()
1282 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_prstatus()
1283 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_prstatus()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c577 data->w2 = val.w2; in npi_zcp_tt_bam_entry()
712 NXGE_REG_RD64(handle, ZCP_RAM_DATA2_REG, &val->w2); in zcp_mem_read()
736 NXGE_REG_WR64(handle, ZCP_RAM_DATA2_REG, val->w2); in zcp_mem_write()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h270 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
274 (zcp)->zc_word[2] = w2; \
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y119 static int wordcmp(const void *w1, const void *w2);
982 wordcmp(const void *w1, const void *w2) in wordcmp() argument
986 ((const word_t *)w2)->w_string)); in wordcmp()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c59 w_data.w2 = 0; in nxge_zcp_init()
435 w_data.w2 = 0; in nxge_zcp_fatal_err_recover()

12