Searched refs:reqexp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c2613 Int reqexp; /* requested exponent change [B] */ local
2629 reqexp=decGetInt(rhs); /* [cannot fail] */
2630 if (reqexp==BADINT /* something bad .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2632 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2637 res->exponent+=reqexp; /* adjust the exponent */
5834 Int reqexp; /* requested exponent [-scale] */ local
5874 if (quant) reqexp=inrhs->exponent; /* quantize -- match exponents */
5879 reqexp
[all...]

Completed in 164 milliseconds