Displaying 7 results from an estimated 7 matches for "muldiv".
Did you mean:
imuldiv
2006 Oct 31
0
6241314 ctfconvert should understand SPARC real types in DWARF
...ARC real types in DWARF
6313293 ctfstabs is confused by gcc''s output
6268862 add more gcc support routines to a few places
6272005 gcc and cmd/mdb don''t get along
6273966 gcc and common/dis don''t get along
Files:
create: deleted_files/usr/src/cmd/mdb/intel/ia32/libstand/muldiv.s
create: deleted_files/usr/src/cmd/mdb/intel/ia32/libstand/sys/archsalib.h
create: usr/src/common/util/i386/muldiv.h
create: usr/src/common/util/i386/muldiv.s
delete: usr/src/cmd/mdb/intel/ia32/libstand/muldiv.s
delete: usr/src/cmd/mdb/intel/ia32/libstand/sys/archsalib.h
update: usr/src/cmd/...
2001 Apr 03
1
UnhandledExceptionFilter
...t VPinball to run and know hanging at the
UnhandledExceptionFilter.
It seems that after this messages the application terminates.
peter
Call user32.335: GetWindowLongA(00000dd4,fffffff0) ret=4096b955 fs=008f
Ret user32.335: GetWindowLongA() retval=50000000 ret=4096b955 fs=008f
Call kernel32.642: MulDiv(00000001,0000009c,00000064) ret=4096b9d3
fs=008f
Ret kernel32.642: MulDiv() retval=00000002 ret=4096b9d3 fs=008f
Call kernel32.642: MulDiv(00000010,00000002,00000003) ret=4096b9ec
fs=008f
Ret kernel32.642: MulDiv() retval=0000000b ret=4096b9ec fs=008f
Call user32.218: FillRect(00000048,405f56b8,0...
2009 Mar 09
1
Dialog base units implementation question
...39;t know if it is a bug or a "behaviour"
CreateDialog, MapDialogRect and many api uses the dialog box base units to convert from dialog units to pixels.
Seeing the implementation in wine and the results that real Windows o.s. do I think that instead of using these formulas:
pixels_x = MulDiv(dlu_x, xBaseUnit, 4);
pixels_y = MulDiv(dlu_y, yBaseUnit, 8);
i get best results converting values to floating points and then rounding the result:
pixels_x = (int)(((double)dlu_x * (double)xBaseUnit / 4.0) + 0.5);
pixels_y = (int)(((double)dlu_y * (double)yBaseUnit / 8.0) + 0.5);
If anyone can...
2001 Apr 10
2
Stars! kills X-Server
...x0de6 ret=029f:2670 ds=039f
Call USER.81: FILLRECT(0x0048,039f:a34e,0x103a) ret=029f:2689 ds=039f
Ret USER.81: FILLRECT() retval=0x0001 ret=029f:2689 ds=039f
Call GDI.45: SELECTOBJECT(0x0048,0x103a) ret=029f:26ae ds=039f
Ret GDI.45: SELECTOBJECT() retval=0x105a ret=029f:26ae ds=039f
Call GDI.128: MULDIV(0x004d,0x0194,0x0064) ret=029f:26e4 ds=039f
Ret GDI.128: MULDIV() retval=0x0137 ret=029f:26e4 ds=039f
Call GDI.29: PATBLT(0x0048,0x0177,0x0073,0x0001,0x0001,0x00f00021) ret=029f:2735 ds=039f
Ret GDI.29: PATBLT() retval=0x0001 ret=029f:2735 ds=039f
Call GDI.29: PATBLT(0x0048,0x0177,0x0079,0x0001,0...
2005 Mar 21
1
Program Crashes on Startup
...red using "RelayExclude" =
"RtlEnterCriticalSection;RtlLeaveCriticalSection;_EnterSysLevel;_LeaveSysLevel;
_ConfirmSysLevel;LOCAL_Alloc;LOCAL_Lock;LOCAL_Unlock;LOCAL_Free;GDI_GetObjPtr;
GDI_ReleaseObj;WIN_GetPtr;WIN_FindWndPtr;WIN_ReleaseWndPtr;USER_Unlock")
0009:Call kernel32.MulDiv(0000000a,00000060,00000048) ret=004a6ea6
0009:Ret kernel32.MulDiv() retval=0000000d ret=004a6ea6
0009:Call kernel32.CreateMutexA(00000000,00000000,00000000) ret=004e1bce
0009:Call ntdll.NtCreateMutant(77acfaec,001f0001,77acfaf8,00000000)
ret=77b79d68
0009:Ret ntdll.NtCreateMutant() retval=0000000...
2009 Jul 17
0
Wine release 1.1.26
...oid redundant FBO binds.
Hib Eris (4):
msi/tests: Add tests for MsiViewModify ASSIGN mode.
msi: Implement ASSIGN mode in MsiViewModify.
oleaut32/tests: Add tests for VarDecCmp.
oleaut32: Prevent overflow in VarDecCmp.
Huw Davies (11):
gdi32: Use a modified version of MulDiv to match native behaviour.
winhlp32: Add English neutral translations.
wineconsole: Add English neutral translations.
winecfg: Add English neutral translations.
hhctrl.ocx: Add English neutral translations.
regedit: Update English neutral translations.
shdoclc: A...
2009 Nov 13
0
Wine release 1.1.33
...wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.
Detlef Riekenberg (2):
msi/tests: MsiSetExternalUIRecord not present before Installer 3.1.
ntdll/tests: GetVolumePathnameW is not present before w2k.
Dmitry Timoshkov (2):
msi: Limit the progress to its maximal value, use MulDiv for better results.
msi: Add support for msidbControlAttributesProgress95.
Eric Pouech (11):
msvfw32: Remove 16bit driver references (now that they no longer exist in winmm).
winedump: Ensure all PDB fields are printed.
winedump: Correctly handle the constant fields....