Searched refs:bexp (Results 1 – 6 of 6) sorted by relevance
108 Int bexp, i, j, shift; in convert_f64le_to_f80le() local112 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F); in convert_f64le_to_f80le()113 bexp &= 0x7FF; in convert_f64le_to_f80le()116 if (bexp == 0 || bexp == 0x7FF) { in convert_f64le_to_f80le()131 if (bexp == 0) { in convert_f64le_to_f80le()161 bexp -= shift; in convert_f64le_to_f80le()162 bexp += (16383 - 1023); in convert_f64le_to_f80le()163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) ); in convert_f64le_to_f80le()164 f80[8] = toUChar( bexp & 0xFF ); in convert_f64le_to_f80le()175 if (bexp == 0x7FF) { in convert_f64le_to_f80le()[all …]
1390 Int bexp; in amd64g_calculate_FXAM() local1409 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F); in amd64g_calculate_FXAM()1410 bexp &= 0x7FF; in amd64g_calculate_FXAM()1420 if (bexp == 0 && mantissaIsZero) { in amd64g_calculate_FXAM()1428 if (bexp == 0 && !mantissaIsZero) { in amd64g_calculate_FXAM()1436 if (bexp == 0x7FF && mantissaIsZero) { in amd64g_calculate_FXAM()1444 if (bexp == 0x7FF && !mantissaIsZero) { in amd64g_calculate_FXAM()
1370 Int bexp; in x86g_calculate_FXAM() local1389 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F); in x86g_calculate_FXAM()1390 bexp &= 0x7FF; in x86g_calculate_FXAM()1400 if (bexp == 0 && mantissaIsZero) { in x86g_calculate_FXAM()1408 if (bexp == 0 && !mantissaIsZero) { in x86g_calculate_FXAM()1416 if (bexp == 0x7FF && mantissaIsZero) { in x86g_calculate_FXAM()1424 if (bexp == 0x7FF && !mantissaIsZero) { in x86g_calculate_FXAM()
269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { in _Stl_tenscale() argument270 bexp = 0; in _Stl_tenscale()309 bexp += _Stl_twoexp[hi] - norm; in _Stl_tenscale()316 bexp += _Stl_twoexp[lo] - norm; in _Stl_tenscale()347 int bexp; /* binary exponent */ in _Stl_atod() local368 bexp = 64; /* convert from 64b int to fraction */ in _Stl_atod()382 bexp -= 64 - nzero; in _Stl_atod()390 bexp += sexp; in _Stl_atod()392 if (bexp <= -1022) { /* HI denorm or underflow */ in _Stl_atod()393 bexp += 1022; in _Stl_atod()[all …]
117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument122 args[0] = bexp; in new_exp_3()
138 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument143 args[0] = bexp; in new_exp_3()