Searched defs:iSquareRoot (Results 1 – 1 of 1) sorted by relevance
1318 struct iSquareRoot struct1324 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument1328 value = iSquareRoot::solve() argument