Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/area/
Darea_sph_geo.cpp210 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
Darea.cpp97 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/
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
38 #define TEST_DIFFERENCE_WITH(index1, index2, caseid, clips1, area1, \ 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.cpp223 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/
DdiscriminatedUnionTypes1.ts19 function area1(s: Shape) { function
/third_party/typescript/tests/baselines/reference/
DdiscriminatedUnionTypes1.js20 function area1(s: Shape) { function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Diou_impl.cu50 …float area1 = (location_coordinate[0][2] - location_coordinate[0][0] + offset) * (location_coordin… in IOUKernel() local
Dnms_with_mask_impl.cu91 …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/
Diou_cpu_kernel.cc85 T area1 = (anchor_boxes[idx1 + X1_SHIFT] - anchor_boxes[idx1] + ONE) * in Launch() local
Dnms_with_mask_cpu_kernel.cc148 T area1 = (output[box_A_start + X2_OFFSET] - output[box_A_start + X1_OFFSET]) * in IouDecision() local
/third_party/ffmpeg/libavcodec/
Dintrax8dsp.c43 #define area1 (0) macro