/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5678 const int exp = rnd.getInt(0, getNumBits(prec)-2); in genRandom() 5681 return sign * rnd.getInt(0, (deInt32)1 << exp); in genRandom() 5748 switch (rnd.getInt(0, 64)) in randomDouble() 5763 switch (rnd.getInt(0, 16)) in randomDouble() 5782 double value = (rnd.getInt(0, 3) == 0 ? -1.0 : 1.0) * (base + significand); in randomDouble()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5667 const int exp = rnd.getInt(0, getNumBits(prec)-2); in genRandom() 5670 return sign * rnd.getInt(0, (deInt32)1 << exp); in genRandom() 5737 switch (rnd.getInt(0, 64)) in randomDouble() 5752 switch (rnd.getInt(0, 16)) in randomDouble() 5771 double value = (rnd.getInt(0, 3) == 0 ? -1.0 : 1.0) * (base + significand); in randomDouble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2512 Builder.getInt(C1->getValue()|C2->getValue())); in visitOr() 2520 Builder.getInt(C1->getValue()|C2->getValue())); in visitOr() 2531 Builder.getInt(C1->getValue()|C2->getValue())); in visitOr()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 2991 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) == 0) in init() 3037 const int viewportX = (m_renderTarget == RENDERTARGET_DEFAULT) ? (rnd.getInt(0, renderCtx.getRenderTarget().getWidth() - viewportWidth)) : (0); in iterate() 3038 const int viewportY = (m_renderTarget == RENDERTARGET_DEFAULT) ? (rnd.getInt(0, renderCtx.getRenderTarget().getHeight() - viewportHeight)) : (0); in iterate()
|
H A D | es31fProgramInterfaceQueryTests.cpp | 4401 const glu::DataType type = s_types[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_types)-1)]; 4517 const int selector = rnd.getInt(0, 2); 4540 layout.binding = rnd.getInt(0, 5); 4558 layout.binding = rnd.getInt(0, 5); 4561 layout.offset = rnd.getInt(0, 3) * 4;
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 1461 indexes.position(indexes.getInt(index << 2)); in ARRAY() 1477 return indexes.getInt(EXT_COUNT_BYTES) & 0xff; in GET_MAX_BYTES_PER_UCHAR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2237 DwarfExpr.addSignedConstant(Value.getInt()); 2239 DwarfExpr.addUnsignedConstant(Value.getInt());
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 601 int split = width/2 + rnd.getInt(-width/4, +width/4); in randomPartition() 607 int split = height/2 + rnd.getInt(-height/4, +height/4); in randomPartition()
|
H A D | es3fDrawTests.cpp | 1057 attribSpec.componentCount = random.getInt(1, 4); in init()
|
H A D | es3fNegativeShaderApiTests.cpp | 708 GLuint maxIndex = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strcase.cpp | 564 type = myCase->getInt("Type", status); in TestCasing()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1297 const auto pixelId = static_cast<uint32_t>(rnd.getInt(0, maxId)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1212 const deUint32 outOfRangeMask = static_cast<deUint32>(rnd.getInt(1, 3)); in getRandomBorderCoordinates()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1168 makeCommonSemaphoreSubmitInfo(*semaphoreA, rng.getInt(1, deIntMaxValue32(32)), VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1162 if (VFP.getInt()) { in transferValues()
|
H A D | CodeGenPrepare.cpp | 1862 Value *BitWidth = Builder.getInt(APInt(SizeInBits, SizeInBits)); in despeculateCountZeros() 3709 if (It->second.getInt() == ExtTy) in addPromotedInst() 3729 if (It != PromotedInsts.end() && It->second.getInt() == ExtTy) in getOrigType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1412 bool getPrefix() const { return TyAndPrefix.getInt(); } in getPrefix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 104 return Val.getInt(); in getLatticeValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 498 if (MCSym.getInt()) in emitNonLazySymbolPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 512 unsigned size() const { return pip.getInt() + 1; } in size()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1289 const auto pixelId = static_cast<uint32_t>(rnd.getInt(0, maxId)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1159 makeCommonSemaphoreSubmitInfo(*semaphoreA, rng.getInt(1, deIntMaxValue32(32)), VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR); in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingTests.cpp | 322 m_buffer.push_back((GLubyte)m_random.getInt(0, 255)); in createResource()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 5483 *reinterpret_cast<deInt8*>(currentItemDataPtr) = static_cast<deInt8>(randomNumberGenerator.getInt(-128, 127) ); in initTestItems() 5492 *reinterpret_cast<deInt16*>(currentItemDataPtr) = static_cast<deInt16>(randomNumberGenerator.getInt(-32768, 32767) ); in initTestItems() 5501 *reinterpret_cast<deInt32*>(currentItemDataPtr) = randomNumberGenerator.getInt(static_cast<int>(-2147483648LL), static_cast<int>(2147483647LL) ); in initTestItems()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 5478 *reinterpret_cast<deInt8*>(currentItemDataPtr) = static_cast<deInt8>(randomNumberGenerator.getInt(-128, 127) ); in initTestItems() 5487 *reinterpret_cast<deInt16*>(currentItemDataPtr) = static_cast<deInt16>(randomNumberGenerator.getInt(-32768, 32767) ); in initTestItems() 5496 *reinterpret_cast<deInt32*>(currentItemDataPtr) = randomNumberGenerator.getInt(static_cast<int>(-2147483648LL), static_cast<int>(2147483647LL) ); in initTestItems()
|