search for: 2332c2333

Displaying 2 results from an estimated 2 matches for "2332c2333".

2008 Mar 31
7
[LLVMdev] Reference Manual Clarifications
..., and --- > program. They require two operands of the same type, execute an operation on them, and 2181,2182c2183 < The result value of a binary operator is not < necessarily the same type as its operands.</p> --- > The result value has the same type as its operands.</p> 2332c2333 < <p>The value produced is the signed integer quotient of the two operands.</p> --- > <p>The value produced is the signed integer quotient of the two operands rounded towards zero.</p> 2386,2387c2387 < This instruction always performs an unsigned division to get...
2008 Mar 31
0
[LLVMdev] Reference Manual Clarifications
...equire two operands of the same type, execute an > operation on them, and > 2181,2182c2183 > < The result value of a binary operator is not > < necessarily the same type as its operands.</p> > --- >> The result value has the same type as its operands.</p> > 2332c2333 > < <p>The value produced is the signed integer quotient of the two > operands.</p> > --- >> <p>The value produced is the signed integer quotient of the two > operands rounded towards zero.</p> > 2386,2387c2387 > < This instruction always perfor...