/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | type_conversion.cc | 34 Type convertInteger(IntegerType intType) { in convertInteger() 40 if (auto intType = shapedType.getElementType().dyn_cast<IntegerType>()) in convertShapedType() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/ |
D | rand.go | 323 func N[Int intType](n Int) Int { 330 type intType interface { interface
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/ |
H A D | CommunalSettingsRepository.kt | 159 val intType = in getBackground() constant
|
/aosp_15_r20/external/guice/core/test/com/google/inject/internal/ |
H A D | MultibinderTest.java | 96 final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class); field in MultibinderTest 304 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1, instance(1)); in testMultibinderWithMultipleSetTypes() local 392 Key.get(setOfInteger), intType, setOf(module), BOTH, false, 0, providerInstance(1)); in testMultibinderSetIsLazy() local
|
H A D | MapBinderTest.java | 103 private final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class); field in MapBinderTest 442 intType, in testMapBinderWithMultipleTypes() local 511 intType, in testMapBinderMapIsLazy() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 125 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local 209 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local 340 const glu::VarType intType(intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 463 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/ |
H A D | ClassOrInterfaceDeclarationContextResolutionTest.java | 385 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodWithPrimitiveParameters() local 464 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodAsUsageWithPrimitiveParameters() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | JsonLocationInstantiator.java | 32 JavaType intType = config.constructType(Integer.TYPE); in getFromObjectArguments() local
|
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/ |
H A D | KSBuiltIns.kt | 31 val intType: KSType constant
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 906 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local 967 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local 1028 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase() local
|
H A D | es31fShaderCommonFunctionTests.cpp | 1033 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::… in FloatBitsToUintIntCase() local 1765 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local 1858 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local 2217 … const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 369 … const bool intType = (m_data.dataType == DATA_TYPE_UINT || m_data.dataType == DATA_TYPE_UINT64); in initPrograms() local 1002 … const bool intType = (m_data.dataType == DATA_TYPE_UINT || m_data.dataType == DATA_TYPE_UINT64); in initProgramsTransitive() local
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | asMemberOf.kt | 116 val intType: Int = 0 constant in Base
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | PrimitiveType.java | 69 public static PrimitiveType intType() { in intType() method in PrimitiveType
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 1090 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local 1155 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local 1221 … const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in findMSBCase() local
|
H A D | vktShaderExecutor.cpp | 241 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local 358 const glu::VarType intType(intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 442 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local 497 const glu::VarType intType(intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
|
H A D | vktShaderCommonFunctionTests.cpp | 943 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::… in FloatBitsToUintIntCase() local 1073 … const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
|
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/ |
H A D | BuilderRequiredPropertiesTest.java | 44 private TypeMirror intType; field in BuilderRequiredPropertiesTest
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | KeyFactoryTest.java | 230 XType intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | KeyTest.java | 137 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | FunSpecTest.kt | 511 val intType = INT in functionWithMultipleContextReceivers() constant
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | type_test.cpp | 26 const auto intType = IntType::get(); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/ |
H A D | gpu_fusion_rewrite.cc | 320 if (auto intType = shapedType.getElementType().dyn_cast<IntegerType>()) in isRewritableType() local
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2478 spv::Id intType = makeUintType(32); in createArrayLength() local 2489 spv::Id intType = makeUintType(32); in createCooperativeMatrixLengthKHR() local 2506 spv::Id intType = makeUintType(32); in createCooperativeMatrixLengthNV() local 3123 Id intType = isUnsignedResult ? makeUintType(32) : makeIntType(32); in createTextureQueryCall() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SpvBuilder.cpp | 2644 spv::Id intType = makeUintType(32); in createArrayLength() local 2656 spv::Id intType = makeUintType(32); in createCooperativeMatrixLengthKHR() local 2673 spv::Id intType = makeUintType(32); in createCooperativeMatrixLengthNV() local 3322 Id intType = isUnsignedResult ? makeUintType(32) : makeIntType(32); in createTextureQueryCall() local
|