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

  /external/ltp/testcases/realtime/func/measurement/
preempt_timing.c 58 #define INTERVALS 10
128 for (j = 0; j < INTERVALS; j++) {
148 avg /= (ITERATIONS * INTERVALS);
151 ITERATIONS * INTERVALS);
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_check_task.c 61 #define NUM_TIMES 200 /* How many intervals you want to check */
62 #define INTERVALS 1 /* How many milliseconds interval in iterations */
109 for (count = NUM_TIMES; count >= 0; count -= INTERVALS) {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 41 #define INTERVALS 128
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;
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 2068 milliseconds