Searched defs:deFloatMadd (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 171 DE_INLINE float deFloatMadd (float a, float b, float c) { return (a*b) + c; } in deFloatMadd() function |
Completed in 2 milliseconds