HomeSort by relevance Sort by last modified time
    Searched full:nearesthigher (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.c 169 const float nearestHigher = (float)-(deInt32)(~lostMask & (deUint32)-x);
171 const float nearestLower = nearestHigher - oneUlp;
174 DE_ASSERT((deInt32)(float)nearestHigher > (deInt32)(float)nearestLower);

Completed in 59 milliseconds