Home
last modified time | relevance | path

Searched refs:w3 (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_7pts.c167 mpn_rsh1add_n (w3, w3, w2, m); in mpn_toom_interpolate_7pts()
169 mpn_add_n (w3, w3, w2, m); ASSERT (!(w3[0] & 1)); in mpn_toom_interpolate_7pts()
170 mpn_rshift (w3, w3, m, 1); in mpn_toom_interpolate_7pts()
176 mpn_rsh1sub_n (w3, w2, w3, m); in mpn_toom_interpolate_7pts()
178 mpn_sub_n (w3, w2, w3, m); ASSERT (!(w3[0] & 1)); in mpn_toom_interpolate_7pts()
179 mpn_rshift (w3, w3, m, 1); in mpn_toom_interpolate_7pts()
183 mpn_sub_n (w2, w2, w3, m); in mpn_toom_interpolate_7pts()
197 mpn_lshift (tp, w3, m, 3); in mpn_toom_interpolate_7pts()
200 mpn_sub_n (w3, w3, w5, m); in mpn_toom_interpolate_7pts()
211 ASSERT (w3[2*n] < 4); in mpn_toom_interpolate_7pts()
[all …]
H A Dtoom_interpolate_6pts.c77 #define w3 (pp + 2 * n) /* 2n+1 */ in mpn_toom_interpolate_6pts() macro
118 mpn_rsh1add_n (w4, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
120 mpn_add_n (w4, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
127 mpn_rsh1sub_n (w4, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
129 mpn_sub_n (w4, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
139 mpn_sub_n (w3, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
140 w3[2 * n] -= mpn_sub_n (w3, w3, w5, 2 * n); in mpn_toom_interpolate_6pts()
143 mpn_sub_n (w1, w1, w3, 2 * n + 1); in mpn_toom_interpolate_6pts()
185 MPN_DECR_U (w3, 2 * n + 1, cy); in mpn_toom_interpolate_6pts()
188 cy4 = w3[2 * n] + mpn_add_n (pp + 3 * n, pp + 3 * n, w2, n); in mpn_toom_interpolate_6pts()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dsubtitle24 # https://www.w3.org/TR/webvtt1/
31 # https://www.w3.org/TR/ttml2/
34 >>&0 regex ['"]http://www.w3.org/ns/ttml TTML subtitles
H A Dsgml54 # https://www.w3.org/TR/SVG/single-page.html
H A Dfonts436 # https://www.w3.org/TR/WOFF/
442 # https://www.w3.org/TR/WOFF2/
H A Dcompress70 # https://www.w3.org/TR/SVG/mimereg.html
/dragonfly/sys/sys/
H A Dassym.h50 char name ## w3[((ASSYM_ABS(value) & 0xFFFF000000000000ULL) >> 48) + ASSYM_BIAS]
/dragonfly/contrib/openbsd_libm/src/
H A De_lgamma_r.c146 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
289 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in lgamma_r()
H A De_lgammaf_r.c82 w3 = 7.9365057172e-04, /* 0x3a500cfd */ 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.c193 w3 = 7.936507795855070755671E-4L, variable
416 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in lgammal()
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c3651 struct hdaa_widget *w3; in hdaa_audio_dacs_equal() local
3658 if (w3 == NULL || w3->enable == 0) in hdaa_audio_dacs_equal()
3660 if (w3->bindas != w1->bindas) in hdaa_audio_dacs_equal()
3662 if (w3->nconns == 0) in hdaa_audio_dacs_equal()
3666 if (w3->connsenable[j] == 0) in hdaa_audio_dacs_equal()
3690 struct hdaa_widget *w3, *w4; in hdaa_audio_adcs_equal() local
3700 if (w3 == NULL || w3->enable == 0) in hdaa_audio_adcs_equal()
3705 if (w3->bindas == w4->bindas && w3->bindseqmask == w4->bindseqmask) in hdaa_audio_adcs_equal()
3709 if (w3->type != w4->type) in hdaa_audio_adcs_equal()
3711 if (memcmp(&w3->param, &w4->param, sizeof(w3->param))) in hdaa_audio_adcs_equal()
[all …]