Searched refs:ae (Results 1 – 25 of 25) sorted by relevance
86 Int ae; /* adjusted exponent */ in decimal32FromNumber() local98 ae=dn->exponent+dn->digits-1; /* [0 if special] */ in decimal32FromNumber()100 || ae>DECIMAL32_Emax /* likely overflow */ in decimal32FromNumber()101 || ae<DECIMAL32_Emin) { /* likely underflow */ in decimal32FromNumber()
86 Int ae; /* adjusted exponent */ in decimal128FromNumber() local102 ae=dn->exponent+dn->digits-1; /* [0 if special] */ in decimal128FromNumber()104 || ae>DECIMAL128_Emax /* likely overflow */ in decimal128FromNumber()105 || ae<DECIMAL128_Emin) { /* likely underflow */ in decimal128FromNumber()
92 Int ae; /* adjusted exponent */ in decimal64FromNumber() local106 ae=dn->exponent+dn->digits-1; /* [0 if special] */ in decimal64FromNumber()108 || ae>DECIMAL64_Emax /* likely overflow */ in decimal64FromNumber()109 || ae<DECIMAL64_Emin) { /* likely underflow */ in decimal64FromNumber()
1515 decNumberFromInt32(res, ae); /* lay it out */ in decNumberLogB()3259 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot()3665 Int ae; /* adjusted exponent */ in decNumberIsNormal() local3673 ae=dn->exponent+dn->digits-1; /* adjusted exponent */ in decNumberIsNormal()3674 if (ae<set->emin) return 0; /* is subnormal */ in decNumberIsNormal()3685 Int ae; /* adjusted exponent */ in decNumberIsSubnormal() local3693 ae=dn->exponent+dn->digits-1; /* adjusted exponent */ in decNumberIsSubnormal()3694 if (ae<set->emin) return 1; /* is subnormal */ in decNumberIsSubnormal()8138 Int ae, d, digits; /* .. */ local8212 if (ae<emin-(digits-1)) {[all …]
243 ae 0x1e altgr
196 ae 0x1e altgr248 ae 0x27
99 ae 0x10 altgr
195 ae 0x1e altgr
196 ae 0x1e altgr
247 ae 0x27
232 ae 0x28 altgr
118 ae 0x10 altgr
193 ae 0x1e altgr
194 ae 0x1e altgr
192 ae 0x1e altgr
254 ae 0x28
214 ae 0x21 altgr
3428 TYPE ae = *(TYPE *)(vn + H(i + odd_ofs)); \3430 *(TYPE *)(vd + H(i + 0)) = ae; \