search for: 2178c2180

Displaying 2 results from an estimated 2 matches for "2178c2180".

2008 Mar 31
7
[LLVMdev] Reference Manual Clarifications
...exact decimal value of > a floating-point constant. For example, the assembler accepts 1.25 but > rejects 1.3 because 1.3 is a repeating decimal in binary. Floating point > constants must have a <a href="#t_floating">floating point</a> type. </dd> 2178c2180 < program. They require two operands, execute an operation on them, 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> -...
2008 Mar 31
0
[LLVMdev] Reference Manual Clarifications
...gt; a floating-point constant. For example, the assembler accepts >> 1.25 but >> rejects 1.3 because 1.3 is a repeating decimal in binary. Floating > point >> constants must have a <a href="#t_floating">floating point</a> > type. </dd> > 2178c2180 > < program. They require two operands, execute an operation on them, > 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...