OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NearestTiesToAway
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
FPEnv.cpp
26
.Case("round.tonearestaway", RoundingMode::
NearestTiesToAway
)
42
case RoundingMode::
NearestTiesToAway
:
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h
40
NearestTiesToAway
= 4, ///< roundTiesToAway.
54
case RoundingMode::
NearestTiesToAway
: return "tonearestaway";
APFloat.h
196
RoundingMode::
NearestTiesToAway
;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
3105
.Case("FE_TONEARESTFROMZERO", llvm::RoundingMode::
NearestTiesToAway
)
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
4519
(int(RoundingMode::
NearestTiesToAway
) << 4 * RISCVFPRndMode::RMM);
4549
(RISCVFPRndMode::RMM << 4 * int(RoundingMode::
NearestTiesToAway
));
Completed in 35 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026