[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2008-06-12 Thread Cesare Tirabassi
** Changed in: gcalctool (Ubuntu) Status: Incomplete = Invalid -- does not handle conversion of negative decimal numbers to binary correctly (twos complement form). https://bugs.launchpad.net/bugs/151676 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-11-28 Thread Claude
I am on i386. When I have -1 in decimal and click to hexadecimal, the result stays at -1. I search for a twos complement mode but could not find anything. I am not if this is a bug or my lack of understanding how to do twos complement (btw, I am using 64 integer). -- does not handle conversion

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-11-28 Thread Cesare Tirabassi
Can you try with the above keys combination? -- does not handle conversion of negative decimal numbers to binary correctly (twos complement form). https://bugs.launchpad.net/bugs/151676 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-11-28 Thread Claude
Ok, now I get the same thing. I just did not understood what you meant. But I am using u64. But, how to do the opposite? I.e. go from an hex twos complement to a signed decimal? -- does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-10-12 Thread Cesare Tirabassi
Just tested on an i386 with the same (correct) results. Can you please tell us what result you get and how? -- does not handle conversion of negative decimal numbers to binary correctly (twos complement form). https://bugs.launchpad.net/bugs/151676 You received this bug notification because you

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-10-11 Thread James Ronald
Sorry, should be; similarly -128 would be 1000. -- does not handle conversion of negative decimal numbers to binary correctly (twos complement form). https://bugs.launchpad.net/bugs/151676 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-10-11 Thread James Ronald
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/9947541/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/9947542/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/9947543/ProcStatus.txt -- does not

[Bug 151676] Re: does not handle conversion of negative decimal numbers to binary correctly (twos complement form).

2007-10-11 Thread Cesare Tirabassi
Works fine for me (AMD64): 16 -128 ) Bin - 1000 16 -1 ) Bin - Anyone else on i386 with the same problem? ** Changed in: gcalctool (Ubuntu) Status: New = Incomplete -- does not handle conversion of negative decimal numbers to binary correctly (twos