OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat May 16 00:24:39 UTC 2026