Lines Matching defs:dk
135 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
139 * with dk*ln2_hi and dk*ln2_lo, respectively, when dk = -1.
142 * 2 and dk = -1, and then the exact cancellation is needed
146 * The relevant range of dk is [-16445, 16383]. The maximum number
456 double dd, dk;
482 dk = k;
529 * F_hi(i) with dk*ln_2_lo and dk*ln2_hi when k is -1 and i is
531 * make it difficult to avoid the double scaling in (dk*ln2) *
553 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
560 _3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);
569 double d_lo, dd, dk;
607 dk = k;
662 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;
669 _3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);