Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1252 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1311 boolean isInteger, boolean parseAttr) { in subformat()
1323 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1357 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1398 boolean isInteger, in subformatFixed()
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java555 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class); in testIsInstanceOf_apply() local
601 Predicate<Class<?>> isInteger = Predicates.assignableFrom(Integer.class); in testIsAssignableFrom_apply() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h110 bool isInteger() const { in isInteger() function
DMachineValueType.h189 bool isInteger() const { in isInteger() function
DDIE.h207 isInteger, enumerator
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h706 bool isInteger() const { in isInteger() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp167 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon67a52ed10111::Type
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp282 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
320 bool isInteger) { in getSetCCOrOperation()
344 bool isInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp2756 bool isInteger = LL.getValueType().isInteger(); in visitANDLike() local
3411 bool isInteger = LL.getValueType().isInteger(); in visitORLike() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3146 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function