Lines Matching refs:deltaPeNew
475 FIXP_DBL deltaPeNew, deltaPeTmp;
552 deltaPeNew = deltaPe;
583 deltaPeNew = deltaPeTmp;
597 deltaPe = deltaPeNew;
647 FIXP_DBL deltaPeNew;
709 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
713 if (deltaPeNew < FL2FXCONST_DBL(0.0006103515625f)) {
739 deltaPe = deltaPeNew;
788 FIXP_DBL deltaPeNew = FL2FXCONST_DBL(0.0f);
874 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
877 if (deltaPeNew < FL2FXCONST_DBL(0.0f)) {
904 deltaPe = deltaPeNew;
951 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
955 if (!bminScfViolation && deltaPeNew < FL2FXCONST_DBL(0.0f)) {
978 deltaPe = deltaPeNew;
1009 deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits;
1011 if (deltaPeNew <= FL2FXCONST_DBL(0.0f)) {
1038 deltaPe = deltaPeNew;