Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h151 bool isInteger() const { in isInteger() function
474 bool isInteger() const { in isInteger() function
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js109 Item.prototype.isInteger = function() { method in Item
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1277 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1336 boolean isInteger, boolean parseAttr) { in subformat()
1348 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1382 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1422 boolean isInteger, in subformatFixed()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java1265 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1324 boolean isInteger, boolean parseAttr) { in subformat()
1336 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1370 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1410 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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h200 isInteger, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1050 bool isInteger() const { return getIEEE().isInteger(); } in isInteger() function
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1317 TEST(APFloatTest, isInteger) { in TEST() argument
/external/clang/utils/TableGen/
DNeonEmitter.cpp171 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon66c363900111::Type
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1700 const bool isInteger = !instr->hydrogen()->representation().IsSmi(); in DoShiftI() local
1702 const bool isInteger = false; in DoShiftI() local
1878 const bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
1881 const bool isInteger = false; in DoShiftI() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp2154 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp225 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
263 bool isInteger) { in getSetCCOrOperation()
287 bool isInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp2350 bool isInteger = LL.getValueType().isInteger(); in visitAND() local
2819 bool isInteger = LL.getValueType().isInteger(); in visitOR() local
/external/llvm/lib/Support/
DAPFloat.cpp774 APFloat::isInteger() const { in isInteger() function in APFloat
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp258 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
292 bool isInteger) { in getSetCCOrOperation()
312 bool isInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp2917 bool isInteger = LL.getValueType().isInteger(); in visitANDLike() local
3652 bool isInteger = LL.getValueType().isInteger(); in visitORLike() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp29 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp35 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4066 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1689 bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
1861 bool isInteger = !(instr->hydrogen()->representation().IsSmi() || in DoShiftI() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1399 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionDisjunctionTreeRec() local