search for: totalexponent

Displaying 3 results from an estimated 3 matches for "totalexponent".

2009 Aug 20
2
[LLVMdev] error api for APInt / APFloat
...ent bit width Invalid digit in string for given radix APInt::toString: "Radix should be 2, 8, 10, or 16! For the recoverable APFloat assertions: assertArithmeticOK: Compile-time arithmetic does not support these semantics readExponent: Exponent has no digits Invalid character in exponent totalExponent: Invalid character in exponent skipLeadingZeroesAndAnyDot: String cannot be just a dot interpretDecimal: Multiple dots in float Invalid character in digit string trailingHexadecimalFraction: Invalid trailing hexadecimal fraction! I'd expect we'd want to keep the assertions that check t...
2009 Aug 20
0
[LLVMdev] error api for APInt / APFloat
...::toString: > "Radix should be 2, 8, 10, or 16! > > > For the recoverable APFloat assertions: > > assertArithmeticOK: > Compile-time arithmetic does not support these semantics > > readExponent: > Exponent has no digits > Invalid character in exponent > > totalExponent: > Invalid character in exponent > > skipLeadingZeroesAndAnyDot: > String cannot be just a dot > > interpretDecimal: > Multiple dots in float > Invalid character in digit string > > trailingHexadecimalFraction: > Invalid trailing hexadecimal fraction! > > >...
2007 Aug 18
1
[LLVMdev] Soft floating point support
This patch supplies software IEEE floating point support. The comment from the patch reproduced below says all there is to say. This patch contains the prior "cleanup" patch; please don't apply that one. Please let me know of any bugs. It is tested reasonably well, but until I put together random tests it's hard to have 100% confidence. Neil. /* A self-contained host- and