Searched refs:floating (Results 1 - 3 of 3) sorted by path

/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp212 This is a very basic floating point to string conversion routine.
217 floating(Buffer& outBuffer, double value, int fieldWidth, int flags) function
398 floating(outBuffer, value, fieldWidth, flags | SIGN);
/haiku/headers/posix/arch/riscv64/
H A Dfenv.h74 /* Default floating-point environment */
80 #error single precision floating point ABI not supported
/haiku/src/servers/app/
H A DDesktop.cpp1171 // Bring a window to front that this floating window belongs to
1343 // handling for floating windows, as they can only be shown if their
1833 // A normal window that was once a floating or modal window will
1842 // (ie. all floating windows have to be on the top, ...)
2974 for (Window* floating = fSubsetWindows.FirstWindow(); floating != NULL;
2975 floating = floating->NextWindow(kSubsetList)) {
2976 // we only care about app/subset floating windows
2977 if (floating
[all...]

Completed in 126 milliseconds