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

  /external/deqp/framework/delibs/debase/
deMath.h 98 DE_INLINE int deIntSign (double x) { return (x > 0.0) - (x < 0.0); }
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 67 milliseconds