Lines Matching refs:newrhs
5393 decNumber *newrhs=bufr; /* assume will fit on stack */5400 newrhs=allocrhs; /* use the allocated space */5402 uprv_decNumberCopy(newrhs, rhs); /* copy to safe space */5403 newrhs->exponent=use; /* normalize; now <1 */5404 x=newrhs; /* ready for use */