Home
last modified time | relevance | path

Searched defs:exp_hi (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dexpf.cpp94 double exp_hi = EXP_M1[x_hi >> 7]; global() variable
H A Dexpm1f.cpp158 double exp_hi = EXP_M1[x_hi >> 7]; global() variable
H A Dexp2f_impl.h138 int64_t exp_hi = local
H A Dexp.cpp388 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
H A Dexp2.cpp368 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
H A Dexp10.cpp401 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
H A Dexpm1.cpp474 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
H A Dexplogxf.h347 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
/llvm-project/libc/src/stdfix/
H A Dexphk.cpp86 short accum exp_hi = EXP_HI[indices >> 3]; global() variable
H A Dexpk.cpp96 accum exp_hi = EXP_HI[indices >> 4]; global() variable
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h104 int exp_hi = exponent + static_cast<int>((Bits - 1) + FPBits<T>::EXP_BIAS); as() local