Searched refs:EXTENDED_BIAS (Results 1 – 12 of 12) sorted by relevance
38 #define EXTENDED_BIAS 16383 macro
307 pu->exponent += EXTENDED_BIAS;404 k = pu->exponent+ EXTENDED_BIAS;
55 #define EXTENDED_BIAS 16383 macro
131 pu->exponent = x.f.msw.exponent - EXTENDED_BIAS; in _unpack_extended()
160 (*pu).exponent = x.exponent - EXTENDED_BIAS;
331 pu->exponent += EXTENDED_BIAS;
46 #define EXTENDED_BIAS 16383 macro
49 #define EXTENDED_BIAS 16383 macro
392 pu->exponent += EXTENDED_BIAS; in packextended()538 k = pu->exponent + EXTENDED_BIAS; in _fp_pack()
209 (*pu).exponent = x.exponent - EXTENDED_BIAS; in unpackextended()
317 pu->exponent += EXTENDED_BIAS; in __pack_extended()
482 pf->bexponent = x->f.msw.exponent - EXTENDED_BIAS - 63; in __extended_to_bigfloat()