Searched refs:floating (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/servers/app/
H A DDesktop.cpp1079 // Bring a window to front that this floating window belongs to
1245 // handling for floating windows, as they can only be shown if their
1681 // A normal window that was once a floating or modal window will
1690 // (ie. all floating windows have to be on the top, ...)
2714 for (Window* floating = fSubsetWindows.FirstWindow(); floating != NULL;
2715 floating = floating->NextWindow(kSubsetList)) {
2716 // we only care about app/subset floating windows
2717 if (floating
[all...]
/haiku-fatelf/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-fatelf/src/bin/gdb/gdb/
H A Dremote-vx.c90 /* Nonzero means target that is being debugged remotely has a floating
414 : "floating-point");
457 : "floating-point");
840 /* Check to see if the VxWorks target has a floating point coprocessor.
841 Returns 1 if target has floating point processor, 0 otherwise.
H A DChangeLog-3.x143 Return floating point values in %f0.
904 Expect floating point returns to be in fp0.
1479 * expread.y (yylex): Allow floating point numbers of the form ".5"
1483 * ns32k-pinsn.c: Added define for ?floating point coprocessor? and
1712 Patches by John Gilmore for dealing well with floating point:
2655 (fetch_inferior_registers): Get the floating point regs also.
2998 actual sun2 status (no floating point period; sun3-dep.c unless
3745 Tiemann) to handle floating point disassembly, load and store
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c53 * * inf, nan floating values imperfect (if isinf(), isnan() not in libc)
267 /* the floating point stuff */
280 static void floating __P((struct DATA *, double));
970 /* %f %F %g %G floating point representation */
972 floating(p, d) function
1378 floating(data, d);
1397 floating(data, d);
1579 * Printing floating point numbers accurately is an art. I'm not good
1847 /* floating points */
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Drun-testpattern-2.in104 in combination with each value of option2. For floating
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex6804 % etc. We don't actually implement floating yet, we always include the
6961 % BEWARE: when the floats start floating, we have to issue warning
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex6297 % We don't actually implement floating yet, we just plop the float "here".

Completed in 249 milliseconds