Searched refs:INTERVALS (Results 1 - 8 of 8) sorted by last modified time

/barrelfish-master/usr/eclipseclp/Contrib/
H A Dintervals.pl25 /* INTERVALS.PL
190 /* INTERVALS and I-SETS */
/barrelfish-master/lib/msun/ld80/
H A Ds_logl.c113 #define INTERVALS 128 macro
115 #define TSIZE (INTERVALS + 1)
288 float H; /* 1 + i/INTERVALS (exact) */
491 /* 0 <= i <= INTERVALS: */
H A Ds_expl.c39 * where the 32 table entries have been expanded to INTERVALS (see below).
129 * method B, but our larger INTERVALS makes method A 2 bits more
235 n2 = (unsigned)n % INTERVALS;
H A Dk_expl.h41 #define INTERVALS 128 macro
47 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
48 * have at least 22 (= log2(|LDBL_MIN_EXP-extras|) + log2(INTERVALS)) lowest
57 * (0.002708 is ln2/(2*INTERVALS) rounded up a little).
66 * 2^(i/INTERVALS) for i in [0,INTERVALS] is represented by two values where
77 } tbl[INTERVALS] = {
236 n2 = (unsigned)n % INTERVALS;
/barrelfish-master/lib/msun/ld128/
H A Ds_logl.c116 #define INTERVALS 128 macro
118 #define TSIZE (INTERVALS + 1)
288 float H; /* 1 + i/INTERVALS (exact) */
487 /* 0 <= i <= INTERVALS: */
H A Ds_expl.c110 * method B, but our larger INTERVALS makes method A 2 bits more
276 n2 = (unsigned)n % INTERVALS;
H A Dk_expl.h41 #define INTERVALS 128 macro
47 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
48 * have at least 22 (= log2(|LDBL_MIN_EXP-extras|) + log2(INTERVALS)) lowest
65 * (0.002708 is ln2/(2*INTERVALS) rounded up a little).
101 } tbl[INTERVALS] = {
255 n2 = (unsigned)n % INTERVALS;
/barrelfish-master/include/
H A Dk_expl.h41 #define INTERVALS 128 macro
47 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
48 * have at least 22 (= log2(|LDBL_MIN_EXP-extras|) + log2(INTERVALS)) lowest
65 * (0.002708 is ln2/(2*INTERVALS) rounded up a little).
101 } tbl[INTERVALS] = {
255 n2 = (unsigned)n % INTERVALS;

Completed in 97 milliseconds