Searched defs:deFloatMin (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 152 DE_INLINE float deFloatMin (float a, float b) { return (a <= b) ? a : b; } in deFloatMin() function |
Completed in 3 milliseconds