Home | History | Annotate | Download | only in interpreter

Lines Matching full:fmod

1573         // Conversion to double must happen outside the call to fmod since the
1577 JSValue result = jsNumber(callFrame, fmod(d1, d2));