OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFloating
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
191
bool
isFloating
() const { return Kind == Float; }
196
bool isFloat() const { return
isFloating
() && ElementBitwidth == 32; }
197
bool isDouble() const { return
isFloating
() && ElementBitwidth == 64; }
198
bool isHalf() const { return
isFloating
() && ElementBitwidth == 16; }
613
else if (
isFloating
())
708
if (
isFloating
()) {
997
!RetT.
isFloating
() && !RetT.isBFloat16())
Completed in 20 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026