Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h341 int64_t tempProduct; in fMultiply() local
355tempProduct = ((int64_t)X.full) * ((int64_t)Y.full); /*Q(16,16)*Q(16,16) = Q(32, 32) - Might becom… in fMultiply()
356tempProduct = tempProduct >> 16; /*Remove lagging 16 bits - Will lose some precision from decimal;… in fMultiply()
357 …Product.full = (int)tempProduct; /*The int64_t will lose the leading 16 bits that were part of the… in fMultiply()

Completed in 6 milliseconds