OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APFloatBase
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
50
static_assert(
APFloatBase
::integerPartWidth % 4 == 0, "Part width must be divisible by 4!");
57
APFloatBase
::ExponentType maxExponent;
61
APFloatBase
::ExponentType minExponent;
124
const llvm::fltSemantics &
APFloatBase
::EnumToSemantics(Semantics S) {
144
APFloatBase
::Semantics
145
APFloatBase
::SemanticsToEnum(const llvm::fltSemantics &Sem) {
164
const fltSemantics &
APFloatBase
::IEEEhalf() {
167
const fltSemantics &
APFloatBase
::BFloat() {
170
const fltSemantics &
APFloatBase
::IEEEsingle() {
173
const fltSemantics &
APFloatBase
::IEEEdouble()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
143
struct
APFloatBase
{
247
class IEEEFloat final : public
APFloatBase
{
602
class DoubleAPFloat final : public
APFloatBase
{
701
class APFloat : public
APFloatBase
{
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1653
llvm::
APFloatBase
::Semantics getRawSemantics() const {
1654
return static_cast<llvm::
APFloatBase
::Semantics>(
1660
void setRawSemantics(llvm::
APFloatBase
::Semantics Sem) {
1666
return llvm::
APFloatBase
::EnumToSemantics(
1667
static_cast<llvm::
APFloatBase
::Semantics>(
1673
FloatingLiteralBits.Semantics = llvm::
APFloatBase
::SemanticsToEnum(Sem);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
640
static_cast<llvm::
APFloatBase
::Semantics>(Record.readInt()));
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
2628
if (!Info.InConstantContext && St != llvm::
APFloatBase
::opOK &&
6988
unsigned NumBits = llvm::
APFloatBase
::getSizeInBits(Semantics);
12589
llvm::
APFloatBase
::cmpResult APFloatCmpResult = LHS.compare(RHS);
Completed in 49 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026