Searched defs:iSquareRoot (Results 1 – 2 of 2) sorted by relevance
1163 struct iSquareRoot struct1169 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument1173 value = iSquareRoot::solve() argument
1286 struct iSquareRoot struct1292 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument1296 value = iSquareRoot::solve() argument