search for: trailinghexadecimalfraction

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

2009 Aug 20
2
[LLVMdev] error api for APInt / APFloat
...le-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 to make sure we're comparing APInts and APFloats of the right semantics. I'm not sure if it makes sense trying to change this right before the code freeze, especially since I can't...
2009 Aug 20
0
[LLVMdev] error api for APInt / APFloat
...> 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 to make sure > we're comparing APInts and APFloats of the right semantics. > > I'm not sure if it makes sense trying to change this right before the > code...
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