Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h293 DE_INLINE deInt16 deRoundToInt16 (double x) { if(x >= 0.0) return (deInt16)(x + 0.5); else return (deInt16)(x - 0.5); } in deRoundToInt16() function

Completed in 2 milliseconds