Home
last modified time | relevance | path

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

/sof-3.4.0/src/math/
Dsqrt_int16.c33 static const int32_t iv1[193] = { in sqrt_int16() local
131 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()
Dbase2log.c39 static const int32_t iv1[129] = { in base2_logarithm() local
116 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()