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

  /external/deqp/framework/delibs/debase/
deMath.h 94 DE_INLINE float deFloatTrunc (float a) { return deFloatSign(a) * deFloatFloor(deFloatAbs(a)); }
  /external/deqp/framework/common/
tcuVectorUtil.hpp 452 TCU_DECLARE_VECTOR_UNARY_FUNC(trunc, deFloatTrunc)

Completed in 115 milliseconds