Lines Matching refs:base
129 int base, prod, nz = 0;131 base = (stop << 23) / start;132 while (base < 0x40000000){133 base <<= 1;136 base = fixed_log(base - 0x80000000);137 base = (((base + 0x80) >> 8) + (8-nz)*CONST_LN2) / num_bands;138 base = fixed_exp(base);144 prod = (int)(((int64_t)prod * base + 0x400000) >> 23);