Searched refs:w0 (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/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,
72 /* w0 = a0*b0 */
73 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
191 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
206 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
260 if ((res = mp_add(&w0, &w1, c)) != MP_OKAY) {
274 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
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) {
49 /* w0 = a0*a0 */
50 if ((res = mp_sqr(&a0, &w0)) != MP_OKAY) {
123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
135 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
150 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
204 if ((res = mp_add(&w0, &w1, b)) != MP_OKAY) {
218 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL);
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
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsysreg.S41 and w3, w0, #0x07000000 // get 2 x level of coherency
49 lsr w1, w0, w2 // extract 3-bit cache type for this level
H A Dexceptions.S204 ldr w0, [x3, #OFFSETOF_DISP_DISABLED]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dpane.tcl211 ;proc pane_constrain {p h w0 w1 wh xy d} {
213 regexp -- "\-rel$xy (\[^ \]+)" [place info $w0] junk t0
218 W0 $w0 W1 $w1 XY0 $t0 XY1 [expr $t1+$t2] \
/barrelfish-2018-10-04/lib/msun/src/
H A De_lgammaf_r.c80 w0 = 4.18938547e-01, /* 0x3ed67f1d */ variable
208 w = w0+z*(w1+y*w2);
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
150 w0 = 4.18938533204672725052e-01, /* 0x3FDACFE3, 0x90C97D69 */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/barrelfish-2018-10-04/lib/msun/ld128/
H A De_lgammal_r.c166 w0 = 4.18938533204672741780329736405617738e-01L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/barrelfish-2018-10-04/lib/msun/ld80/
H A De_lgammal_r.c201 #define w0 (w0u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
/barrelfish-2018-10-04/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,
7902 /* w0 = a0*b0 */
7903 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
8009 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
8021 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
8036 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
8090 if ((res = mp_add(&w0, &w1, c)) != MP_OKAY) {
8104 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
8140 mp_int w0, w local
[all...]
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex205 \texttt{w0-w30}. The additional stack pointer \texttt{SP} register can be

Completed in 130 milliseconds