Searched refs:high (Results 1 – 2 of 2) sorted by relevance
58 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) argument59 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) argument
826 __a.s.low = (al); __a.s.high = (ah); \827 __b.s.low = (bl); __b.s.high = (bh); \829 (sl) = __s.s.low; (sh) = __s.s.high; \834 __a.s.low = (al); __a.s.high = (ah); \835 __b.s.low = (bl); __b.s.high = (bh); \837 (sl) = __s.s.low; (sh) = __s.s.high; \1545 w1 = __w.s.high; \1676 umul_ppmm (__w.s.high, __w.s.low, u, v); \
Completed in 9 milliseconds