Omgili - forum search, search forums  
  

Discussions about bits

Displaying 1 - 10 out of 2,333,477 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
On a 64-bit machine is the size of an int in Java 32 bits or 64 bits?
Started by on , 7 posts by 7 people.  
See the....
It's one of the Java language features that the size of the integer does not vary with the underlying computer .
So, the same program will require more memory on a 64 bit JVM32 bits.
Of object references, from 32 bits to 64.
In gcc, i want to do a 128 bits xor with 2 C variables, via asm code: how? asm ( "movdqa %1, %%xmm1;" "movdqa %0, %%xmm0;" "pxor %%xmm1,%%xmm0;" "movdqa %%xmm0, %0;" :"=x"(buff) /* output operand */ :"x"(bu), "x"(buff) :"%xmm0","%xmm1" ); but i have a...
Started by on , 4 posts by 4 people.  
Each of those declares a properly-aligned 128 bit value */ print128(a); print128(b); print128(x); } compile with (gcc, ubuntu 32 bit) gcc -msse2 -o app 00ff00ff00ff00ff In the code above....
Alignment by using the __m128 or __m128i data types.
I'm trying to code a simple, sufficiently accurate filter for validating a piece of hardware in an RTL simulation. We're simulating the randomness inherent in a chip's flip-flops, by randomly initializing all the flip-flops in the design to either 0 or...
Started by on , 5 posts by 5 people.  
Be as simple as multiplying the probabilites; For 1 bit it is 50% For 2 bits it is 50%^2 = 25% For 3 bits that accepts bit patterns of the correct type, and then simulate the pattern for each number of bits is about....
Ask your Facebook Friends
I am beginning to port a program which is written in C and have several pieces of code written in assembly with instructions for a 32 bit machine - like ljmp - to a 64 bits machine. Is there a place/document that have the instructions, in assembly, for...
Started by on , 3 posts by 3 people.  
You haven't offered any background, or even the ....
Then download the instruction set reference here: http://developer.intel.com/products/processor/manuals/index.htm.
Read this first: http://x86asm.net/articles/x86-64-tour-of-intel-manuals/index.html.
...in your juice. I dont mind either way but like with bits
Started by on , 21 posts by 21 people.  
I like them both but prefer ....
No bits, they're ****ing disgusting.
No bits, I hate them in orange juice.
When it is over done in OJ it is vile though .
A tiny bit of pulp.
I have a 16 bit value with its bits "interlaced". I want to get an array of 8 items (values 0 to 3) that stores the bits in this order: item 0: bits 7 and 15 item 1: bits 6 and 14 item 2: bits 5 and 13 ... item 7: bits 0 and 8 This is a trivial solution...
Started by on , 5 posts by 5 people.  
It was originally 0xef , which....
The addition of slide moves the relevant bits adjacent to each other to treat the low and high order bits symmetrically, with interleaved 0's, shift them off from each other.
Is in reusing the shifted value.
A topic for spoilerish bits that don't warrant a whole topic for the spoiler.
Started by on , 15 posts by 4 people.  
It's pretty mactory, but they all have ....
The cast is pretty great I think.
Yeah, from what I know there are some blindsides this season, not as many as say Amazon or PI but some people are definitely surprised, more than the last few seasons at least .
8 bits representing the number 7 look like this: 111 Three bits are set. What is the best algorithm to determine the number of set bits in a 32-bit integer?
Started by on , 12 posts by 12 people.  
With 128 bit SIMD-in instruction to....
) { // check lower bit count++; } value /= 2; // shift bits, removing lower bit } return count with some small tweaks would come out about even, but count twice as many bits again.
On Tue, 13 Nov 2007 19:17:35 +0000, Pantor <pantor@painter-decorator.eu> wrote: Hi, anybody can tell me how to define is my system 64 bits or 32 bits? Thanks in advance. Andrius -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian...
Started by on , 13 posts by 7 people.  
Answer Snippets (Read the full thread at omgili):
:) Andrius -- To UNSUBSCRIBE, email tell me how to define is my system... .
Get a live 64 CD and try to boot on your system, if it could not then it is 32 bits.
Me how to define is my system 64 bits or 32 bits? Thanks in advance.
Hello quick question regarding bit shifting I have a value in HEX = new byte[] { 0x56, 0xAF }; which is 0101 0110 1010 1111 i want to the first n bits, example 12 then shift off the remaining 4 (16-12) to get 0000 0101 0110 1010 (1386 dec) i cant wrap...
Started by on , 6 posts by 6 people.  
Var HEX = new byte[] {0x56, 0xAF}; var bits = new BitArray(HEX); int bitstoShiftRight = 4; for (int i = 0; i < bits.Length; i++) { ....
Http...
You can use a BitArray and then easily copy each bit to the right, starting from the right.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • - Reality TV World Message Board
  • Chat and Games - ThisisBigBrother.com - UK TV
Related Searches
32 bit of 64 bit    q6600 32 bit or 64 bit    safe bit    bit che    64 bit    forstner bit    Bit Torrent    Bit Bucket    bit probleem    bit   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost