Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h222 DE_INLINE deInt64 deRoundFloatToInt64 (float x) { if(x >= 0.0f) return (deInt64)(x + 0.5f); els… in deRoundFloatToInt64() function
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue); in getWellBehavingChannelColor()