/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 713 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/ |
D | es31fShaderIntegerFunctionTests.cpp | 1074 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() argument 1089 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|
D | es31fShaderCommonFunctionTests.cpp | 2083 …(TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument 2100 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 221 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, … in addFunctionCases() argument 236 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1596 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument 1613 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Initialize.cpp | 2197 static const char *intTypes[] = { in initialize() local 2241 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize() 2242 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 2197 static const char *intTypes[] = { in initialize() local 2241 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize() 2242 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1990 static const DataType intTypes[] = in init() local 2220 : isInt ? intTypes[typeArrayNdx] in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2002 static const DataType intTypes[] = in init() local 2265 : isInt ? intTypes[typeArrayNdx] in init()
|