Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libc/port/locale/
H A Dwcscoll.c72 const wchar_t *w2 = ws2; in wcscoll_l() local
92 if ((tr2 = wcsdup(w2)) == NULL) in wcscoll_l()
102 w2 = tr2; in wcscoll_l()
106 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l()
117 _collate_lookup(lcc, w2, &len2, &pri2, pass, in wcscoll_l()
131 w2 += len2; in wcscoll_l()
134 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l()
147 while (*w2) { in wcscoll_l()
148 _collate_lookup(lcc, w2, &len2, in wcscoll_l()
156 w2 += len2; 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()
/titanic_50/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()
/titanic_50/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 …]
/titanic_50/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
211 w2 = LOAD_BIG_32(blk + 4 * 2); in SHA256Transform()
212 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform()
255 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
257 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
258 SHA256ROUND(g, h, a, b, c, d, e, f, 18, w2); in SHA256Transform()
261 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
271 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9; in SHA256Transform()
288 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
290 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
[all …]
/titanic_50/usr/src/lib/libmvec/common/
H A D__vcos.c202 double a0, a1, a2, w0, w1, w2; in __vcos() local
227 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
240 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
264 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
272 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
295 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
303 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
322 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
326 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
533 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__vsin.c176 double a0, a1, a2, w0, w1, w2; in __vsin() local
201 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
213 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
236 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
245 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
268 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
277 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
296 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
302 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
512 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vsin() local
[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__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()
/titanic_50/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()
/titanic_50/usr/src/common/crypto/aes/amd64/
H A Daestab.h123 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
137 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
152 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/titanic_50/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()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c909 Word w, w2; in dump_lwpstatus() local
932 w2 = extract_as_word(state, &layout->pr_what); in dump_lwpstatus()
934 conv_cnote_pr_what(w, w2, 0, &conv_buf.inv)); in dump_lwpstatus()
971 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_lwpstatus()
972 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_lwpstatus()
1116 Word w, w2; in dump_prstatus() local
1138 w2 = extract_as_word(state, &layout->pr_what); in dump_prstatus()
1140 conv_cnote_pr_what(w, w2, 0, &conv_buf.inv)); in dump_prstatus()
1182 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_prstatus()
1183 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_prstatus()
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h266 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
270 (zcp)->zc_word[2] = w2; \
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c582 data->w2 = val.w2; in npi_zcp_tt_bam_entry()
717 NXGE_REG_RD64(handle, ZCP_RAM_DATA2_REG, &val->w2); in zcp_mem_read()
741 NXGE_REG_WR64(handle, ZCP_RAM_DATA2_REG, val->w2); in zcp_mem_write()
/titanic_50/usr/src/cmd/power/
H A Dsysidpm.sh267 ROOT_FSTYPE=`df -n / | (read w1 w2 w3; echo $w3)`
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dattributes.sh170 w2=world
171 t1="$w1 $w2"
/titanic_50/usr/src/cmd/loadkeys/
H A Dloadkeys.y136 static int wordcmp(const void *w1, const void *w2);
1001 wordcmp(const void *w1, const void *w2) in wordcmp() argument
1005 ((const word_t *)w2)->w_string)); in wordcmp()
/titanic_50/usr/src/cmd/acct/
H A Dwtmpfix.c254 setdtab(off_t p, struct futmpx *w1, struct futmpx *w2) in setdtab() argument
263 dp->d_adj = w2->ut_xtime - w1->ut_xtime; in setdtab()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c61 w_data.w2 = 0; in nxge_zcp_init()
441 w_data.w2 = 0; in nxge_zcp_fatal_err_recover()

12