Searched refs:fixed (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp274 int64 fixed = (int64)(value * scaleFactor); local
275 double junk = (value * scaleFactor) - (double)fixed;
282 fixed--;
285 fixed++;
288 value = (double)fixed / scaleFactor;
291 // " -> %.12f, %lld\n", value, fixed));
293 _SetValueFixed(fixed);
589 NumericValControl::_SetValueFixed(int64 fixed) argument
592 // "### NumericValControl::_SetValueFixed(%lld)\n", fixed));
595 if (fixed > fMaxFixe
[all...]
H A DNumericValControl.h38 // in fixed-point form only.
135 void _SetValueFixed(int64 fixed); //nyi
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp43 bool fixed; member in struct:acpi_ns_device_info
108 device->fixed = strcmp(hid, "PNP0C0C") != 0 && strcmp(hid, "PNP0C0E") != 0;
109 TRACE("Device found, hid: %s, fixed: %d\n", hid, device->fixed);
119 if (device->fixed) {
121 TRACE("Installing fixed handler for type %" B_PRIu32 "\n",
125 ERROR("can't install fixed handler\n");
146 if (device->fixed) {
162 if (device->fixed)
/haiku/src/servers/launch/
H A DConditions.cpp219 bool fixed = true; local
226 fixed = false;
228 return fixed;
313 bool fixed = true; local
320 fixed = false;
322 return fixed;
/haiku/src/system/runtime_loader/
H A Dimages.h53 status_t map_image(int fd, char const* path, image_t* image, bool fixed);
H A Dimages.cpp176 bool fixed, addr_t& loadAddress, uint32& addressSpecifier)
178 if (!fixed) {
293 map_image(int fd, char const* path, image_t* image, bool fixed) argument
314 if (fixed && image->regions[i].vmstart == 0)
315 fixed = false;
320 fixed, loadAddress, regionAddressSpecifier);
352 i > 0 ? image->regions[i - 1].delta : 0, fixed, loadAddress,
175 get_image_region_load_address(image_t* image, uint32 index, long lastDelta, bool fixed, addr_t& loadAddress, uint32& addressSpecifier) argument
/haiku/headers/os/interface/
H A DOptionPopUp.h23 bool fixed, uint32 resizeMask
/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc37 | ios::uppercase | ios::showpos | ios::scientific | ios::fixed
H A Diostream.cc692 if ((flags() & ios::floatfield) == ios::fixed)
700 if (prec <= 0 && !(flags() & ios::fixed))
742 if (flags() & (ios::fixed|ios::scientific) & ios::showpos)
803 if ((flags() & ios::floatfield) == ios::fixed)
811 if (prec <= 0 && !(flags() & ios::fixed))
/haiku/src/system/kernel/arch/m68k/
H A Darch_asm.S95 #warning M68K: use fixed size for fsave
/haiku/src/kits/interface/
H A DOptionPopUp.cpp46 \param fixed It's passed to the BMenuField constructor. If it's true,
52 BMessage* message, bool fixed, uint32 resize, uint32 flags)
56 fMenuField = new BMenuField(Bounds(), "_menu", label, popUp, fixed);
51 BOptionPopUp(BRect frame, const char* name, const char* label, BMessage* message, bool fixed, uint32 resize, uint32 flags) argument
H A DMenuField.cpp583 // in fixed size mode, the menubar is supposed to
1239 bool fixed; local
1240 if (archive->FindBool("be:fixeds", &fixed) == B_OK)
1241 fFixedSizeMB = fixed;
/haiku/headers/cpp/
H A Dstreambuf.h157 scientific=_IO_SCIENTIFIC, fixed=_IO_FIXED, enumerator in enum:ios::__anon71
165 floatfield = scientific+fixed,
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css577 position: fixed;
/haiku/src/apps/bootmanager/
H A Dbootman.S84 %assign FIXED_DISK_SUPPORT 0x1 ; flag indicating fixed disk

Completed in 126 milliseconds