search for: apfloattest

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

2009 Aug 20
3
[LLVMdev] Buggy assertion in APFloat::convertFromHexadecimalString
Hello. When running clang in Debug mode, I am getting an assertion failure when parsing the following line: float ko = 0x1.1p0; Apparently, the recent changes in the use of StringRef haven't been propagated to all places. Please find attached the trivial patch. Cheers, Enea Zaffanella. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2013 May 01
1
[LLVMdev] creating 80/128bit FP constants?
On 01/05/13 12:21, Duncan Sands wrote: >> How do I emit 80/128 bit FP constants. There is one ConstantFP::get >> function which takes a double and another that takes a StringRef. Does >> the StringRef version somehow do what I want? > Use the one that takes an APFloat. APFloat then offers the float/double/string constructors, and various operations. I'm still not sure on
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ke[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/AsmParser' llvm[2]: Compiling AliasAnalysisTest.cpp for Release+Asserts build llvm[2]: Compiling AsmParserTest.cpp for Release+Asserts build llvm[2]: Compiling BitReaderTest.cpp for Release+Asserts build llvm[2]: Compiling APFloatTest.cpp for Release+Asserts build llvm[2]: Compiling CFGTest.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts unit test AsmParser (without symbols) llvm[2]: Compiling BitstreamReaderTest.cpp for Release+Asserts build llvm[2]: Compiling CallGraphTest.cpp for Release+Asserts build llvm[2]:...