Searched refs:deRoundFloatToInt64 (Results 1 – 2 of 2) sorted by relevance
222 DE_INLINE deInt64 deRoundFloatToInt64 (float x) { if(x >= 0.0f) return (deInt64)(x + 0.5f); els… in deRoundFloatToInt64() function
399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue); in getWellBehavingChannelColor()