Searched defs:deSign (Results 1 - 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/framework/delibs/debase/ | ||
| H A D | deMath.h | 177 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)); } in deSign() function |
Completed in 4 milliseconds