OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShortFractScale
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
802
assert(
getShortFractScale
() + 1 <= ShortFractWidth);
811
assert(
getShortFractScale
() == getUnsignedShortFractScale() ||
812
getShortFractScale
() == getUnsignedShortFractScale() - 1);
826
getFractScale() >=
getShortFractScale
());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
545
///
getShortFractScale
- Return the number of fractional bits
547
unsigned
getShortFractScale
() const { return ShortFractWidth - 1; }
560
return PaddingOnUnsignedFixedPoint ?
getShortFractScale
()
561
:
getShortFractScale
() + 1;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11429
return Target.
getShortFractScale
();
Completed in 90 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026