Searched defs:ah (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dfixed_point.h42 const T ah = v>>half_size, bh = val.v>>half_size; local
45 v += ((al*bh)+(ah*bl)+((ah*bh)<<half_size))<<(half_size-precision);
47 v += ((al*bh)+(ah*bl))>>(precision-half_size);
48 v += (ah*bh)<<(2*half_size-precision);

Completed in 19 milliseconds