Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_6pts.c66 mp_ptr w4, mp_ptr w2, mp_ptr w1, in mpn_toom_interpolate_6pts() argument
97 mpn_add_n (w2, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
99 mpn_sub_n (w2, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
100 mpn_rshift (w2, w2, 2 * n + 1, 2); in mpn_toom_interpolate_6pts()
110 mpn_sub_n (w1, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
135 mpn_sub_n (w2, w2, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
136 mpn_divexact_by3 (w2, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
172 cy = mpn_sublsh2_n(w2, w2, w0, w0n); in mpn_toom_interpolate_6pts()
174 cy = mpn_sublsh_n(w2, w2, w0, w0n, 2); in mpn_toom_interpolate_6pts()
179 cy+= mpn_sub_n(w2, w2, w4, w0n); in mpn_toom_interpolate_6pts()
[all …]
H A Dtoom_interpolate_7pts.c101 #define w2 (rp + 2*n) in mpn_toom_interpolate_7pts() macro
167 mpn_rsh1add_n (w3, w3, w2, m); in mpn_toom_interpolate_7pts()
176 mpn_rsh1sub_n (w3, w2, w3, m); in mpn_toom_interpolate_7pts()
183 mpn_sub_n (w2, w2, w3, m); in mpn_toom_interpolate_7pts()
185 mpn_submul_1 (w5, w2, m, 65); in mpn_toom_interpolate_7pts()
186 mpn_sub (w2, w2, m, w6, w6n); in mpn_toom_interpolate_7pts()
187 mpn_sub (w2, w2, m, w0, 2*n); in mpn_toom_interpolate_7pts()
191 mpn_sub_n (w4, w4, w2, m); in mpn_toom_interpolate_7pts()
194 mpn_sub_n (w2, w2, w4, m); in mpn_toom_interpolate_7pts()
210 ASSERT (w2[2*n] < 3); in mpn_toom_interpolate_7pts()
[all …]
/dragonfly/lib/libc/string/
H A Dwcscoll.c76 const wchar_t *w2 = ws2; in wcscoll_l() local
107 w2 = tr2; in wcscoll_l()
111 while (*w1 && *w2) { in wcscoll_l()
147 w2 += len2; in wcscoll_l()
150 while (*w1 && *w2) { in wcscoll_l()
167 while (check2 && *w2) { in wcscoll_l()
168 _collate_lookup(table, w2, in wcscoll_l()
177 w2 += 1; in wcscoll_l()
190 w2 += len2; in wcscoll_l()
194 if (*w2) { in wcscoll_l()
[all …]
H A Dstrcoll.c52 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
90 w2 = t2; in strcoll_l()
95 if ((mbsrtowcs_l(w2, &cs2, sz2, &mbs2, locale)) == (size_t)-1) in strcoll_l()
98 ret = wcscoll_l(w1, w2, locale); in strcoll_l()
/dragonfly/contrib/tcpdump/
H A Dprint-tipc.c74 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF) argument
75 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF) argument
110 nd_uint32_t w2; member
124 nd_uint32_t w2; member
135 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF) argument
136 #define TIPC_BC_GAP_TO(w2) (((w2) >> 0) & 0xFFFF) argument
159 uint32_t w0, w1, w2; in print_payload() local
205 w2 = GET_BE_U_4(ap->w2); in print_payload()
206 link_ack = TIPC_LINK_ACK(w2); in print_payload()
207 link_seq = TIPC_LINK_SEQ(w2); in print_payload()
[all …]
/dragonfly/usr.bin/window/
H A Dwwadd.c42 wwadd(struct ww *w1, struct ww *w2) in wwadd() argument
47 w1->ww_order = w2->ww_order + 1; in wwadd()
48 w1->ww_back = w2; in wwadd()
49 w1->ww_forw = w2->ww_forw; in wwadd()
50 w2->ww_forw->ww_back = w1; in wwadd()
51 w2->ww_forw = w1; in wwadd()
/dragonfly/test/debug/
H A Dutf8bin.c30 ssize_t w2; in main() local
60 w2 = w1; in main()
61 o = wcrtombin(obuf, warray, sizeof(obuf), &w2, flags); in main()
65 r2, r1, w2, w1, o); in main()
/dragonfly/libexec/rbootd/
H A Drmp_var.h138 #define COPYWORD(w1, w2) \ argument
139 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
140 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
/dragonfly/contrib/nvi2/common/
H A Dencoding.c213 unsigned int w1, w2; in decode_utf16() local
225 w2 = buf[2] << 8 ^ buf[3]; in decode_utf16()
227 w2 = buf[2] ^ buf[3] << 8; in decode_utf16()
228 u = ((w1 ^ 0xD800) << 10 ^ (w2 ^ 0xDC00)) + 0x10000; in decode_utf16()
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_conv.c69 static int char8match(uint16_t *w1, uint16_t *w2, int n);
486 char8match(uint16_t *w1, uint16_t *w2, int n) in char8match() argument
492 u2 = le16toh(*w2); in char8match()
502 ++w2; in char8match()
/dragonfly/sys/vfs/nfs/
H A Drpcv2.h107 u_int32_t w2; member
114 u_int32_t w2; member
/dragonfly/contrib/gdb-7/readline/
H A Dmbutil.c245 int i, w1, w2; local
248 (w2 = _rl_get_char_len (&buf2[pos2], ps2)) <= 0 ||
249 (w1 != w2) ||
/dragonfly/usr.bin/join/
H A Djoin.c394 wchar_t *w1, *w2; in mbscoll() local
399 if ((w1 = towcs(s1)) == NULL || (w2 = towcs(s2)) == NULL) in mbscoll()
401 ret = wcscoll(w1, w2); in mbscoll()
403 free(w2); in mbscoll()
/dragonfly/sys/sys/
H A Dassym.h49 char name ## w2[((ASSYM_ABS(value) & 0xFFFF00000000ULL) >> 32) + ASSYM_BIAS]; \
/dragonfly/usr.sbin/pfctl/
H A Dparse.y222 u_int16_t w2; member
365 u_int16_t w2; member
2351 filter_opts.flags.w2 |= $1.w2;
2473 $$.w2 = 0;
2478 $$.w2 = 0;
2487 $$.w2 = 0;
2507 $$.w2 = $3;
2512 $$.w2 = $5;
3887 $$.w2 = $3.w2;
3900 $$.w2 = $3.w2;
[all …]
/dragonfly/contrib/openbsd_libm/src/
H A De_lgamma_r.c145 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
289 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in lgamma_r()
H A De_lgammaf_r.c81 w2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
225 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in lgammaf_r()
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c192 w2 = -2.777777777750349603440E-3L, variable
416 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in lgammal()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c1136 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
1182 if ((w2 = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_solve_quad_arr()
1197 if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
1199 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
1203 if (!BN_GF2m_add(w, w2, rho)) in BN_GF2m_mod_solve_quad_arr()
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
133 w1=t & 0xffff; w2=t>>16; \
135 (w)=u1*v1 + w2 + (w1>>16);}
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
133 w1=t & 0xffff; w2=t>>16; \
135 (w)=u1*v1 + w2 + (w1>>16);}
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
133 w1=t & 0xffff; w2=t>>16; \
135 (w)=u1*v1 + w2 + (w1>>16);}
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c3670 if (w3->conns[j] == w2->nid) in hdaa_audio_dacs_equal()
3697 if (w1->conns[0] == w2->conns[0]) in hdaa_audio_adcs_equal()
3729 struct hdaa_widget *w1, *w2; in hdaa_audio_adddac() local
3753 w2 = NULL; in hdaa_audio_adddac()
3756 if (w2 == NULL || w2->enable == 0) in hdaa_audio_adddac()
3758 if (w2->bindas >= 0) in hdaa_audio_adddac()
3774 w2->bindas = w1->bindas; in hdaa_audio_adddac()
3775 w2->bindseqmask = w1->bindseqmask; in hdaa_audio_adddac()
3782 w2 = hdaa_widget_get(devinfo, w2->conns[0]); in hdaa_audio_adddac()
3783 w2->bindas = w1->bindas; in hdaa_audio_adddac()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-conflicts.c67 int w2 = OBJECT_SUBWORD (obj2); in record_object_conflict() local
74 if (w1 == w2 && w1 > 0) in record_object_conflict()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-conflicts.c71 int w2 = OBJECT_SUBWORD (obj2); in record_object_conflict() local
78 if (w1 == w2 && w1 > 0) in record_object_conflict()

12