Searched refs:gc_Scale (Results 1 – 1 of 1) sorted by relevance
709 hgcs = gc_Scale / 2; in IsSpurInBand()731 mc = (n * ((f_LO1 + hgcs) / gc_Scale) - in IsSpurInBand()732 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()737 (gc_Scale * (f_nsLO1 - f_nsLO2)) + in IsSpurInBand()738 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale); in IsSpurInBand()762 mb = (n * ((f_LO1 + hgcs) / gc_Scale) + in IsSpurInBand()763 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()765 f_nsLO1 = n * (f_LO1 / gc_Scale); in IsSpurInBand()766 f_nsLO2 = ma * (f_LO2 / gc_Scale); in IsSpurInBand()768 (gc_Scale * (f_nsLO1 - f_nsLO2)) + in IsSpurInBand()[all …]