/third_party/pixman/pixman/ |
D | pixman-gradient-walker.c | 39 walker->right_x = 0x10000; in _pixman_gradient_walker_init() 57 int64_t x, left_x, right_x; in gradient_walker_reset() local 89 right_x = stops[n].x; in gradient_walker_reset() 95 right_x += (pos - x); in gradient_walker_reset() 104 tmp_x = 0x10000 - right_x; in gradient_walker_reset() 105 right_x = 0x10000 - left_x; in gradient_walker_reset() 115 right_x += (pos - x); in gradient_walker_reset() 140 rx = right_x * (1.0f/65536.0f); in gradient_walker_reset() 142 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX) in gradient_walker_reset() 166 walker->right_x = right_x; in gradient_walker_reset() [all …]
|
D | pixman-private.h | 352 pixman_fixed_48_16_t right_x; member
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | boundingbox_encode_impl.cu | 26 const size_t right_x = i * 4 + 2; in BoundingBoxEncodeKernel() local 29 T px = (anchor_box[left_x] + anchor_box[right_x]) * 0.5f; in BoundingBoxEncodeKernel() 31 T pw = anchor_box[right_x] - anchor_box[left_x] + 1.0f; in BoundingBoxEncodeKernel() 34 T gx = (groundtruth_box[left_x] + groundtruth_box[right_x]) * 0.5f; in BoundingBoxEncodeKernel() 36 T gw = groundtruth_box[right_x] - groundtruth_box[left_x] + 1.0f; in BoundingBoxEncodeKernel() 46 deltas[right_x] = (dw - m3) / s3; in BoundingBoxEncodeKernel()
|
D | boundingbox_decode_impl.cu | 27 const size_t right_x = i * 4 + 2; in BoundingBoxDecodeKernel() local 32 T dw = deltas[right_x] * s3 + m3; in BoundingBoxDecodeKernel() 40 T px = (rois[left_x] + rois[right_x]) * 0.5f; in BoundingBoxDecodeKernel() 42 T pw = rois[right_x] - rois[left_x] + 1.0f; in BoundingBoxDecodeKernel() 62 bboxes[right_x] = x2; in BoundingBoxDecodeKernel()
|
D | check_valid_impl.cu | 24 const size_t right_x = i * 4 + 2; in CheckValidKernel() local 30 valid_flag |= !(img_metas[1] * img_metas[2] - static_cast<T>(1.0) >= box[right_x]); in CheckValidKernel() 43 const size_t right_x = i * 4 + 2; in CheckValidKernel() local 47 valid_flag |= !(img_metas[0] * img_metas[2] >= box[right_x] + 1); in CheckValidKernel()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | boundingbox_encode_cpu_kernel.cc | 92 const size_t right_x = i * 4 + 2; in Launch() local 95 T px = (anchor_box[left_x] + anchor_box[right_x]) * HALF; in Launch() 97 T pw = anchor_box[right_x] - anchor_box[left_x] + ONE; in Launch() 100 T gx = (groundtruth_box[left_x] + groundtruth_box[right_x]) * HALF; in Launch() 102 T gw = groundtruth_box[right_x] - groundtruth_box[left_x] + ONE; in Launch() 112 deltas[right_x] = (dw - static_cast<T>(means_[W_INDEX])) / static_cast<T>(stds_[W_INDEX]); in Launch()
|
D | boundingbox_decode_cpu_kernel.cc | 105 const size_t right_x = i * 4 + 2; in Launch() local 110 T dw = deltas[right_x] * static_cast<T>(stds_[W_INDEX]) + static_cast<T>(means_[W_INDEX]); in Launch() 118 T px = (anchor_box[left_x] + anchor_box[right_x]) * HALF; in Launch() 120 T pw = anchor_box[right_x] - anchor_box[left_x] + ONE; in Launch() 140 bboxes[right_x] = x2; in Launch()
|
D | check_valid_cpu_kernel.cc | 55 const size_t right_x = i * 4 + 2; in Launch() local 62 …d_flag || std::less<T>()(img_metas[OFFSET_ONE] * img_metas[OFFSET_TWO] - ONE, anchor_box[right_x]); in Launch()
|
/third_party/boost/libs/coroutine/example/asymmetric/ |
D | same_fringe.cpp | 115 node::ptr_t right_x(create_right_tree_from("x")); in main() local 117 boost::bind(traverse, right_x, _1)); in main() 147 node::ptr_t right_x(create_right_tree_from("x")); in main() local 149 boost::bind(traverse, right_x, _1)); in main()
|
/third_party/boost/libs/coroutine2/example/ |
D | same_fringe.cpp | 93 node::ptr_t right_x(create_right_tree_from("x")); in main() local 117 traverse(right_x,out); in main() 150 node::ptr_t right_x(create_right_tree_from("x")); in main() local 159 traverse(right_x,out); in main()
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_display.c | 111 unsigned int right_x, i; in init_mixer_layout() local 127 right_x = screen_cols - label_width_right - 2; in init_mixer_layout() 128 info_items_width = right_x - info_items_left; in init_mixer_layout() 141 display_string_in_field(1 + i, right_x, labels_right[i], in init_mixer_layout() 143 clickable_set(1 + i, right_x, 1 + i, right_x + label_width_right - 1, in init_mixer_layout()
|
/third_party/boost/boost/multi_index/detail/ |
D | ord_index_impl.hpp | 1014 index_node_type* right_x=index_node_type::from_impl(x->right()); in invariant_() local 1018 (right_x&&right_x->color()==red))return false; in invariant_() 1021 if(right_x&&comp_(key(right_x->value()),key(x->value())))return false; in invariant_() 1022 if(!left_x&&!right_x&& in invariant_()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 137 const glw::GLubyte* right_data, glw::GLuint right_x, glw::GLuint right_y,
|
D | gl4cCopyImageTests.cpp | 2881 const glw::GLubyte* right_data, GLuint right_x, GLuint right_y, GLuint right_layer, in compareImages() argument 2918 const GLuint right_reg_pix_offset = right_pixel_size * right_x; in compareImages() 2959 << ". Right: [" << x + right_x << ", " << y + right_y << ", " << right_layer in compareImages()
|
/third_party/boost/libs/coroutine2/doc/ |
D | motivation.qbk | 420 node::ptr_t right_x(create_right_tree_from("x")); 422 traverse(right_x,out);
|
/third_party/boost/libs/coroutine/doc/ |
D | motivation.qbk | 500 node::ptr_t right_x(create_right_tree_from("x")); 503 traverse(right_x,out);
|