Home
last modified time | relevance | path

Searched defs:op_index (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dtraversal_ring_creator.hpp350 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
Dcheck_enrich.hpp74 int op_index, int cycle, int start, operation_type for_operation, in check_detailed()
Dtraversal_switch_detector.hpp385 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
Dcluster_exits.hpp62 int op_index; member
Denrich_intersection_points.hpp314 std::size_t op_index = 0; in create_map() local
Dhandle_colocations.hpp83 signed_size_type op_index; // only 0,1 member
/third_party/mindspore/mindspore/lite/src/
Dkernel_registry.cc96 int op_index = static_cast<int>(desc.type); in GetCreatorFuncIndex() local
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c409 unsigned int op_index; /* index into the list of operations for the op in test_epoll_ctl() local
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c1461 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/
Daco_optimizer.cpp709 parse_base_offset(opt_ctx& ctx, Instruction* instr, unsigned op_index, Temp* base, uint32_t* offset, in parse_base_offset()