Searched defs:deIntSign (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeMath.h100 DE_INLINE int deIntSign (double x) { return (x > 0.0) - (x < 0.0); } function

Completed in 1435 milliseconds