Home
last modified time | relevance | path

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

/freebsd-14.2/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)
H A Ds_expl.c269 n2 = (unsigned)n % INTERVALS; in expm1l()
/freebsd-14.2/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)
H A Ds_expl.c223 n2 = (unsigned)n % INTERVALS; in expm1l()
/freebsd-14.2/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()
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/
H A Drunulp.sh72 $(cat $INTERVALS | grep "\b$FUNC\b")
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A DDir.mk193 INTERVALS=../../../$(ulp-itvs) \