Searched refs:fmod (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfmod.s1 .global fmod
2 .type fmod,@function
3 fmod: label
/haiku/src/tests/servers/app/benchmark/
H A DTestSupport.h16 return v1 + fmod(rand() / 1000.0, (v2 - v1));
18 return v2 + fmod(rand() / 1000.0, (v1 - v2));
/haiku/src/add-ons/screen_savers/spider/
H A DPolygon.cpp23 pv->point.x = bounds.left + fmod(lrand48(), bounds.Width());
24 pv->point.y = bounds.top + fmod(lrand48(), bounds.Height());
25 pv->vector.x = min + fmod(lrand48(), max - min);
26 pv->vector.y = min + fmod(lrand48(), max - min);
/haiku/src/system/libroot/posix/musl/math/
H A Dfmod.c4 double fmod(double x, double y) function
H A Dfmodl.c6 return fmod(x, y);
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp26 return v1 + fmod(rand() / 1000.0, (v2 - v1));
28 return v2 + fmod(rand() / 1000.0, (v1 - v2));
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h171 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
/haiku/src/libs/agg/src/
H A Dagg_bezier_arc.cpp76 start_angle = fmod(start_angle, 2.0 * pi);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp177 remaining = fmod(distance, dragScaleFactor());
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp31 return v1 + fmod(rand() / 1000.0, (v2 - v1));
33 return v2 + fmod(rand() / 1000.0, (v1 - v2));
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp253 std::fmod(imageableArea.Width(), 72.) == 0.0 ? "whole inches" : "not whole inches",
255 std::fmod(imageableArea.Height(), 72.) == 0.0 ? "whole inches" : "not whole inches"
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp170 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0);
374 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0);
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c245 angle = fmod(angle, 360.0); /* prevents eventual overflow */
/haiku/headers/posix/
H A Dmath.h219 extern double fmod(double x, double y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1739 void fmod() {} function
H A Dlibroot_stubs_legacy.c1684 void fmod() {} function
/haiku/src/kits/interface/
H A DTextView.cpp4357 float tabWidth = fTabWidth - fmod(location, fTabWidth);

Completed in 323 milliseconds