HomeSort by relevance Sort by last modified time
    Searched refs:INTERVALS (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 42 #define INTERVALS 128
61 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
62 * have at least 22 (= log2(|LDBL_MIN_EXP-extras|) + log2(INTERVALS)) lowest
75 * (0.002708 is ln2/(2*INTERVALS) rounded up a little).
97 } tbl[INTERVALS] = {
267 n2 = (unsigned)n % INTERVALS;
306 * method B, but our larger INTERVALS makes method A 2 bits more
311 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2].
444 n2 = (unsigned)n % INTERVALS;
s_logl.c 38 * Let X = X_i + e, where X_i is the center of one of the intervals
68 * degree of p(d)) small by using a large number of intervals. Using
69 * centers of intervals instead of endpoints reduces this maximum by a
70 * factor of 2 for a given number of intervals. p(d) is special only
116 #define INTERVALS 128
118 #define TSIZE (INTERVALS + 1)
288 float H; /* 1 + i/INTERVALS (exact) */
487 /* 0 <= i <= INTERVALS: */

Completed in 193 milliseconds