Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.h87 bool isInteger() const { return m_isInteger; } in isInteger() function
92 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) in CSSCalcExpressionNode()
DCSSCalculationValue.cpp190 …wPtr<CSSCalcPrimitiveValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool isInteger) in create()
195 …awPtr<CSSCalcPrimitiveValue> create(double value, CSSPrimitiveValue::UnitType type, bool isInteger) in create()
284 CSSCalcPrimitiveValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool isInteger) in CSSCalcPrimitiveValue()
358 bool isInteger = isIntegerResult(leftSide.get(), rightSide.get(), op); in createSimplified() local
733 …CSSCalcValue::createExpressionNode(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool isInteger) in createExpressionNode()
/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_preview_utils.js10 function isInteger(toTest) { function
/external/chromium_org/mojo/public/js/bindings/tests/
Dvalidation_test_input_parser.js109 Item.prototype.isInteger = function() { method in Item
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java556 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class); in testIsInstanceOf_apply() local
602 Predicate<Class<?>> isInteger = Predicates.assignableFrom(Integer.class); in testIsAssignableFrom_apply() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h111 bool isInteger() const { in isInteger() function
DMachineValueType.h177 bool isInteger() const { in isInteger() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h207 isInteger, enumerator
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h706 bool isInteger() const { in isInteger() function
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h706 bool isInteger() const { in isInteger() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp167 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon7fb122680111::Type
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2807 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp265 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
303 bool isInteger) { in getSetCCOrOperation()
327 bool isInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp2808 bool isInteger = LL.getValueType().isInteger(); in visitAND() local
3388 bool isInteger = LL.getValueType().isInteger(); in visitOR() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp1716 UBool isInteger, in subformat()