Home | History | Annotate | Download | only in src

Lines Matching refs:square_root

5598             HUnaryMathOperation* square_root =
5600 AddInstruction(square_root);
5603 ASSERT(!square_root->HasObservableSideEffects());
5604 result = new(zone()) HDiv(context, double_one, square_root);