HomeSort by relevance Sort by last modified time
    Searched refs:deRoundFloatToInt64 (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.h 222 DE_INLINE deInt64 deRoundFloatToInt64 (float x) { if(x >= 0.0f) return (deInt64)(x + 0.5f); else return (deInt64)(x - 0.5f); }
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue);

Completed in 110 milliseconds