Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c69 #define addoverflow() asm jo overflow macro
75 #define addoverflow() if ((i1^i2) >= 0 && (iresult^i1) < 0) goto overflow macro
1273 addoverflow(); in arithmetic()