Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dmathutil.h1348 struct iSquareRoot struct
1354 : ((R * R == N) ? R : static_cast<unsigned int>(iSquareRoot<N, R + 1>::value)); in solve() argument
1358 value = iSquareRoot::solve() argument