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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2f.c 36 #define TBLSIZE (1 << TBLBITS)
40 redux = 0x1.8p23f / TBLSIZE,
48 static const double exp2ft[TBLSIZE] = {
79 * y = i/TBLSIZE + z for integer i near y * TBLSIZE.
80 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z),
81 * with |z| <= 2**-(TBLSIZE+1).
83 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z) via a
122 i0 += TBLSIZE / 2;
124 i0 &= TBLSIZE - 1
    [all...]
s_exp2.c 36 #define TBLSIZE (1 << TBLBITS)
40 redux = 0x1.8p52 / TBLSIZE,
49 static const double tbl[TBLSIZE * 2] = {
321 * y = i/TBLSIZE + z - eps[i] for integer i near y * TBLSIZE.
322 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
325 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
328 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset such
331 * Note that the range of i is +-TBLSIZE/2, so we actually index the tables
332 * by i0 = i + TBLSIZE/2. For cache efficiency, exp2t[] and eps[] ar
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 76 int tblsize; /* allocated table size */ member in struct:snd_sg_buf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 76 int tblsize; /* allocated table size */ member in struct:snd_sg_buf

Completed in 334 milliseconds