/third_party/boost/boost/graph/ |
D | adjacency_matrix.hpp | 670 template < typename D, typename VP, typename EP, typename GP, typename A > 671 std::pair< typename adjacency_matrix< D, VP, EP, GP, A >::edge_descriptor, 673 edge(typename adjacency_matrix< D, VP, EP, GP, A >::vertex_descriptor u, in edge() argument 674 typename adjacency_matrix< D, VP, EP, GP, A >::vertex_descriptor v, in edge() 675 const adjacency_matrix< D, VP, EP, GP, A >& g) in edge() 678 typename adjacency_matrix< D, VP, EP, GP, A >::edge_descriptor e( in edge() 687 template < typename VP, typename EP, typename GP, typename A > 689 typename adjacency_matrix< directedS, VP, EP, GP, A >::out_edge_iterator, 690 typename adjacency_matrix< directedS, VP, EP, GP, A >::out_edge_iterator > 692 typename adjacency_matrix< directedS, VP, EP, GP, A >::vertex_descriptor u, in out_edges() argument [all …]
|
D | adj_list_serialize.hpp | 30 template < class OEL, class VL, class D, class VP, class EP, class GP, 32 struct tracking_level< boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL > > 40 class GP, class EL > 42 const boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in save() argument 46 typedef adjacency_list< OEL, VL, D, VP, EP, GP, EL > Graph; in save() 78 class GP, class EL > 80 Archive& ar, boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in load() argument 84 typedef adjacency_list< OEL, VL, D, VP, EP, GP, EL > Graph; in load() 119 class GP, class EL > 121 boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in serialize() argument
|
D | adjacency_list_io.hpp | 358 template < class EL, class VL, class D, class VP, class EP, class GP, class VPS, 360 GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VPS, EPS > read( in read() 361 adjacency_list< EL, VL, D, VP, EP, GP >& g, VPS vps, EPS eps) in read() 363 return GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VPS, in read() 368 template < class EL, class VL, class D, class VP, class EP, class GP > 369 GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VP, EP > read( in read() 370 adjacency_list< EL, VL, D, VP, EP, GP >& g) in read() 372 return GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VP, in read() 386 template < class EL, class VL, class D, class VP, class EP, class GP, class VPS, 388 GraphPrinter< adjacency_list< EL, VL, D, VP, EP, GP >, VPS, EPS > write( in write() [all …]
|
D | adjacency_list.hpp | 413 typename GP, typename EL 414 #define ADJLIST adjacency_list< OEL, VL, D, VP, EP, GP, EL > 464 template < typename OEL, typename D, typename VP, typename EP, typename GP, 466 struct graph_mutability_traits< adjacency_list< OEL, vecS, D, VP, EP, GP, EL > >
|
/third_party/boost/boost/signals2/detail/ |
D | auto_buffer.hpp | 1086 template< class T, class SBP, class GP, class A > 1087 inline void swap( auto_buffer<T,SBP,GP,A>& l, auto_buffer<T,SBP,GP,A>& r ) in swap() argument 1092 template< class T, class SBP, class GP, class A > 1093 inline bool operator==( const auto_buffer<T,SBP,GP,A>& l, in operator ==() argument 1094 const auto_buffer<T,SBP,GP,A>& r ) in operator ==() 1101 template< class T, class SBP, class GP, class A > 1102 inline bool operator!=( const auto_buffer<T,SBP,GP,A>& l, in operator !=() argument 1103 const auto_buffer<T,SBP,GP,A>& r ) in operator !=() 1108 template< class T, class SBP, class GP, class A > 1109 inline bool operator<( const auto_buffer<T,SBP,GP,A>& l, in operator <() argument [all …]
|
/third_party/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 66 class GP : public GrGeometryProcessor { in onCreateProgramInfo() class 70 return new (ptr) GP(numAttribs); in onCreateProgramInfo() 85 const GP& gp = args.fGeomProc.cast<GP>(); in onCreateProgramInfo() 102 GP(int numAttribs) : INHERITED(kGP_ClassID), fNumAttribs(numAttribs) { in onCreateProgramInfo() function in __anon02e6c7470111::Op::onCreateProgramInfo::GP 128 GrGeometryProcessor* gp = GP::Make(arena, fNumAttribs); in onCreateProgramInfo()
|
/third_party/flutter/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 58 class GP : public GrGeometryProcessor { in onPrepareDraws() class 60 GP(int numAttribs) : INHERITED(kGP_ClassID), fNumAttribs(numAttribs) { in onPrepareDraws() function in __anonfec91bfc0111::Op::onPrepareDraws::GP 84 const GP& gp = args.fGP.cast<GP>(); in onPrepareDraws() 110 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs)); in onPrepareDraws()
|
/third_party/skia/bench/ |
D | VertexColorSpaceBench.cpp | 36 class GP : public GrGeometryProcessor { class 41 return new (ptr) GP(mode, std::move(colorSpaceXform)); in Make() 53 const GP& gp = geomProc.cast<GP>(); in makeProgramImpl() 59 const GP& gp = args.fGeomProc.cast<GP>(); in makeProgramImpl() 103 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) in GP() function in __anon2e8eb2040111::GP 182 GrGeometryProcessor* gp = GP::Make(arena, fMode, fColorSpaceXform); in onCreateProgramInfo()
|
/third_party/flutter/skia/bench/ |
D | VertexColorSpaceBench.cpp | 36 class GP : public GrGeometryProcessor { class 38 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) in GP() function in __anon2e6ec4190111::GP 63 const GP& gp = args.fGP.cast<GP>(); in createGLSLInstance() 97 const GP& gp = primProc.cast<GP>(); in createGLSLInstance() 163 sk_sp<GrGeometryProcessor> gp(new GP(fMode, fColorSpaceXform)); in onPrepareDraws()
|
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 124 template < class EL, class VL, class D, class VP, class EP, class GP > 125 void test_io(adjacency_list< EL, VL, D, VP, EP, GP >& map, int) in test_io() 127 typedef adjacency_list< EL, VL, D, VP, EP, GP > Map; in test_io() 134 adjacency_list< EL, VL, D, VP, EP, GP > map2; in test_io() 137 adjacency_list< EL, VL, D, VP, EP, GP > >::vertex_iterator v2 in test_io() 143 adjacency_list< EL, VL, D, VP, EP, GP > >::out_edge_iterator e2 in test_io()
|
/third_party/skia/tools/gpu/ |
D | TestOps.cpp | 24 class GP : public GrGeometryProcessor { class 26 GP(const SkMatrix& localMatrix, bool wideColor) in GP() function in __anon351797990111::GP 40 const auto& gp = geomProc.cast<GP>(); in makeProgramImpl() 46 const auto& gp = args.fGeomProc.cast<GP>(); in makeProgramImpl() 134 GP fGP;
|
/third_party/boost/libs/context/src/asm/ |
D | jump_arm64_aapcs_macho_gas.S | 58 ; prepare stack for GP + FPU 106 ; restore stack from GP + FPU
|
D | ontop_arm64_aapcs_macho_gas.S | 58 ; prepare stack for GP + FPU 104 ; restore stack from GP + FPU
|
D | ontop_arm64_aapcs_elf_gas.S | 60 # prepare stack for GP + FPU 106 # restore stack from GP + FPU
|
D | jump_arm64_aapcs_elf_gas.S | 60 # prepare stack for GP + FPU 108 # restore stack from GP + FPU
|
D | ontop_riscv64_sysv_elf_gas.S | 66 # prepare stack for GP + FPU 142 # restore stack from GP + FPU
|
D | jump_riscv64_sysv_elf_gas.S | 66 # prepare stack for GP + FPU 144 # restore stack from GP + FPU
|
D | make_mips64_n64_elf_gas.S | 72 # psudo instruction compute abs address of label finish based on GP
|
D | make_mips32_o32_elf_gas.S | 61 # - 4 bytes to save our GP register used in finish
|
/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_dropoutgrad_reducesum_stitch.py | 21 from mindspore.ops.operations import _grad_ops as GP unknown 35 self.dropout_grad = GP.DropoutGrad(1 - 0.1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.td | 58 def GP : Core<26, "%gp",["%r26"]>, DwarfRegNum<[26]>; 73 R20, R21, R22, R23, R24, R25, GP, FP, SP, ILINK, R30, BLINK)>;
|
D | ARCCallingConv.td | 40 def CSR_ARC : CalleeSavedRegs<(add (sequence "R%u", 13, 25), GP, FP)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.cpp | 177 Reserved.set(Mips::GP); in getReservedRegs() 236 Reserved.set(Mips::GP); in getReservedRegs()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | sw_KE.txt | 21 GP{"Gwadelupe"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | sw_KE.txt | 22 GP{"Gwadelupe"}
|