Home | History | Annotate | Download | only in src

Lines Matching refs:deltaPeNew

481   FIXP_DBL deltaPeNew, deltaPeTmp;
558 deltaPeNew = deltaPe;
590 deltaPeNew = deltaPeTmp;
604 deltaPe = deltaPeNew;
655 FIXP_DBL deltaPeNew;
717 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
721 if (deltaPeNew < FL2FXCONST_DBL(0.0006103515625f)) {
748 deltaPe = deltaPeNew;
798 FIXP_DBL deltaPeNew = FL2FXCONST_DBL(0.0f);
884 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
887 if (deltaPeNew < FL2FXCONST_DBL(0.0f)) {
915 deltaPe = deltaPeNew;
962 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
966 if (!bminScfViolation && deltaPeNew < FL2FXCONST_DBL(0.0f)) {
990 deltaPe = deltaPeNew;
1021 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits;
1023 if (deltaPeNew <= FL2FXCONST_DBL(0.0f)) {
1050 deltaPe = deltaPeNew;