OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFloat
(Results
1 - 7
of
7
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_base.h
75
bool
IsFloat
() { return m_isfloat; };
/art/compiler/dex/
reg_storage.h
166
constexpr bool
IsFloat
() const {
184
static constexpr bool
IsFloat
(uint16_t reg) {
/external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
303
bool
IsFloat
= Ty->getScalarType()->isFloatingPointTy();
306
unsigned OpCost = (
IsFloat
? 2 : 1);
/art/runtime/verifier/
reg_type.h
55
virtual bool
IsFloat
() const { return false; }
129
return IsChar() || IsInteger() ||
IsFloat
() || IsConstant() || IsByte() ||
153
bool IsFloatTypes() const { return
IsFloat
() || IsConstant(); }
465
bool
IsFloat
() const OVERRIDE { return true; }
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
[
all
...]
Completed in 459 milliseconds