Searched defs:exp_hi (Results 1 – 11 of 11) sorted by relevance
94 double exp_hi = EXP_M1[x_hi >> 7]; global() variable
158 double exp_hi = EXP_M1[x_hi >> 7]; global() variable
138 int64_t exp_hi = local
388 double r = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(upper)); variable 406 int64_t exp_hi = static_cast<int64_t>(hi) << FPBits::FRACTION_LEN; global() variable
368 double r = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(upper)); variable 382 double r = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(upper_dd)); variable
401 double r = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(upper)); variable 468 double r = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(upper_dd)); variable
474 int64_t exp_hi = static_cast<int64_t>(hi) << FPBits::FRACTION_LEN; global() variable 488 int64_t exp_hi = static_cast<int64_t>(hi) << FPBits::FRACTION_LEN; global() variable
347 double mid_hi = cpp::bit_cast<double>(exp_hi + cpp::bit_cast<int64_t>(mid)); in ziv_test_denorm() local 163 int64_t exp_hi = static_cast<int64_t>((k >> Base::MID_BITS)) exp_b_range_reduc() local
86 short accum exp_hi = EXP_HI[indices >> 3]; global() variable
96 accum exp_hi = EXP_HI[indices >> 4]; global() variable
104 int exp_hi = exponent + static_cast<int>((Bits - 1) + FPBits<T>::EXP_BIAS); as() local