Home
last modified time | relevance | path

Searched refs:half_rep_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc122 // half_rep_t-sized b_UQ1_hw represented in UQ1.(HW-1) that is a **truncated**
139 const half_rep_t b_UQ1_hw = bSignificand >> (significandBits + 1 - HW);
150 const half_rep_t C_hw = HALF_REP_C(0x7504);
153 const half_rep_t C_hw = HALF_REP_C(0x7504F333) << (HW - 32);
158 half_rep_t x_UQ0_hw = C_hw - (b_UQ1_hw /* exact b_hw/2 as UQ0.HW */);
188 half_rep_t corr_UQ1_hw = 0 - ((rep_t)x_UQ0_hw * b_UQ1_hw >> HW);
203 // Now, either no overflow occurred or x_UQ0_hw is 0 or 1 in its half_rep_t
H A Dfp_lib.h32 typedef uint16_t half_rep_t; typedef
53 typedef uint32_t half_rep_t; typedef
89 typedef uint64_t half_rep_t; typedef