Searched refs:_W1 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/tommath/
H A Dbn_fast_mp_montgomery_reduce.c119 register mp_word *_W, *_W1; local
124 _W1 = W + ix;
130 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dset.pl602 setdomchange1(_S, [], _W1, _W).
611 setdomremove(_S, [], _W1, _W).
621 attr_weight_instanciate(W, S, SAttr, _W1, W2) :-
633 attr_weight_instanciate(W, S, SAttr, _W1, _W2) :-
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c323 register mp_word *_W, *_W1; local
328 _W1 = W + ix;
334 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);

Completed in 103 milliseconds