Home
last modified time | relevance | path

Searched refs:INTERVALS (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/msun/ld128/
H A Dk_expl.h40 #define INTERVALS 128 macro
100 } tbl[INTERVALS] = {
246 n2 = (unsigned)n % INTERVALS; in __k_expl()
H A Ds_logl.c115 #define INTERVALS 128 macro
117 #define TSIZE (INTERVALS + 1)
287 float H; /* 1 + i/INTERVALS (exact) */
486 /* 0 <= i <= INTERVALS: */ in k_logl()
H A Ds_expl.c269 n2 = (unsigned)n % INTERVALS; in expm1l()
/freebsd/lib/msun/ld80/
H A Dk_expl.h40 #define INTERVALS 128 macro
76 } tbl[INTERVALS] = {
228 n2 = (unsigned)n % INTERVALS; in __k_expl()
H A Ds_logl.c112 #define INTERVALS 128 macro
114 #define TSIZE (INTERVALS + 1)
287 float H; /* 1 + i/INTERVALS (exact) */
490 /* 0 <= i <= INTERVALS: */ in k_logl()
H A Ds_expl.c223 n2 = (unsigned)n % INTERVALS; in expm1l()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java44 static final int INTERVALS = 4; field in TestGetAggregate
119 } while (consumer.isRunning() && n++ < INTERVALS); in testCleared()