Searched defs:deStep (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 258 DE_INLINE double deStep (double limit, double val) { return (val < limit) ? 0.0 : 1.0; } in deStep() function |
Completed in 3 milliseconds