Home | History | Annotate | Download | only in tests

Lines Matching defs:abs

262   // Abs doesn't affect resolution.
263 auto abs = builder.Abs(a);
268 auto log = builder.Log(abs);
270 // Insert precision-reduction after the Abs(x) operation, rounding that
292 auto abs = builder.Abs(a);
293 auto neg = builder.Neg(abs);
318 auto abs = builder.Abs(a);
319 auto neg = builder.Neg(abs);
342 auto abs = builder.Abs(a);
343 auto neg = builder.Neg(abs);
367 auto abs = builder.Abs(a);
368 auto neg = builder.Neg(abs);