Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h177 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)); } in deSign() function

Completed in 4 milliseconds