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

1 2 3

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 52 bool isInt = false;
63 isInt = true;
67 isInt = false;
76 case TextureFormat::R: format = isInt ? GL_RED_INTEGER : GL_RED; break;
77 case TextureFormat::RG: format = isInt ? GL_RG_INTEGER : GL_RG; break;
78 case TextureFormat::RGB: format = isInt ? GL_RGB_INTEGER : GL_RGB; break;
79 case TextureFormat::RGBA: format = isInt ? GL_RGBA_INTEGER : GL_RGBA; break;
89 DE_ASSERT(!isInt);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 68 bool isInt() const { return EntryKind == E_Integer; }
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaClass.java 93 public boolean isInt() {
  /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 261 /// isInt - Checks if an integer fits into the given bit width.
263 inline bool isInt(int64_t x) {
268 inline bool isInt<8>(int64_t x) {
272 inline bool isInt<16>(int64_t x) {
276 inline bool isInt<32>(int64_t x) {
284 return isInt<N+S>(x) && (x % (1<<S) == 0);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelClass.java 109 public abstract boolean isInt();
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 77 if (parameter.isInt() || parameter.isLong()) {
178 public boolean isInt() {
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 538 const bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
560 else if (isInt)
    [all...]
es3fFragmentOutputTests.cpp 629 bool isInt = glu::isDataTypeIntOrIVec(output.type);
679 else if (isInt)
780 bool isInt = glu::isDataTypeIntOrIVec(output.type);
784 isInt ? GL_INT :
843 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
860 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/opencv3/modules/core/include/opencv2/core/
persistence.hpp 523 CV_WRAP bool isInt() const;
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 556 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
559 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
730 return isInt() ||
1096 bool Value::isInt() const {
    [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 54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
64 bool isOne() const { return isInt() && IntVal == 1; }
65 bool isTwo() const { return isInt() && IntVal == 2; }
66 bool isMinusOne() const { return isInt() && IntVal == -1; }
67 bool isMinusTwo() const { return isInt() && IntVal == -2; }
86 bool isInt() const { return !IsFp; }
213 if (isInt()) {
224 if (!isInt())
248 if (That.isInt())
256 if (isInt() == That.isInt())
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 180 bool isInt() const { return !Float && ElementBitwidth == 32; }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 738 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
754 else if (isInt || isUint)
764 else if (isInt || isUint)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 

Completed in 472 milliseconds

1 2 3