Home
last modified time | relevance | path

Searched defs:intType (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dtype_conversion.cc34 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/
Drand.go323 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 DCommunalSettingsRepository.kt159 val intType = in getBackground() constant
/aosp_15_r20/external/guice/core/test/com/google/inject/internal/
H A DMultibinderTest.java96 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 DMapBinderTest.java103 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 DglsShaderExecUtil.cpp125 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 DClassOrInterfaceDeclarationContextResolutionTest.java385 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 DJsonLocationInstantiator.java32 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 DKSBuiltIns.kt31 val intType: KSType constant
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp906 … 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 Des31fShaderCommonFunctionTests.cpp1033 …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 DvktMemoryModelMessagePassing.cpp369 … 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 DasMemberOf.kt116 val intType: Int = 0 constant in Base
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DPrimitiveType.java69 public static PrimitiveType intType() { in intType() method in PrimitiveType
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1090 … 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 DvktShaderExecutor.cpp241 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 DvktShaderCommonFunctionTests.cpp943 …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 DBuilderRequiredPropertiesTest.java44 private TypeMirror intType; field in BuilderRequiredPropertiesTest
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DKeyFactoryTest.java230 XType intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DKeyTest.java137 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFunSpecTest.kt511 val intType = INT in functionWithMultipleContextReceivers() constant
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dtype_test.cpp26 const auto intType = IntType::get(); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dgpu_fusion_rewrite.cc320 if (auto intType = shapedType.getElementType().dyn_cast<IntegerType>()) in isRewritableType() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2478 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 DSpvBuilder.cpp2644 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

1234