Searched refs:Dt0 (Results 1 – 2 of 2) sorted by relevance
108 LVM_INT32 Dt0; in LVEQNB_DoublePrecCoefs() local133 Dt0 = D * (T0 >> 10); in LVEQNB_DoublePrecCoefs()134 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_DoublePrecCoefs()135 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_DoublePrecCoefs()299 LVM_INT32 Dt0; in LVEQNB_SinglePrecCoefs() local324 Dt0 = D * (T0 >> 10); in LVEQNB_SinglePrecCoefs()325 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_SinglePrecCoefs()326 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_SinglePrecCoefs()
543 LVM_FLOAT Dt0; in LVPSA_BPSinglePrecCoefs() local570 Dt0 = T0 / 2048 ; in LVPSA_BPSinglePrecCoefs()571 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()572 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()623 LVM_INT32 Dt0; in LVPSA_BPSinglePrecCoefs() local651 Dt0 = D * (T0 >> 10); in LVPSA_BPSinglePrecCoefs()652 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPSinglePrecCoefs()653 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPSinglePrecCoefs()747 LVM_FLOAT Dt0; in LVPSA_BPDoublePrecCoefs() local774 Dt0 = T0 / 2048 ; in LVPSA_BPDoublePrecCoefs()[all …]