/third_party/boost/boost/mpi/collectives/ |
D | gather.hpp | 121 gather(const communicator& comm, const T& in_value, T* out_values, int root) in gather() function 128 void gather(const communicator& comm, const T& in_value, int root) in gather() function 136 gather(const communicator& comm, const T& in_value, std::vector<T>& out_values, in gather() function 148 gather(const communicator& comm, const T* in_values, int n, T* out_values, in gather() function 157 gather(const communicator& comm, const T* in_values, int n, in gather() function 167 void gather(const communicator& comm, const T* in_values, int n, int root) in gather() function
|
/third_party/boost/boost/algorithm/ |
D | gather.hpp | 87 std::pair<BidirectionalIterator, BidirectionalIterator> gather in gather() function 111 gather ( in gather() function
|
/third_party/boost/boost/compute/algorithm/ |
D | gather.hpp | 72 inline void gather(MapIterator first, in gather() function
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | gather.hpp | 72 inline void gather(MapIterator first, in gather() function
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_gather.cc | 35 auto gather = std::make_shared<Gather>(); in TEST_F() local
|
/third_party/python/Lib/curses/ |
D | textpad.py | 160 def gather(self): member in Textbox
|
/third_party/boost/libs/mpi/src/python/ |
D | collectives.cpp | 66 object gather(const communicator& comm, object value, int root) in gather() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrTextureOpList.cpp | 245 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipMapped) { in gatherProxyIntervals() local
|
D | GrRenderTargetOpList.cpp | 679 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipMapped) { in gatherProxyIntervals() local
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
D | writer.go | 654 func gather(nodes []node) node { func
|
/third_party/flutter/skia/src/shaders/ |
D | SkImageShader.cpp | 372 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in doStages() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int… in gather() function
|
/third_party/python/Lib/asyncio/ |
D | tasks.py | 678 def gather(*coros_or_futures, return_exceptions=False): function
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 229 bool gather; member in sw::Sampler
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 135 gather = P.Gather() variable
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.cpp | 937 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipmapped) { in gatherProxyIntervals() local
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 428 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in doStages() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather() function in ScalarizerVisitor
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 745 bool gather = state.textureFilter == FILTER_GATHER; in sampleQuad2D() local 1215 bool gather = state.textureFilter == FILTER_GATHER; in sampleFloat2D() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 454 bool gather = (state.textureFilter == FILTER_GATHER); in sampleQuad2D() local 900 bool gather = (state.textureFilter == FILTER_GATHER); in sampleFloat2D() local
|
/third_party/mindspore/mindspore/lite/mindir/src/ |
D | mindir_nnrt_lite_graph_to_model.cc | 621 Gather gather{}; in ConvertGather() local
|
/third_party/skia/src/core/ |
D | SkVM.h | 930 Color gather(PixelFormat f, Uniform u, I32 index) { in abs() function 1315 SI Color gather(PixelFormat f, UPtr p, int off, I32 ix) { return ix->gather(f,p,off,ix); } in gather() function 1316 SI Color gather(PixelFormat f, Uniform u , I32 ix) { return ix->gather(f,u,ix); } in gather() function
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_tasks.py | 3393 async def gather(): function 3506 async def gather(): function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 254 GList *gather; member
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.hpp | 775 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNd… in gather() function in tcu::TextureCube
|