search for: interpretdecimal

Displaying 2 results from an estimated 2 matches for "interpretdecimal".

2009 Aug 20
2
[LLVMdev] error api for APInt / APFloat
...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 to make sure we're comparing APInts and APFloats of the right semantics. I'm not sure if it makes...
2009 Aug 20
0
[LLVMdev] error api for APInt / APFloat
...hmeticOK: > 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 to make sure > we're comparing APInts and APFloats of the right...