Home | History | Annotate | Download | only in test

Lines Matching full:fmod

538     printf("a=%f b=%f fmod(a, b)=%f\n", a, b, fmod(a, b));