Home
last modified time | relevance | path

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

12

/external/skia/src/sksl/dsl/
DDSLType.cpp38 bool DSLType::isInteger() const { in isInteger() function in SkSL::dsl::DSLType
/external/llvm-project/mlir/lib/IR/
DTypes.cpp33 bool Type::isInteger(unsigned width) const { in isInteger() function in Type
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h141 bool isInteger() const { in isInteger() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h136 bool isInteger() const { in isInteger() function
/external/skia/src/sksl/ir/
DSkSLType.h214 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h294 bool isInteger() const { 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-10.0/llvm/include/llvm/ADT/
DAPFloat.h1182 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h1221 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/external/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp98 bool isInteger() const { return !isFloatingPoint() && !Predicate; } in isInteger() function in __anon5c0d77c40111::SVEType
DNeonEmitter.cpp192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon50209d260111::Type
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h323 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp877 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4447 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp893 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4739 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp1648 TEST(APFloatTest, isInteger) { in TEST() argument
1663 TEST(DoubleAPFloatTest, isInteger) { in TEST() argument
/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 __anonde9241780111::Type
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp217 template <typename T> bool isInteger (void) { return false; } in isInteger() function
218 template <> bool isInteger<int> (void) { return true; } in isInteger() function
219 template <> bool isInteger<tcu::IVec2> (void) { return true; } in isInteger() function
220 template <> bool isInteger<tcu::IVec3> (void) { return true; } in isInteger() function
221 template <> bool isInteger<tcu::IVec4> (void) { return true; } in isInteger() function
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2037 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel() local

12