Searched refs:iSquareRoot (Results 1 – 2 of 2) sorted by relevance
1285 struct iSquareRoot struct1291 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument1295 value = iSquareRoot::solve() argument1300 struct iSquareRoot<N, N>1311 constexpr unsigned int iSquareRoot()1313 return priv::iSquareRoot<N, 1>::value;
364 static_assert(gl::iSquareRoot<Size>() != 0, "Matrix is not square."); in setToIdentity()366 const auto cols = gl::iSquareRoot<Size>(); in setToIdentity()