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 
nfu_status ptwXY_neg(ptwXYPoints *ptwXY)
 
nfu_status ptwXY_abs(ptwXYPoints *ptwXY)
 
int64_t ptwXY_getNonOverflowLength(ptwXYPoints const *ptwXY)
 
enum nfu_status_e nfu_status
 
struct ptwXYOverflowPoint_s * next
 
ptwXYOverflowPoint overflowHeader