OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnsignedShortFractScale
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
805
assert(
getUnsignedShortFractScale
() <= ShortFractWidth);
811
assert(getShortFractScale() ==
getUnsignedShortFractScale
() ||
812
getShortFractScale() ==
getUnsignedShortFractScale
() - 1);
828
getUnsignedFractScale() >=
getUnsignedShortFractScale
());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
557
///
getUnsignedShortFractScale
- Return the number of fractional bits
559
unsigned
getUnsignedShortFractScale
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11438
return Target.
getUnsignedShortFractScale
();
Completed in 23 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026