Home
last modified time | relevance | path

Searched refs:std (Results 19901 - 19925 of 20229) sorted by relevance

1...<<791792793794795796797798799800>>...810

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp33 using namespace std;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp59 using namespace std;
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp528 // std::iterator_traits specializations
529 namespace std namespace
552 } // std
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.cpp29 using std::string;
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStencilTests.cpp48 using std::vector;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DQualifierTypes.cpp344 std::stable_sort(qualifiers.begin() + 1, qualifiers.end(), QualifierComparator()); in SortSequence()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp881 std::string("Attempting to draw without a program"), gl::LOG_WARN, entryPoint); in ValidateDrawInstancedANGLE()
1450 if (std::max(width, height) > context->getCaps().maxRenderbufferSize) in ValidateRenderbufferStorageParametersBase()
3654 if (std::numeric_limits<GLsizei>::max() - xoffset < width || in ValidateCopyTexImageParametersBase()
3655 std::numeric_limits<GLsizei>::max() - yoffset < height) in ValidateCopyTexImageParametersBase()
4872 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase()
4873 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()
6390 if (std::find(validComponentTypes, end, componentType) == end) in ValidateWebGLFramebufferAttachmentClearType()
7016 if (endByte > static_cast<size_t>(std::numeric_limits<GLsizei>::max())) in ValidatePixelPack()
7212 *outExtent = std::max<int>(clippedExtent.ValueOrDie(), 0); in ValidateReadPixelsBase()
7946 *numParams = std in ValidateGetInternalFormativBase()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp43 using std::map;
44 using std::pair;
45 using std::vector;
46 using std::string;
47 using std::ostringstream;
285 while ((start_pos = str.find(from, start_pos)) != std::string::npos) in stringReplace()
459 case SYMBOL_ONE_MINUS_UINT32MAX_DIV_LOWP_UINT_MAX: return 1.0f - (float)std::numeric_limits<deUint32>::max() / getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_LOWP); in getValue()
460 case SYMBOL_ONE_MINUS_UINT32MAX_DIV_MEDIUMP_UINT_MAX: return 1.0f - (float)std::numeric_limits<deUint32>::max() / getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_MEDIUMP); in getValue()
642 std::vector<BuiltinFuncInfo> funcInfos;
1585 std in init()
[all...]
/third_party/node/deps/cares/
H A Dconfigure2560 as an "x". The following induces an error, until -std is added to get
2563 that is true only with -std. */
2858 namespace std {
2863 using std::exception;
2864 using std::strcmp;
4105 for ac_arg in '' -std=gnu11
4151 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
4197 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4758 for ac_arg in '' -std
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc546 (m.right().ResolvedValue() > std::numeric_limits<int>::min()) && in VisitAddSub()
2415 std::swap(left, right); in VisitWordCompare()
2978 sw.min_value() > std::numeric_limits<int32_t>::min() && in VisitSwitch()
3793 std::swap(left_, right_); in PutOpOnLeft()
3951 return (std::all_of(imms.begin(), imms.end(), std::logical_not<uint8_t>())); in isSimdZero()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc2472 std(scratch, MemOperand(sp)); in CallRecordWriteStub()
2498 std(scratch, MemOperand(sp, 0)); in CallRecordWriteStub()
2523 std(scratch, MemOperand(sp, 0)); in CallRecordWriteStub()
2548 std(src, MemOperand(sp, 0)); in CallRecordWriteStub()
3218 V(StoreU64, std, stdx) \ in CallRecordWriteStub()
3584 std(val, MemOperand(sp)); in CallRecordWriteStub()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp212 std::mutex m_Mutex;
237 If providing your own implementation, you need to implement a subset of std::atomic.
240 #define D3D12MA_ATOMIC_UINT32 std::atomic<UINT>
244 #define D3D12MA_ATOMIC_UINT64 std::atomic<UINT64>
748 Dynamically resizing continuous array. Class with interface similar to std::vector.
1448 new(result)T(std::forward<Types>(args)...); // Explicit constructor call. in Alloc()
1458 new(result)T(std::forward<Types>(args)...); // Explicit constructor call. in Alloc()
5403 return m_Allocator.Alloc(std::forward<Types>(args)...);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp263 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()
3401 std::unique_ptr<Dependence>
3414 return std::make_unique<Dependence>(Src, Dst); in depends()
3429 return std::make_unique<Dependence>(Src, Dst); in depends()
3776 return std::make_unique<FullDependence>(std::move(Result)); in depends()
H A DConstantFolding.cpp2111 APFloat((float)std::pow((float)Op1V, in ConstantFoldScalarCall2()
2115 APFloat((float)std::pow((float)Op1V, in ConstantFoldScalarCall2()
2119 APFloat((double)std::pow((double)Op1V, in ConstantFoldScalarCall2()
/third_party/ffmpeg/
H A Dconfigure4581 -std=c*) ;;
4625 -std=c99) echo -Qstd=c99 ;;
4673 -std=c99) echo -xc99 ;;
4763 _ldflags='-std=c99'
5385 check_cxxflags -std=c++11 || check_cxxflags -std=c++0x
5387 # some compilers silently accept -std=c11, so we also need to check that the
5389 test_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L" &&
5390 add_cflags -std=c11 ||
5391 check_cflags -std
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc533 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
534 : AssemblerBase(options, std::move(buffer)), in Assembler()
3545 std::swap(vn, vm); in vsel()
3546 std::swap(n, m); in vsel()
3577 std::swap(vn, vm); in vsel()
3578 std::swap(n, m); in vsel()
5191 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer()
5200 std::unique_ptr<AssemblerBuffer> new_buffer = buffer_->Grow(new_size); in GrowBuffer()
5214 buffer_ = std::move(new_buffer); in GrowBuffer()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc144 v8::RegisterExtension(std::make_unique<GCExtension>(GCFunctionName())); in InitializeOncePerProcess()
145 v8::RegisterExtension(std::make_unique<ExternalizeStringExtension>()); in InitializeOncePerProcess()
146 v8::RegisterExtension(std::make_unique<StatisticsExtension>()); in InitializeOncePerProcess()
147 v8::RegisterExtension(std::make_unique<TriggerFailureExtension>()); in InitializeOncePerProcess()
148 v8::RegisterExtension(std::make_unique<IgnitionStatisticsExtension>()); in InitializeOncePerProcess()
151 std::make_unique<CpuTraceMarkExtension>(FLAG_expose_cputracemark_as)); in InitializeOncePerProcess()
155 std::make_unique<VTuneDomainSupportExtension>("vtunedomainmark")); in InitializeOncePerProcess()
2839 factory->NewNumber(std::sqrt(0.5))); in InitializeGlobal()
2841 factory->NewNumber(std::sqrt(2.0))); in InitializeGlobal()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp45 using std::vector;
46 using std::map;
3785 std::string nameString(name);
3799 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3819 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3905 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3943 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3982 std::vector<sglr::UniformSlot>& uniforms = shaderProg->m_program->m_uniforms;
4335 std::vector<rr::VertexAttrib> vertexAttribs;
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp1818 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in writeSimple() local
1819 getSimpleRulesNear(time, initial, std, dst, status); in writeSimple()
1821 LocalPointer<AnnualTimeZoneRule> lpStd(std); in writeSimple()
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp1818 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in writeSimple() local
1819 getSimpleRulesNear(time, initial, std, dst, status); in writeSimple()
1821 LocalPointer<AnnualTimeZoneRule> lpStd(std); in writeSimple()
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1865 std::unique_ptr<base::ScopedVector<char>> buffer; in TransitionToDataProperty()
2126 std::min(NumberOfOwnDescriptors(), other.NumberOfOwnDescriptors()); in EquivalentToForTransition()
2183 slack = std::min(slack, map.UnusedPropertyFields()); in ComputeMinObjectSlack()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp35 const std::shared_ptr<vk::dbg::Context> &dbgctx) in SpirvShader()
63 std::unordered_set<Object::ID> interfaceIds; in robustBufferAccess()
460 static constexpr std::pair<const char *, Extension::Name> extensionsByName[] = { in robustBufferAccess()
461 { "GLSL.std.450", Extension::GLSLstd450 }, in robustBufferAccess()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs4 use std::ffi::CStr;
5 use std::ffi::CString;
6 use std::str;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp57 using namespace std;
1636 std::ostringstream msg;
2229 const std::vector<VkViewport> viewports (1, makeViewport(renderSize)); in run()
2230 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in run()
2241 viewports, // const std::vector<VkViewport>& viewports in run()
2242 scissors, // const std::vector<VkRect2D>& scissors in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp57 using namespace std;
1636 std::ostringstream msg;
2229 const std::vector<VkViewport> viewports (1, makeViewport(renderSize)); in run()
2230 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in run()
2241 viewports, // const std::vector<VkViewport>& viewports in run()
2242 scissors, // const std::vector<VkRect2D>& scissors in run()

Completed in 121 milliseconds

1...<<791792793794795796797798799800>>...810