HomeSort by relevance Sort by last modified time
    Searched refs:deMix (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.h 179 DE_INLINE double deMix (double a, double b, double t) { return a*(1.0-t) + b*t; }
  /external/deqp/framework/common/
tcuVectorUtil.hpp 219 res.m_data[i] = deMix(x.m_data[i], y.m_data[i], a);

Completed in 41 milliseconds