Home | History | Annotate | Download | only in lib

Lines Matching full:rounding

502  * divide by 1<<pow with rounding
615 if (multsz <= 30) { /* x*y < 1<<30 is safe including rounding in picocep_fixptdivpow, x*y < 1<<31 is safe but not with rounding */
693 /* final step: do rounding (experimentally improves accuracy for our problem) */
795 /* divide with rounding */
1051 cep->diag0[i] = (cep->diag0[i] + 2) / 4; /* long DIV with rounding */
1052 cep->WUm[i] = (cep->WUm[i] + 1) / 2; /* long DIV with rounding */