Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java1260 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1319 boolean isInteger, boolean parseAttr) { in subformat()
1331 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1365 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1405 boolean isInteger, in subformatFixed()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1272 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1331 boolean isInteger, boolean parseAttr) { in subformat()
1343 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1377 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1417 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.h123 bool isInteger() const { in isInteger() function
DMachineValueType.h206 bool isInteger() const { in isInteger() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1318 TEST(APFloatTest, isInteger) { in TEST() argument
/external/clang/utils/TableGen/
DNeonEmitter.cpp169 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon28e236520111::Type
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1685 const bool isInteger = !instr->hydrogen()->representation().IsSmi(); in DoShiftI() local
1687 const bool isInteger = false; in DoShiftI() local
1860 const bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
1863 const bool isInteger = false; in DoShiftI() local
/external/llvm/lib/Support/
DAPFloat.cpp771 APFloat::isInteger() const { in isInteger() function in APFloat
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp259 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
297 bool isInteger) { in getSetCCOrOperation()
321 bool isInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp2924 bool isInteger = LL.getValueType().isInteger(); in visitANDLike() local
3615 bool isInteger = LL.getValueType().isInteger(); in visitORLike() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3532 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp35 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1653 bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
1841 bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1337 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionDisjunctionTree() local