Home
last modified time | relevance | path

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

12

/external/skia/experimental/tskit/go/gen_types/testdata/
Dexpectedambientnamespace1.d.ts40 isInteger: boolean, property
/external/robolectric/resources/src/main/java/org/robolectric/res/
DResType.java62 private static boolean isInteger(String value) { in isInteger() method in ResType
/external/skia/src/sksl/dsl/
DDSLType.cpp200 bool DSLType::isInteger() const { in isInteger() function in SkSL::dsl::DSLType
/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/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/skia/src/sksl/ir/
DSkSLType.h288 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h294 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1050 bool isInteger() const { return getIEEE().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-10.0/llvm/include/llvm/ADT/
DAPFloat.h1182 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } 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/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 __anonffc283dd0111::Type
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2071 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp218 template <typename T> bool isInteger (void) { return false; } in isInteger() function
219 template <> bool isInteger<int> (void) { return true; } in isInteger() function
220 template <> bool isInteger<tcu::IVec2> (void) { return true; } in isInteger() function
221 template <> bool isInteger<tcu::IVec3> (void) { return true; } in isInteger() function
222 template <> bool isInteger<tcu::IVec4> (void) { return true; } in isInteger() function
/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/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp634 bool isInteger; member
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1399 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionDisjunctionTreeRec() local

12