Home
last modified time | relevance | path

Searched refs:fZERO (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h114 fInt fZERO = ConvertToFraction(0); in fExponential() local
123 if (GreaterThan(fZERO, exponent)) { in fExponential()
358 fInt fZERO, fQuotient; in fDivide() local
361 fZERO = ConvertToFraction(0); in fDivide()
363 if (Equal(Y, fZERO)) in fDivide()
364 return fZERO; in fDivide()
404 fInt fZERO = ConvertToFraction(0); in fSqrt() local
408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt()
409 return fZERO; in fSqrt()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h114 fInt fZERO = ConvertToFraction(0); in fExponential() local
123 if (GreaterThan(fZERO, exponent)) { in fExponential()
358 fInt fZERO, fQuotient; in fDivide() local
361 fZERO = ConvertToFraction(0); in fDivide()
363 if (Equal(Y, fZERO)) in fDivide()
364 return fZERO; in fDivide()
404 fInt fZERO = ConvertToFraction(0); in fSqrt() local
408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt()
409 return fZERO; in fSqrt()
[all...]

Completed in 3 milliseconds