Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c42 #define INTERVALS 128 macro
97 } tbl[INTERVALS] = {
267 n2 = (unsigned)n % INTERVALS; in expl()
444 n2 = (unsigned)n % INTERVALS; in expm1l()
Ds_logl.c116 #define INTERVALS 128 macro
118 #define TSIZE (INTERVALS + 1)