Searched refs:CosErr (Results 1 – 2 of 2) sorted by relevance
108 LVM_INT32 CosErr; in LVEQNB_DoublePrecCoefs() local143 CosErr = 0; /* Initialise the error to zero */ in LVEQNB_DoublePrecCoefs()147 CosErr += (factor * coef) >> 5; /* The nth partial sum */ in LVEQNB_DoublePrecCoefs()150 CosErr = CosErr << (LVEQNB_DPCosCoef[0]); /* Correct the scaling */ in LVEQNB_DoublePrecCoefs()156 … A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2/2) * coserr(t0) */ in LVEQNB_DoublePrecCoefs()
606 LVM_INT32 CosErr; in LVPSA_BPDoublePrecCoefs() local643 CosErr = 0; /* Initialise the error to zero */ in LVPSA_BPDoublePrecCoefs()647 CosErr += (factor * coef) >> 5; /* The nth partial sum */ in LVPSA_BPDoublePrecCoefs()650 CosErr = CosErr << (LVPSA_DPCosCoef[0]); /* Correct the scaling */ in LVPSA_BPDoublePrecCoefs()656 A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2) * coserr(t0) */ in LVPSA_BPDoublePrecCoefs()