Lines Matching defs:y0
703 Value y0, y1, y2;
704 y0 = builder.create<math::FmaOp>(cstCephesLogP0, x, cstCephesLogP1);
707 y0 = builder.create<math::FmaOp>(y0, x, cstCephesLogP2);
710 y0 = builder.create<math::FmaOp>(y0, x3, y1);
711 y0 = builder.create<math::FmaOp>(y0, x3, y2);
712 y0 = builder.create<arith::MulFOp>(y0, x3);
714 y0 = builder.create<math::FmaOp>(cstNegHalf, x2, y0);
715 x = builder.create<arith::AddFOp>(x, y0);