Home | History | Annotate | Download | only in spmath

Lines Matching defs:save

56     register unsigned int signless_upper_left, signless_upper_right, save;
69 /* A zero "save" helps discover equal operands (for later), *
71 Dbl_xortointp1(leftp1,rightp1,/*to*/save);
82 if (Dbl_isinfinity(rightp1,rightp2) && save!=0)
172 * First finish the first word using "save" */
173 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1);
174 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1);
227 if( (/*signed*/int) save < 0 )
296 if( (/*signed*/int) save < 0 )
442 } /* end if(save < 0)... */