Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h1163 struct iSquareRoot struct
1169 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument
1173 value = iSquareRoot::solve() argument
/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