Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h151 bool isInteger() const { in isInteger() function
474 bool isInteger() const { in isInteger() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java1290 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1349 boolean isInteger, boolean parseAttr) { in subformat()
1361 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1395 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1435 boolean isInteger, in subformatFixed()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java1280 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1339 boolean isInteger, boolean parseAttr) { in subformat()
1351 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1385 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1425 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/skqp/src/sksl/ir/
DSkSLType.h249 bool isInteger() const { in isInteger() function
/external/skia/src/sksl/ir/
DSkSLType.h271 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-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h141 bool isInteger() const { in isInteger() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h200 isInteger, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h301 bool isInteger() const { in isInteger() function
/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-7.0/llvm/include/llvm/ADT/
DAPFloat.h1162 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/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 __anon56007b1a0111::Type
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2060 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp2202 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()
/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()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp29 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function

12