HomeSort by: relevance | last modified time | path
    Searched defs:GetApproxValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 620 static double GetApproxValue(const llvm::APFloat &F) {
656 Out << GetApproxValue(getFloat());
676 Out << GetApproxValue(getComplexFloatReal()) << "+"
677 << GetApproxValue(getComplexFloatImag()) << "i";
TextNodeDumper.cpp 358 static double GetApproxValue(const llvm::APFloat &F) {
456 OS << GetApproxValue(Value.getFloat());
490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + "
491 << GetApproxValue(Value.getComplexFloatImag()) << 'i';

Completed in 51 milliseconds