Home
last modified time | relevance | path

Searched refs:intType (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/
Dstack-depth.ll28 ; CHECK: [[frameInt:%[^ \t]+]] = ptrtoint i8* [[framePtr]] to [[intType:i[0-9]+]]
29 ; CHECK: [[lowest:%[^ \t]+]] = load [[intType]], [[intType]]* @__sancov_lowest_stack
30 ; CHECK: [[cmp:%[^ \t]+]] = icmp ult [[intType]] [[frameInt]], [[lowest]]
33 ; CHECK: store [[intType]] [[frameInt]], [[intType]]* @__sancov_lowest_stack
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DTransformationsTest.java74 …A").get().getFieldByName("a").get().getVariable(0).setType(new ArrayType(PrimitiveType.intType())); in example7()
82 fd.addVariable(new VariableDeclarator(PrimitiveType.intType(), "b")); in example8()
90 fd.addVariable(new VariableDeclarator(new ArrayType(PrimitiveType.intType()), "b")); in example9()
113 md.addParameter(new ArrayType(PrimitiveType.intType()), "p1"); in exampleParam2()
138 md.setType(PrimitiveType.intType()); in exampleParam5()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
DNodeWithVariablesTest.java37 assertEquals(PrimitiveType.intType(), declaration.getCommonType()); in getCommonTypeWorksForNormalVariables()
67 assertEquals(PrimitiveType.intType(), declaration.getElementType()); in getElementTypeWorksForNormalVariables()
73 assertEquals(PrimitiveType.intType(), declaration.getElementType()); in getElementTypeWorksForArrayTypes()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
DFieldDeclarationBuildersTest.java34 import static com.github.javaparser.ast.type.PrimitiveType.intType;
109 myPrivateField.getVariables().add(new VariableDeclarator(intType(), "secondField")); in testCreateGetterWithANonValidField()
116 myPrivateField.getVariables().add(new VariableDeclarator(intType(), "secondField")); in testCreateSetterWithANonValidField()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/wiki_samples/
DMethodChanger_2.java33 import static com.github.javaparser.ast.type.PrimitiveType.intType;
71 n.addParameter(intType(), "value"); in changeMethod()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
DAnnotationDeclarationTransformationsTest.java84 …AnnotationMemberDeclaration(EnumSet.noneOf(Modifier.class), PrimitiveType.intType(), "foo", null)); in addingMember()
98 …AnnotationMemberDeclaration(EnumSet.noneOf(Modifier.class), PrimitiveType.intType(), "foo", null)); in replacingMember()
DMethodDeclarationTransformationsTest.java113 …it.getParameters().set(0, new Parameter(new ArrayType(PrimitiveType.intType()), new SimpleName("fo… in replacingOnlyParameter()
DConstructorDeclarationTransformationsTest.java113 …cd.getParameters().set(0, new Parameter(new ArrayType(PrimitiveType.intType()), new SimpleName("fo… in replacingOnlyParameter()
DClassOrInterfaceDeclarationTransformationsTest.java186 …claration(EnumSet.noneOf(Modifier.class), new VariableDeclarator(PrimitiveType.intType(), "bar"))); in replacingFieldWithAnotherField()
/external/guice/core/test/com/google/inject/
DKeyTest.java137 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
138 assertEquals(integerKey, Key.get(intType)); in testPrimitivesAndWrappersAreEqual()
139 assertEquals(integerKey2, Key.get(intType, Named.class)); in testPrimitivesAndWrappersAreEqual()
140 assertEquals(integerKey3, Key.get(intType, Names.named("int"))); in testPrimitivesAndWrappersAreEqual()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
DManipulationSteps.java191 method.addParameter(intType(), paramName); in whenMethodInClassHasAnIntArgumentCalledAdded()
268 assertThat(parameter.getType(), is(intType())); in thenMethodInClassParameterIsTypeIntCalled()
282 n.addParameter(intType(), "value"); in visit()
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DKeyTest.java209 TypeMirror intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
210 assertThat(intType.getKind().isPrimitive()).isTrue(); in primitiveKeysMatchBoxedKeys()
213 assertThat(types.isSameType(intType, integerType)).named("type equality").isFalse(); in primitiveKeysMatchBoxedKeys()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/
DClassOrInterfaceDeclarationContextResolutionTest.java387 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodWithPrimitiveParameters() local
389 …vedMethodDeclaration> ref = context.solveMethod("foo3", ImmutableList.of(intType), false, new Refl… in solveMethodWithPrimitiveParameters()
460 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodAsUsageWithPrimitiveParameters() local
462 …Optional<MethodUsage> ref = context.solveMethodAsUsage("foo3", ImmutableList.of(intType), new Refl… in solveMethodAsUsageWithPrimitiveParameters()
/external/skqp/src/sksl/
DSkSLContext.h389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() argument
394 Type::Field(mods, "numTextureSamplers", intType), in fp_type()
395 Type::Field(mods, "numCoordTransforms", intType), in fp_type()
396 Type::Field(mods, "numChildProcessors", intType), in fp_type()
/external/skia/src/sksl/
DSkSLContext.h395 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() argument
400 Type::Field(mods, "numTextureSamplers", intType), in fp_type()
401 Type::Field(mods, "numCoordTransforms", intType), in fp_type()
402 Type::Field(mods, "numChildProcessors", intType), in fp_type()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp121 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
123 src << "flat " << out << " " << glu::declare(intType, outputPrefix + output->name) << ";\n"; in generateVertexShader()
200 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
202 src << "flat out " << glu::declare(intType, outputPrefix + output->name) << ";\n"; in generateGeometryShader()
324 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
326 decl.varType = intType; in generateFragShaderOutputDecl()
436 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
438 src << "flat in " << glu::declare(intType, inputPrefix + output->name) << ";\n"; in generatePassthroughFragmentShader()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local
922 m_spec.outputs.push_back(Symbol("count", glu::VarType(intType, glu::PRECISION_LOWP))); in BitCountCase()
979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local
982 m_spec.outputs.push_back(Symbol("lsb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindLSBCase()
1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase() local
1060 m_spec.outputs.push_back(Symbol("msb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindMSBCase()
Des31fShaderCommonFunctionTests.cpp1036 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1040 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase()
1744 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local
1748 m_spec.outputs.push_back(Symbol("out1", glu::VarType(intType, glu::PRECISION_HIGHP))); in FrexpCase()
1835 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local
1838 m_spec.inputs.push_back(Symbol("in1", glu::VarType(intType, glu::PRECISION_HIGHP))); in LdexpCase()
2208 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
2215 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1148 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local
1151 m_spec.outputs.push_back(Symbol("count", glu::VarType(intType, glu::PRECISION_MEDIUMP))); in BitCountCase()
1212 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local
1215 m_spec.outputs.push_back(Symbol("lsb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindLSBCase()
1276 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in findMSBCase() local
1279 m_spec.outputs.push_back(Symbol("msb", glu::VarType(intType, glu::PRECISION_LOWP))); in findMSBCase()
DvktShaderCommonFunctionTests.cpp1251 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1255 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase()
2077 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local
2081 m_spec.outputs.push_back(Symbol("out1", glu::VarType(intType, glu::PRECISION_HIGHP))); in FrexpCase()
2227 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local
2230 m_spec.inputs.push_back(Symbol("in1", glu::VarType(intType, glu::PRECISION_HIGHP))); in LdexpCase()
2454 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
2461 … intGroup->addChild(new BitsToFloatCase(getTestContext(), intType, glu::ShaderType(shaderType))); in init()
DvktShaderExecutor.cpp228 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
230 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateVertexShader()
336 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
338 decl.varType = intType; in generateFragShaderOutputDecl()
410 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
412 …src << "layout(location = " << locationNumber << ") flat in " << glu::declare(intType, inputPrefix… in generatePassthroughFragmentShader()
459 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
461 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateGeometryShader()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DPrimitiveType.java72 public static PrimitiveType intType() { in intType() method in PrimitiveType
/external/clang/utils/ABITest/
DABITestGen.py519 intType = BuiltinType('int',4)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
551 'i32' : intType,
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/type/
DArrayTypeTest.java126 …iableDeclarationExpr.getVariable(0).setType(new ArrayType(new ArrayType(PrimitiveType.intType()))); in setVariableDeclarationWithArrays()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
957 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase()
1699 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
1704 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()

12