Home
last modified time | relevance | path

Searched defs:area2 (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/area/
Darea_sph_geo.cpp212 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
Darea.cpp99 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/
Ddifference_multi.cpp27 #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
Ddifference.cpp39 #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/
Dtraverse_ccw.cpp224 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/
DdiscriminatedUnionTypes1.ts34 function area2(s: Shape) { function
/third_party/typescript/tests/baselines/reference/
DdiscriminatedUnionTypes1.js35 function area2(s: Shape) { function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Diou_impl.cu52 …float area2 = (location_coordinate[1][2] - location_coordinate[1][0] + offset) * (location_coordin… in IOUKernel() local
Dnms_with_mask_impl.cu92 …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/
Diou_cpu_kernel.cc87 T area2 = (gt_boxes[idx2 + X1_SHIFT] - gt_boxes[idx2] + ONE) * in Launch() local
Dnms_with_mask_cpu_kernel.cc150 T area2 = (output[box_B_start + X2_OFFSET] - output[box_B_start + X1_OFFSET]) * in IouDecision() local
/third_party/ffmpeg/libavcodec/
Dintrax8dsp.c44 #define area2 (8) macro