Searched defs:isInteger (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview_utils.js10 function isInteger(toTest) { function
21 return isInteger(value) && parseInt(value, 10) > 0;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.h80 bool isInteger() const { return m_isInteger; } function in class:WebCore::CSSCalcExpressionNode
83 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) argument
85 , m_isInteger(isInteger)
98 static PassRefPtr<CSSCalcExpressionNode> createExpressionNode(PassRefPtr<CSSPrimitiveValue>, bool isInteger = false);
106 bool isInt() const { return m_expression->isInteger(); }
H A DCSSCalculationValue.cpp194 static PassRefPtr<CSSCalcPrimitiveValue> create(PassRefPtr<CSSPrimitiveValue> value, bool isInteger) argument
196 return adoptRef(new CSSCalcPrimitiveValue(value, isInteger));
199 static PassRefPtr<CSSCalcPrimitiveValue> create(double value, CSSPrimitiveValue::UnitTypes type, bool isInteger) argument
203 return adoptRef(new CSSCalcPrimitiveValue(CSSPrimitiveValue::create(value, type).get(), isInteger));
292 explicit CSSCalcPrimitiveValue(PassRefPtr<CSSPrimitiveValue> value, bool isInteger) argument
293 : CSSCalcExpressionNode(unitCategory((CSSPrimitiveValue::UnitTypes)value->primitiveType()), isInteger)
344 return op != CalcDivide && leftSide->isInteger() && rightSide->isInteger();
367 bool isInteger = isIntegerResult(leftSide.get(), rightSide.get(), op); local
371 CSSPrimitiveValue::UnitTypes evaluationType = isInteger
699 createExpressionNode(PassRefPtr<CSSPrimitiveValue> value, bool isInteger) argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h195 isInteger, enumerator in enum:llvm::DIEValue::__anon21111
234 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {}
263 static bool classof(const DIEValue *I) { return I->getType() == isInteger; }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const function in class:nv50_ir::ImmediateValue
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h176 /// isInteger - Return true if this is an integer, or a vector integer type.
177 bool isInteger() const { function in class:llvm::MVT
630 /// isInteger - Return true if this is an integer, or a vector integer type.
631 bool isInteger() const { function in struct:llvm::EVT
632 return isSimple() ? V.isInteger() : isExtendedInteger();
776 assert(isInteger() && !isVector() && "Invalid integer type!");
788 assert(isInteger() && !isVector() && "Invalid integer type!");
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp382 ImmediateValue::isInteger(const int i) const function in class:nv50_ir::ImmediateValue
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp32 static inline bool isInteger(MVT::SimpleValueType VT) { function
33 return EVT(VT).isInteger();
109 if (isInteger(TypeVec[i]))
241 return FillWithPossibleTypes(TP, isInteger, "integer");
249 if (!isInteger(TypeVec[i]))
421 if (isInteger(TypeVec[i])) {
426 if (isInteger(TypeVec[i]) && TypeVec[i] < SmallestInt)
445 if (isInteger(*TVI)) {
479 if (isInteger(Other.TypeVec[i])) {
484 if (isInteger(Othe
[all...]
/external/icu4c/i18n/
H A Ddecimfmt.cpp1536 UBool isInteger,
1787 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) ||
1823 (isInteger || digitIndex >= digits.getCount())) {
1838 if (!isInteger && digitIndex < digits.getCount()) {
1533 subformat(UnicodeString& appendTo, FieldPositionHandler& handler, DigitList& digits, UBool isInteger, UErrorCode& status) const argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp234 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { argument
236 if (isInteger)
272 bool isInteger) {
273 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
296 bool isInteger) {
297 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
305 if (isInteger) {
791 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
796 assert(N->getOperand(0).getValueType().isInteger()
271 getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
295 getSetCCAndOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
[all...]
H A DDAGCombiner.cpp329 assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
814 if (VT.isVector() || !VT.isInteger())
872 if (VT.isVector() || !VT.isInteger())
916 if (VT.isVector() || !VT.isInteger())
945 if (VT.isVector() || !VT.isInteger())
1482 if (VT.isInteger() && !VT.isVector()) {
2429 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) {
2655 LL.getValueType().isInteger()) {
2684 bool isInteger local
3196 bool isInteger = LL.getValueType().isInteger(); local
[all...]
/external/clang/include/clang/AST/
H A DType.h1859 bool isInteger() const { function in class:clang::BuiltinType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1015 milliseconds