Home | History | Annotate | Download | only in b_BasicEm

Lines Matching full:overflow

120  * (no overflow handling, slow for sizeA < 32 )
137 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
142 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
149 /** returns floating point squared norm of 32 bit vector (maximum accuracy - overflow-safe);
156 /** returns floating point squared norm of 16 bit vector (maximum accuracy - overflow-safe);
163 * overflow-safe when sizeA < 65535
168 * maximum accuracy - overflow-safe
174 * maximum accuracy - overflow-safe
179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */
183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */