HomeSort by relevance Sort by last modified time
    Searched defs:isInt (Results 1 - 24 of 24) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 51 bool isInt = false;
62 isInt = true;
66 isInt = false;
75 case TextureFormat::R: format = isInt ? GL_RED_INTEGER : GL_RED; break;
76 case TextureFormat::RG: format = isInt ? GL_RG_INTEGER : GL_RG; break;
77 case TextureFormat::RGB: format = isInt ? GL_RGB_INTEGER : GL_RGB; break;
78 case TextureFormat::RGBA: format = isInt ? GL_RGBA_INTEGER : GL_RGBA; break;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 21 function isInt(i) {
89 if (!isInt(args.windowId))
91 if (!isInt(args.index))
223 if (!isInt(args.left))
225 if (!isInt(args.top))
227 if (!isInt(args.width))
229 if (!isInt(args.height))
262 if (!isInt(retval.left))
264 if (!isInt(retval.top))
266 if (!isInt(retval.width)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h 119 bool isInt() const { return m_expression->isInteger(); }
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 80 bool isInt() const { return EntryKind == E_Integer; }
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserValues.h 142 bool isInt;
262 isInt = false;
275 isInt = false;
283 isInt = false;
  /external/clang/include/clang/AST/
APValue.h 182 bool isInt() const { return Kind == Int; }
201 assert(isInt() && "Invalid accessor");
348 assert(isInt() && "Invalid accessor");
  /external/clang/test/PCH/
cxx-templates.h 88 bool isInt(int x);
90 template<> bool isInt<8>(int x) {
  /external/llvm/include/llvm/Support/
MathExtras.h 270 /// isInt - Checks if an integer fits into the given bit width.
272 inline bool isInt(int64_t x) {
277 inline bool isInt<8>(int64_t x) {
281 inline bool isInt<16>(int64_t x) {
285 inline bool isInt<32>(int64_t x) {
293 return isInt<N+S>(x) && (x % (1<<S) == 0);
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 744 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
747 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
946 return isInt()
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 527 bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
549 else if (isInt)
    [all...]
es3fFragmentOutputTests.cpp 564 bool isInt = glu::isDataTypeIntOrIVec(output.type);
614 else if (isInt)
715 bool isInt = glu::isDataTypeIntOrIVec(output.type);
719 isInt ? GL_INT :
772 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
789 if (isInt || isUint)
    [all...]
es3fShaderOperatorTests.cpp 754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
770 else if (isInt || isUint)
780 else if (isInt || isUint)
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 738 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
741 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
940 return isInt()
1394 Value::isInt() const
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 734 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
737 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
936 return isInt()
1390 Value::isInt() const
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 330 bool isInt = true;
333 isInt = false;
338 if (isInt) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
491 else if (isInt)
501 else if (isInt)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 53 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
63 bool isOne() const { return isInt() && IntVal == 1; }
64 bool isTwo() const { return isInt() && IntVal == 2; }
65 bool isMinusOne() const { return isInt() && IntVal == -1; }
66 bool isMinusTwo() const { return isInt() && IntVal == -2; }
85 bool isInt() const { return !IsFp; }
212 if (isInt()) {
223 if (!isInt())
247 if (That.isInt())
255 if (isInt() == That.isInt())
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 177 bool isInt() const { return !Float && ElementBitwidth == 32; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 1752 milliseconds