/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area_sph_geo.cpp | 210 ct area1 = bg::area(geometry); in test_spherical_geo() local 234 ct area1 = bg::area(geometry); in test_spherical_geo() local 261 ct area1 = bg::area(geometry); in test_spherical_geo() local 299 ct area1 = bg::area(geometry); in test_spherical_geo() local 337 ct area1 = bg::area(geometry); in test_spherical_geo() local
|
D | area.cpp | 97 ct area1 = bg::area(ccw_polygon); in test_ccw() local 136 ct area1 = 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 38 #define TEST_DIFFERENCE_WITH(index1, index2, caseid, clips1, area1, \ 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 | 223 T area1 = intersect<clock, clock>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon() local 251 T area1 = intersect<box, clock>(wkt1, wkt2, name + "_bp", ov::operation_intersection); in test_box_polygon() local
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes1.ts | 19 function area1(s: Shape) { function
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminatedUnionTypes1.js | 20 function area1(s: Shape) { function
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | iou_impl.cu | 50 …float area1 = (location_coordinate[0][2] - location_coordinate[0][0] + offset) * (location_coordin… in IOUKernel() local
|
D | nms_with_mask_impl.cu | 91 …T area1 = (output[box_A_start + 2] - output[box_A_start + 0]) * (output[box_A_start + 3] - output[… in IouDecision() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | iou_cpu_kernel.cc | 85 T area1 = (anchor_boxes[idx1 + X1_SHIFT] - anchor_boxes[idx1] + ONE) * in Launch() local
|
D | nms_with_mask_cpu_kernel.cc | 148 T area1 = (output[box_A_start + X2_OFFSET] - output[box_A_start + X1_OFFSET]) * in IouDecision() local
|
/third_party/ffmpeg/libavcodec/ |
D | intrax8dsp.c | 43 #define area1 (0) macro
|