Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc194 // without any intermediate loss of precision (that is, in twice_rep_t)
248 rep_t corr_UQ1 = 0 - ((twice_rep_t)x_UQ0 * b_UQ1 >> typeWidth);
249 x_UQ0 = (twice_rep_t)x_UQ0 * corr_UQ1 >> (typeWidth - 1);
260 // Simulating operations on a twice_rep_t to perform a single final full-width
H A Dfp_lib.h34 typedef uint64_t twice_rep_t; typedef