Searched defs:squared (Results 1 – 4 of 4) sorted by relevance
14 int squared = p * p; variable
29 int squared = prod * prod; variable
312 auto squared{next.MultiplyUnsigned(next)}; in SQRT() local 388 auto squared{yOverX.value.Multiply(yOverX.value, rounding)}; // (y/x)**2 HYPOT() local
1536 Value squared = b.create<arith::MulFOp>(floatValue, floatValue); matchAndRewrite() local