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

  /external/deqp/framework/delibs/debase/
deMath.h 85 DE_INLINE float deFloatSign (float a) { return (a == 0.0f) ? 0.0f : ((a > 0.0f) ? +1.0f : -1.0f); }
94 DE_INLINE float deFloatTrunc (float a) { return deFloatSign(a) * deFloatFloor(deFloatAbs(a)); }
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 525 const float dx = (deFloatSign(-x) - x) / static_cast<float>(numInvocations);
  /external/deqp/framework/common/
tcuVectorUtil.hpp 450 TCU_DECLARE_VECTOR_UNARY_FUNC(sign, deFloatSign)

Completed in 2311 milliseconds