OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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