Home
last modified time | relevance | path

Searched defs:right_x (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dcheck_valid_impl.cu24 const size_t right_x = i * 4 + 2; in CheckValidKernel() local
43 const size_t right_x = i * 4 + 2; in CheckValidKernel() local
Dboundingbox_encode_impl.cu26 const size_t right_x = i * 4 + 2; in BoundingBoxEncodeKernel() local
Dboundingbox_decode_impl.cu27 const size_t right_x = i * 4 + 2; in BoundingBoxDecodeKernel() local
/third_party/boost/libs/coroutine/example/asymmetric/
Dsame_fringe.cpp115 node::ptr_t right_x(create_right_tree_from("x")); in main() local
147 node::ptr_t right_x(create_right_tree_from("x")); in main() local
/third_party/boost/libs/coroutine2/example/
Dsame_fringe.cpp93 node::ptr_t right_x(create_right_tree_from("x")); in main() local
150 node::ptr_t right_x(create_right_tree_from("x")); in main() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcheck_valid_cpu_kernel.cc55 const size_t right_x = i * 4 + 2; in Launch() local
Dboundingbox_encode_cpu_kernel.cc92 const size_t right_x = i * 4 + 2; in Launch() local
Dboundingbox_decode_cpu_kernel.cc105 const size_t right_x = i * 4 + 2; in Launch() local
/third_party/pixman/pixman/
Dpixman-gradient-walker.c57 int64_t x, left_x, right_x; in gradient_walker_reset() local
Dpixman-private.h352 pixman_fixed_48_16_t right_x; member
/third_party/alsa-utils/alsamixer/
Dmixer_display.c111 unsigned int right_x, i; in init_mixer_layout() local
/third_party/boost/boost/multi_index/detail/
Dord_index_impl.hpp1014 index_node_type* right_x=index_node_type::from_impl(x->right()); in invariant_() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2881 const glw::GLubyte* right_data, GLuint right_x, GLuint right_y, GLuint right_layer, in compareImages()