Searched refs:d_hi (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c569 long double d, d_hi, f_lo, val_hi, val_lo; local
627 d_hi = x * G(i) - 1;
630 d_hi = (x - H(i)) * G(i) + E(i);
638 d_hi = x_hi * G(i) - 1 + x_lo * G(i);
644 * This is _2sumF(d_hi, d_lo) inlined. The condition
645 * (d_hi == 0 || |d_hi| >= |d_lo|) for using _2sumF() is not
648 * normalized d_lo, since |d_lo| > |d_hi| implies that i is
651 * (By exhaustive testing, the worst case is d_hi = 0x1.bp-25.
656 d = d_hi
[all...]
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c557 long double d, d_hi, d_lo, dk, f_lo, val_hi, val_lo, z; local
618 d_hi = x * G(i) - 1;
621 d_hi = (x - H(i)) * G(i) + E(i);
629 d_hi = x_hi * G(i) - 1 + x_lo * G(i);
635 * This is _2sumF(d_hi, d_lo) inlined. The condition
636 * (d_hi == 0 || |d_hi| >= |d_lo|) for using _2sumF() is not
639 * normalized d_lo, since |d_lo| > |d_hi| implies that i is
642 * (By exhaustive testing, the worst case is d_hi = 0x1.bp-25.
647 d = d_hi
[all...]
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_stats.h528 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \
532 d_hi = m_hi - s_hi; \
533 if (d_hi > 0) { \
535 d_hi--; \
539 d_hi = 0; \
545 d_hi = 0; \
549 d_hi = m_hi - s_hi; \

Completed in 111 milliseconds