Home
last modified time | relevance | path

Searched defs:mh_bits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dtanhf.cpp93 int64_t mh_bits = ExpBase::EXP_2_MID[mk & ExpBase::MID_MASK] + exp_mhi; global() variable
H A Dexp2f_impl.h143 int64_t mh_bits = ExpBase::EXP_2_MID[k & ExpBase::MID_MASK] + exp_hi; local
H A Dexp2m1f.cpp162 // mh_bits = bit field of mh variable
H A Dexplogxf.h167 double mh = fputil::FPBits<double>(mh_bits).get_val(); in exp_b_range_reduc() local