Searched refs:iv1 (Results 1 – 2 of 2) sorted by relevance
33 static const int32_t iv1[193] = { in sqrt_int16() local131 a_i = iv1[((v >> 8) - 63) - 1]; in sqrt_int16()133 l1_i = iv1[SQRT_WRAP_SCHAR_BITS & ((slice_temp + 194) - 1)]; in sqrt_int16()134 l2_i = iv1[(slice_temp - 63) - 1]; in sqrt_int16()
39 static const int32_t iv1[129] = { in base2_logarithm() local116 l1_i = iv1[(BASE2LOG_WRAP_SCHAR_BITS & ((x >> 24) + 129)) - 1]; in base2_logarithm()118 l2_i = iv1[(BASE2LOG_WRAP_SCHAR_BITS & (slice_temp + 130)) - 1]; in base2_logarithm()119 l3_i = iv1[(slice_temp - 127) - 1]; in base2_logarithm()