Home
last modified time | relevance | path

Searched refs:std (Results 19926 - 19950 of 20229) sorted by relevance

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp60 : attributes(std::min<size_t>(maxAttribs, gl::MAX_VERTEX_ATTRIBS)), in VertexArrayStateGL()
61 bindings(std::min<size_t>(maxBindings, gl::MAX_VERTEX_ATTRIBS)) in VertexArrayStateGL()
2554 std::string localName = "mBuffers[" + ToString(bindingType) + "]";
2579 void StateManagerGL::get(GLenum name, std::array<bool, 4> *values)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1252 std::swap(TBB, FBB); in SelectBranch()
1284 std::swap(TBB, FBB); in SelectBranch()
1322 std::swap(TBB, FBB); in SelectBranch()
2948 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/third_party/rust/crates/syn/src/
H A Dexpr.rs7 use std::fmt::{self, Display};
8 use std::hash::{Hash, Hasher};
10 use std::mem;
175 /// A path like `std::mem::replace` possibly containing generic
533 /// A path like `std::mem::replace` possibly containing generic
1023 use std::cmp::Ordering;
1062 /// # impl std::ops::Deref for S {
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc322 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
323 : AssemblerBase(options, std::move(buffer)), in Assembler()
331 xdata_encoder_ = std::make_unique<win64_unwindinfo::XdataEncoder>(*this); in Assembler()
665 using unresolved_info_it = std::multimap<int, FarBranchInfo>::iterator; in DeleteUnresolvedBranchInfoForLabelTraverse()
666 std::pair<unresolved_info_it, unresolved_info_it> range; in DeleteUnresolvedBranchInfoForLabelTraverse()
4285 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer()
4294 std::unique_ptr<AssemblerBuffer> new_buffer = buffer_->Grow(new_size); in GrowBuffer()
4307 buffer_ = std::move(new_buffer); in GrowBuffer()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_cfg_test.cc31 std::string Dump(const std::vector<uint32_t>& v) { in Dump()
32 std::ostringstream o; in Dump()
45 std::string CommonTypes() { in CommonTypes()
2852 << *fe.GetBlockInfo(50) << std::endl in TEST_F()
2853 << *fe.GetBlockInfo(20) << std::endl in TEST_F()
2890 << *fe.GetBlockInfo(50) << std::endl in TEST_F()
2891 << *fe.GetBlockInfo(20) << std::endl in TEST_F()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-fp-aarch64.cc4675 double expected_scvtf = expected_scvtf_base / std::pow(2, fbits);
4676 double expected_ucvtf = expected_ucvtf_base / std::pow(2, fbits);
4683 double expected_scvtf = expected_scvtf_base / std::pow(2, fbits);
4684 double expected_ucvtf = expected_ucvtf_base / std::pow(2, fbits);
4830 float expected_scvtf = expected_scvtf_base / std::pow(2.0f, fbits);
4831 float expected_ucvtf = expected_ucvtf_base / std::pow(2.0f, fbits);
4838 float expected_scvtf = expected_scvtf_base / std::pow(2.0f, fbits);
4839 float expected_ucvtf = expected_ucvtf_base / std::pow(2.0f, fbits);
/third_party/backends/backend/genesys/
H A Dtables_frontend.cpp27 StaticInit<std::vector<Genesys_Frontend>> s_frontends;
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp270 data_[i] = std::tanh(a.get(i));
/third_party/littlefs/
H A DMakefile65 CFLAGS += -std=c99 -Wall -Wextra -pedantic
/third_party/node/deps/v8/tools/
H A Dcallstats.py341 stddev = numpy.std(data, ddof=1)
/third_party/ninja/src/
H A Dmanifest_parser_test.cc24 using namespace std;
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp270 data_[i] = std::tanh(a.get(i));
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h70 #define __uuidof(T) __mesa_emulated_uuidof<typename std::decay<T>::type>()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc469 static_assert(std::is_same<Descriptor, in CallReceiver()
H A Dbuiltins-temporal.cc482 DCHECK(std::isfinite(number->Number())); \
/third_party/node/deps/v8/src/objects/
H A Dtransitions.cc371 new_capacity = std::min({kMaxCachedPrototypeTransitions, new_capacity}); in GrowPrototypeTransitionArray()
H A Dshared-function-info-inl.h850 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> in InitAfterBytecodeFlush()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc116 std::cerr << "Maglev: Can't compile, bytecode " #BytecodeName \
/third_party/musl/
H A Dconfigure350 tryflag CFLAGS_C99FSE -std=c99
542 # Even with -std=c99, gcc accepts some constructs which are constraint
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dcheck.rs10 use std::fmt::Display;
171 cx.error(ptr, "std::shared_ptr<std::vector> is not supported yet"); in check_type_shared_ptr()
192 cx.error(ptr, "std::weak_ptr<std::vector> is not supported yet"); in check_type_weak_ptr()
/third_party/rust/crates/cxx/syntax/
H A Dcheck.rs10 use std::fmt::Display;
171 cx.error(ptr, "std::shared_ptr<std::vector> is not supported yet"); in check_type_shared_ptr()
192 cx.error(ptr, "std::weak_ptr<std::vector> is not supported yet"); in check_type_weak_ptr()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dcheck.rs10 use std::fmt::Display;
171 cx.error(ptr, "std::shared_ptr<std::vector> is not supported yet"); in check_type_shared_ptr()
192 cx.error(ptr, "std::weak_ptr<std::vector> is not supported yet"); in check_type_weak_ptr()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcheck.rs10 use std::fmt::Display;
171 cx.error(ptr, "std::shared_ptr<std::vector> is not supported yet"); in check_type_shared_ptr()
192 cx.error(ptr, "std::weak_ptr<std::vector> is not supported yet"); in check_type_weak_ptr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp33 using namespace std;
387 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
438 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
519 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
620 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
729 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
844 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
939 << "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
1111 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initPrograms()
1232 "%1 = OpExtInstImport \"GLSL.std in initPrograms()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0.cpp207 std::vector<GLfloat> paramsf(numParams, 0); in getFixedv()

Completed in 85 milliseconds

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