Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Duniv.py701 elif isinstance(value, intTypes):
1077 intTypes = (int, long) variable
1079 intTypes = (int,) variable
1081 numericTypes = intTypes + (float,)
1294 not isinstance(value[1], intTypes) or
1295 not isinstance(value[2], intTypes)):
1307 elif isinstance(value, intTypes):
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() argument
1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2121 …(TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument
2138 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp277 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, … in addFunctionCases() argument
292 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
DvktShaderCommonFunctionTests.cpp406 …:TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument
423 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1633 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
1650 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1990 static const DataType intTypes[] = in init() local
2220 : isInt ? intTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2002 static const DataType intTypes[] = in init() local
2265 : isInt ? intTypes[typeArrayNdx] in init()