Searched defs:op_index (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | traversal_ring_creator.hpp | 350 for (int op_index = 0; op_index < 2; op_index++) in iterate() local 396 int op_index = forward ? 0 : 1; in iterate_with_preference() local
|
D | check_enrich.hpp | 74 int op_index, int cycle, int start, operation_type for_operation, in check_detailed()
|
D | traversal_switch_detector.hpp | 385 for (int op_index = 0; op_index < 2; op_index++) in assign_isolation() local 557 for (int op_index = 0; op_index < 2; op_index++) in create_region() local 601 for (int op_index = 0; op_index < 2; op_index++) in iterate() local
|
D | cluster_exits.hpp | 62 int op_index; member
|
D | enrich_intersection_points.hpp | 314 std::size_t op_index = 0; in create_map() local
|
D | handle_colocations.hpp | 83 signed_size_type op_index; // only 0,1 member
|
/third_party/mindspore/mindspore/lite/src/ |
D | kernel_registry.cc | 96 int op_index = static_cast<int>(desc.type); in GetCreatorFuncIndex() local
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 409 unsigned int op_index; /* index into the list of operations for the op in test_epoll_ctl() local
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.c | 1461 const int op_index = FFMIN(lowres, 3); in hpel_motion_lowres() local 1514 const int op_index = FFMIN(lowres-1+s->chroma_x_shift, 3); in mpeg_motion_lowres() local 1644 const int op_index = FFMIN(lowres, 3); in chroma_4mv_motion_lowres() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 709 parse_base_offset(opt_ctx& ctx, Instruction* instr, unsigned op_index, Temp* base, uint32_t* offset, in parse_base_offset()
|