Searched refs:lround (Results 1 - 8 of 8) sorted by path

/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h314 __MATHDECL (long int,lround,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h234 extern long lround(double x);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp65 // XXX TODO: why is lround not defined?
66 #define lround(a) ((int)(0.99999 + (a))) macro
1453 lround(width * widthScale), height);
1468 VideoFormatChange(width, height, lround(width * widthScale), height);
2137 width = lround(width * shrinkScale);
2138 height = lround(height * shrinkScale);
2173 int renderWidth = lround(scaledWidth * factor);
2174 int renderHeight = lround(scaledHeight * factor);
/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp15 // no lround() under BeOS R5 x86
17 # define lround(x) (long)floor((x) + 0.5) macro
309 scale = lround(100000 / scale);
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dlround.c3 long lround(double x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dlround.c3 long lround(double x) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2057 void lround() {} function
H A Dlibroot_stubs_legacy.c2025 void lround() {} function

Completed in 278 milliseconds