Home
last modified time | relevance | path

Searched refs:intTypes (Results 1 – 8 of 8) sorted by relevance

/external/python/pyasn1/pyasn1/type/
Duniv.py713 elif isinstance(value, intTypes):
1117 intTypes = (int, long) variable
1119 intTypes = (int,) variable
1121 numericTypes = intTypes + (float,)
1343 not isinstance(value[1], intTypes) or
1344 not isinstance(value[2], intTypes)):
1356 elif isinstance(value, intTypes):
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1082 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() argument
1097 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2082 …(TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument
2099 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp249 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, … in addFunctionCases() argument
264 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp1920 static const char *intTypes[] = { in initialize() local
1964 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize()
1965 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1596 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
1613 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2002 static const DataType intTypes[] = in init() local
2265 : isInt ? intTypes[typeArrayNdx] in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1990 static const DataType intTypes[] = in init() local
2220 : isInt ? intTypes[typeArrayNdx] in init()