11 #if defined __cplusplus
27 for( i = 0, p = ptwXY->
points; i < nonOverflowLength; i++, p++ ) p->
y = std::fabs( p->
y );
28 for( o = overflowHeader->
next; o != overflowHeader; o = o->
next ) o->
point.
y = std::fabs( o->
point.
y );
42 for( i = 0, p = ptwXY->
points; i < nonOverflowLength; i++, p++ ) p->
y = -p->
y;
47 #if defined __cplusplus