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

  /external/deqp/framework/common/
tcuFloatFormat.hpp 74 int exponentShift (int exp) const;
tcuFloatFormat.cpp 133 int FloatFormat::exponentShift (int exp) const
145 const int shift = exponentShift(exp);
238 const int shift = exponentShift(exp);

Completed in 45 milliseconds