Searched refs:rint (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Drint.s1 .global rint
2 .type rint,@function
3 rint: label
H A Dexp.s124 fsub %st(2) # st(0)=x-rint(x), st(1)=1, st(2)=rint(x)
126 faddp # 2^(x-rint(x))
142 faddp # 2^(x-rint(x))
143 fldt (%esp) # 2^rint(x)
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Drint.c3 double rint(double x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dllrint.c7 return rint(x);
H A Dnearbyint.c4 /* nearbyint is the same as rint, but it must not raise the inexact exception */
14 x = rint(x);
H A Dlrint.c47 x = rint(x);
70 return rint(x);
H A Dscalb.c31 if (rint(fn) != fn) return (fn-fn)/(fn-fn);
H A Drint.c12 double rint(double x) function
H A Drintl.c6 return rint(x);
/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp154 width = (uint32)(rint(width / CELL_GRANULARITY) * CELL_GRANULARITY);
172 float topMargin = margins ? rint(MARGIN_PERCENT / 100.0 * verticalLines)
178 float bottomMargin = margins ? rint(MARGIN_PERCENT / 100.0 * verticalLines)
195 float verticalSyncPlusBackPorch = rint(MIN_VSYNC_PLUS_BACK_PORCH
218 float leftMargin = margins ? rint(width * MARGIN_PERCENT / 100.0
225 float rightMargin = margins ? rint(width * MARGIN_PERCENT / 100.0
244 float horizontalBlank = rint(totalActivePixels * idealDutyCycle
264 float horizontalSync = rint(H_SYNC_PERCENT / 100.0 * totalPixels
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s61 fsub %st(2) # st(0)=x-rint(x), st(1)=1, st(2)=rint(x)
63 faddp # 2^(x-rint(x))
79 faddp # 2^(x-rint(x))
80 fldt (%rsp) # 2^rint(x)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h258 __MATHCALL (rint,, (_Mdouble_ __x));
/haiku/src/libs/glut/
H A DglutGameMode.cpp266 return rint(10 * float(mode->timing.pixel_clock * 1000)
/haiku/src/servers/app/
H A DScreen.cpp34 return rint(10 * float(mode.timing.pixel_clock * 1000)
/haiku/headers/posix/
H A Dmath.h243 extern double rint(double x);
/haiku/src/preferences/screen/
H A DScreenMode.cpp84 return rint(10 * float(mode.timing.pixel_clock * 1000)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2356 void rint() {} function
H A Dlibroot_stubs_legacy.c2338 void rint() {} function

Completed in 355 milliseconds