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