Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h154 DE_INLINE float deFloatClamp (float x, float mn, float mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); } in deFloatClamp() function

Completed in 3 milliseconds