Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP.c900 MS_U32 remainder, quotient; in _MaxFactor() local
929 quotient = u32Num1/u32Num2; in _MaxFactor()
930 remainder = u32Num1- (u32Num2*quotient); in _MaxFactor()
949 quotient = u32Num2/u32Num1; in _MaxFactor()
950 remainder = u32Num2 - (u32Num1*quotient); in _MaxFactor()