Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.h119 bool isInt() const { return m_expression->isInteger(); } in isInt() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h80 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
/external/deqp/framework/opengl/
DgluTextureUtil.cpp51 bool isInt = false; in getTransferFormat() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp564 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
715 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
772 const bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
1000 bool isInt = glu::isDataTypeIntOrIVec(outType); in createRandomCase() local
Des3fTransformFeedbackTests.cpp527 bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType()); in genAttributeData() local
Des3fShaderOperatorTests.cpp754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Dtabs_api.js21 function isInt(i) { function
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValues.h142 bool isInt; member
/external/llvm/include/llvm/Support/
DMathExtras.h272 inline bool isInt(int64_t x) { in isInt() function
/external/clang/include/clang/AST/
DAPValue.h182 bool isInt() const { return Kind == Int; } in isInt() function
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_value.cpp1400 Value::isInt() const in isInt() function in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp1390 Value::isInt() const in isInt() function in Json::Value
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h330 bool isInt = true; in makeNumeric() local
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp1394 Value::isInt() const in isInt() function in Json::Value
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h330 bool isInt = true; in makeNumeric() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1194 const bool isInt = de::inRange<int>(m_type, TYPE_INT, TYPE_INT_VEC4); in generateSingleProgramData() local
2253 int isInt = funcTypes[i] & VALUE_ANY_INT; in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1190 const bool isInt = de::inRange<int>(m_type, TYPE_INT, TYPE_INT_VEC4); in generateSingleProgramData() local
2210 int isInt = funcTypes[i] & VALUE_ANY_INT; in init() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp85 bool isInt() const { return !IsFp; } in isInt() function in __anone749529f0111::FAddendCoef
/external/clang/utils/TableGen/
DNeonEmitter.cpp177 bool isInt() const { return !Float && ElementBitwidth == 32; } in isInt() function in __anon7fb122680111::Type
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase() local
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c1466 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); in cellContains() local
/external/valgrind/main/VEX/priv/
Dguest_arm64_toIR.c2998 static IRTemp gen_indexed_EA ( /*OUT*/HChar* buf, UInt insn, Bool isInt ) in gen_indexed_EA()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3739 bool isInt = LHS.getValueType().isInteger(); in visitXOR() local
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js110 …turn Math.sqrt(goog.math.sampleVariance.apply(null,arguments))};goog.math.isInt=function(a){return… function
DchromeVoxChromeOptionsScript.js142 …turn Math.sqrt(goog.math.sampleVariance.apply(null,arguments))};goog.math.isInt=function(a){return… function

12