Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds