/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area_sph_geo.cpp | 212 ct area2 = bg::area(geometry); in test_spherical_geo() local 236 ct area2 = bg::area(geometry); in test_spherical_geo() local 263 ct area2 = bg::area(geometry); in test_spherical_geo() local 301 ct area2 = bg::area(geometry); in test_spherical_geo() local 339 ct area2 = bg::area(geometry); in test_spherical_geo() local
|
D | area.cpp | 99 ct area2 = bg::area(ccw_polygon); in test_ccw() local 138 ct area2 = bg::area(polygon); in test_poles_ccw() local
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi.cpp | 27 #define TEST_DIFFERENCE(caseid, clips1, area1, clips2, area2, clips3) \ argument 32 #define TEST_DIFFERENCE_IGNORE(caseid, clips1, area1, clips2, area2, clips3) \ argument 39 clips2, area2, clips3) \ argument
|
D | difference.cpp | 39 #define TEST_DIFFERENCE(caseid, clips1, area1, clips2, area2, clips3) \ argument 44 #define TEST_DIFFERENCE_WITH(caseid, clips1, area1, clips2, area2, clips3) \ argument
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | traverse_ccw.cpp | 224 T area2 = intersect<counter, counter>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon() local 252 T area2 = intersect<box, counter>(wkt1, wkt2, name + "_bp", ov::operation_intersection); in test_box_polygon() local
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes1.ts | 34 function area2(s: Shape) { function
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminatedUnionTypes1.js | 35 function area2(s: Shape) { function
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | iou_impl.cu | 52 …float area2 = (location_coordinate[1][2] - location_coordinate[1][0] + offset) * (location_coordin… in IOUKernel() local
|
D | nms_with_mask_impl.cu | 92 …T area2 = (output[box_B_start + 2] - output[box_B_start + 0]) * (output[box_B_start + 3] - output[… in IouDecision() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | iou_cpu_kernel.cc | 87 T area2 = (gt_boxes[idx2 + X1_SHIFT] - gt_boxes[idx2] + ONE) * in Launch() local
|
D | nms_with_mask_cpu_kernel.cc | 150 T area2 = (output[box_B_start + X2_OFFSET] - output[box_B_start + X1_OFFSET]) * in IouDecision() local
|
/third_party/ffmpeg/libavcodec/ |
D | intrax8dsp.c | 44 #define area2 (8) macro
|