Home | History | Annotate | Download | only in i18n

Lines Matching refs:newrhs

5399         decNumber *newrhs=bufr;         /* assume will fit on stack  */
5406 newrhs=allocrhs; /* use the allocated space */
5408 uprv_decNumberCopy(newrhs, rhs); /* copy to safe space */
5409 newrhs->exponent=use; /* normalize; now <1 */
5410 x=newrhs; /* ready for use */