Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h1286 struct iSquareRoot struct
1292 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument
1296 value = iSquareRoot::solve() argument