Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java551 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class); in testIsInstanceOf_apply() local
596 Predicate<Class<?>> isInteger = Predicates.subtypeOf(Integer.class); in testSubtypeOf_apply() local
/external/guava/android/guava-tests/test/com/google/common/base/
DPredicatesTest.java551 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class); in testIsInstanceOf_apply() local
596 Predicate<Class<?>> isInteger = Predicates.subtypeOf(Integer.class); in testSubtypeOf_apply() local
/external/skqp/src/sksl/ir/
DSkSLType.h249 bool isInteger() const { in isInteger() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h123 bool isInteger() const { in isInteger() function
DMachineValueType.h206 bool isInteger() const { in isInteger() function
/external/skia/src/sksl/ir/
DSkSLType.h297 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h141 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h301 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h1162 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp384 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp1361 TEST(APFloatTest, isInteger) { in TEST() argument
1376 TEST(DoubleAPFloatTest, isInteger) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp825 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4370 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1317 TEST(APFloatTest, isInteger) { in TEST() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp206 template <typename T> bool isInteger (void) { return false; } in isInteger() function
207 template <> bool isInteger<int> (void) { return true; } in isInteger() function
208 template <> bool isInteger<tcu::IVec2> (void) { return true; } in isInteger() function
209 template <> bool isInteger<tcu::IVec3> (void) { return true; } in isInteger() function
210 template <> bool isInteger<tcu::IVec4> (void) { return true; } in isInteger() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp171 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anond0ff0f9c0111::Type
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2046 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp2203 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel() 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/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/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1399 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionDisjunctionTreeRec() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp342 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()

12