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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c2639 Int reqexp; /* requested exponent change [B] */ local
2655 reqexp=decGetInt(rhs); /* [cannot fail] */
2656 if (reqexp==BADINT /* something bad .. */
2657 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2658 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2663 res->exponent+=reqexp; /* adjust the exponent */
5880 Int reqexp; /* requested exponent [-scale] */ local
5920 if (quant) reqexp=inrhs->exponent; /* quantize -- match exponents */
5925 reqexp
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c2641 Int reqexp; /* requested exponent change [B] */ local
2657 reqexp=decGetInt(rhs); /* [cannot fail] */
2658 if (reqexp==BADINT /* something bad .. */
2659 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2660 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2665 res->exponent+=reqexp; /* adjust the exponent */
5882 Int reqexp; /* requested exponent [-scale] */ local
5922 if (quant) reqexp=inrhs->exponent; /* quantize -- match exponents */
5927 reqexp
[all...]

Completed in 76 milliseconds