Home
last modified time | relevance | path

Searched refs:iSquareRoot (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
Dmathutil.h1285 struct iSquareRoot struct
1291 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument
1295 value = iSquareRoot::solve() argument
1300 struct iSquareRoot<N, N>
1311 constexpr unsigned int iSquareRoot()
1313 return priv::iSquareRoot<N, 1>::value;
Dmatrix_utils.h364 static_assert(gl::iSquareRoot<Size>() != 0, "Matrix is not square."); in setToIdentity()
366 const auto cols = gl::iSquareRoot<Size>(); in setToIdentity()