Home | History | Annotate | Download | only in src

Lines Matching refs:exp_postscale

441 static const double exp_postscale = 1./(1 << EXPTAB_SCALE);
464 static const __m128 postscale4 = _mm_set1_ps((float)exp_postscale);
590 x0 = (x0 - val0)*exp_postscale;
591 x1 = (x1 - val1)*exp_postscale;
592 x2 = (x2 - val2)*exp_postscale;
593 x3 = (x3 - val3)*exp_postscale;
637 x0 = (x0 - val0)*exp_postscale;
662 static const __m128d postscale2 = _mm_set1_pd(exp_postscale);
758 x0 = (x0 - val0)*exp_postscale;
759 x1 = (x1 - val1)*exp_postscale;
760 x2 = (x2 - val2)*exp_postscale;
761 x3 = (x3 - val3)*exp_postscale;
806 x0 = (x0 - val0)*exp_postscale;