Searched refs:w2 (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/libc/string/
H A Dwcscoll.c79 const wchar_t *w2 = ws2; local
100 if ((tr2 = wcsdup(w2)) == NULL)
110 w2 = tr2;
114 while (*w1 && *w2) {
132 _collate_lookup(table, w2, &len2,
150 w2 += len2;
153 while (*w1 && *w2) {
170 while (check2 && *w2) {
171 _collate_lookup(table, w2,
180 w2
[all...]
H A Dstrcoll.c55 wchar_t *w1 = NULL, *w2 = NULL; local
93 w2 = t2;
98 if ((mbsrtowcs_l(w2, &cs2, sz2, &mbs2, locale)) == (size_t)-1)
101 ret = wcscoll_l(w1, w2, locale);
/barrelfish-master/lib/tommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
145 /* w2 = (a2 + a1 + a0)(b2 + b1 + b0) */
158 if ((res = mp_mul(&tmp1, &tmp2, &w2)) != MP_OKAY) {
191 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
194 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
198 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
202 if ((res = mp_sub(&w3, &w2,
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
96 /* w2 = (a2 + a1 + a0)**2 */
103 if ((res = mp_sqr(&tmp1, &w2)) != MP_OKAY) {
135 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
138 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
142 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
146 if ((res = mp_sub(&w3, &w2,
[all...]
H A Dtommath.tex3159 Next we compute the five points $w0, w1, w2, w3$ and $w4$. Recall that $w0$ and $w4$ can be computed directly from the portions so
3160 we get those out of the way first (lines 73 and 78). Next we compute $w1, w2$ and $w3$ using Horners method.
3162 After this point we solve for the actual values of $w1, w2$ and $w3$ by reducing the $5 \times 5$ system which is relatively
/barrelfish-master/kernel/arch/armv8/
H A Dsysreg.S48 add w2, w10, w10, lsr #1 // calculate 3 x cache level
49 lsr w1, w0, w2 // extract 3-bit cache type for this level
56 and w2, w1, #7 // w2 = log2(linelen)-4
57 add w2, w2, #4 // w2 = log2(linelen)
64 lsl w7, w7, w2 // w7 = max set number, aligned to position in dc operand
65 lsl w17, w8, w2 // w17 = amount to decrement set number per iteration
/barrelfish-master/lib/devif/backends/net/mlx4/include/net/
H A Dipv6.h82 __be32 w1, __be32 w2,
85 __ipv6_addr_set_half(&addr->s6_addr32[0], w1, w2);
81 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/barrelfish-master/lib/msun/src/
H A De_lgammaf_r.c82 w2 = -2.76129087e-03; /* 0xbb34f6c6 */ variable
208 w = w0+z*(w1+y*w2);
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
152 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c7857 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
7861 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
7975 /* w2 = (a2 + a1 + a0)(b2 + b1 + b0) */
7988 if ((res = mp_mul(&tmp1, &tmp2, &w2)) != MP_OKAY) {
8021 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
8024 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
8028 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
8032 if ((res = mp_sub(&w3, &w2,
8140 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_gf2m.c864 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
905 w2 = BN_CTX_get(ctx);
917 if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx)) goto err;
918 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) goto err;
920 if (!BN_GF2m_add(w, w2, rho)) goto err;
/barrelfish-master/lib/msun/ld128/
H A De_lgammal_r.c168 w2 = -2.77777777777777777777777727810123528e-03L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dcombobox.tcl213 ;proc _kill_if_same {w1 w2 w} {
214 if [string match $w1 $w2] {
/barrelfish-master/lib/barrelfish/
H A Dflounder_support.c237 uintptr_t w2 = getword(buf, pos, len); local
276 , w2
/barrelfish-master/lib/msun/ld80/
H A De_lgammal_r.c203 #define w2 (w2u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));

Completed in 134 milliseconds