Home
last modified time | relevance | path

Searched refs:offset3 (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/dports/databases/grass7/grass-7.8.6/lib/dspf/
H A Dcube_io.c54 Buffer[offset3++] = Poly_info->v1[0]; in write_cube()
55 Buffer[offset3++] = Poly_info->v1[1]; in write_cube()
56 Buffer[offset3++] = Poly_info->v1[2]; in write_cube()
57 Buffer[offset3++] = Poly_info->v2[0]; in write_cube()
58 Buffer[offset3++] = Poly_info->v2[1]; in write_cube()
59 Buffer[offset3++] = Poly_info->v2[2]; in write_cube()
60 Buffer[offset3++] = Poly_info->v3[0]; in write_cube()
61 Buffer[offset3++] = Poly_info->v3[1]; in write_cube()
62 Buffer[offset3++] = Poly_info->v3[2]; in write_cube()
63 Buffer[offset3++] = Poly_info->n1[0]; in write_cube()
[all …]
/dports/games/scorched3d/scorched/src/client/land/
H A DLandSurround.cpp77 Vector offset3(width + map.getMapWidth() * 2, height + map.getMapWidth() * 2, 0); in generateVerts() local
78 hMapBoxVerts_[4] = Vector(centre[0] - offset3[0], centre[1] - offset3[1], 0.0f); in generateVerts()
79 hMapBoxVerts_[5] = Vector(centre[0] - offset3[0], centre[1] + offset3[1], 0.0f); in generateVerts()
80 hMapBoxVerts_[6] = Vector(centre[0] + offset3[0], centre[1] + offset3[1], 0.0f); in generateVerts()
81 hMapBoxVerts_[7] = Vector(centre[0] + offset3[0], centre[1] - offset3[1], 0.0f); in generateVerts()
83 hMapBoxVerts_[8] = Vector(centre[0] - offset2[0], centre[1] - offset3[1], 0.0f); in generateVerts()
84 hMapBoxVerts_[9] = Vector(centre[0] - offset2[0], centre[1] + offset3[1], 0.0f); in generateVerts()
85 hMapBoxVerts_[10] = Vector(centre[0] + offset2[0], centre[1] + offset3[1], 0.0f); in generateVerts()
86 hMapBoxVerts_[11] = Vector(centre[0] + offset2[0], centre[1] - offset3[1], 0.0f); in generateVerts()
88 hMapBoxVerts_[12] = Vector(centre[0] - offset3[0], centre[1] - offset2[1], 0.0f); in generateVerts()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dagast_score.cpp105 short offset3 = (short) pixel[3]; in agast_cornerScore() local
128 if(ptr[offset3] > cb) in agast_cornerScore()
2180 short offset3 = (short) pixel[3]; in agast_cornerScore() local
2275 if(ptr[offset3] > cb) in agast_cornerScore()
3272 if(ptr[offset3] > cb) in agast_cornerScore()
3392 short offset3 = (short) pixel[3]; in agast_cornerScore() local
9038 if(ptr[offset3] > cb) in agast_cornerScore()
9152 if(ptr[offset3] < c_b) in agast_cornerScore()
9253 if(ptr[offset3] > cb) in agast_cornerScore()
9299 if(ptr[offset3] > cb) in agast_cornerScore()
[all …]
H A Dagast.cpp79 short offset3 = (short) pixel_5_8_[3]; in AGAST_5_8() local
104 if(ptr[offset3] > cb) in AGAST_5_8()
185 if(ptr[offset3] < c_b) in AGAST_5_8()
219 if(ptr[offset3] < c_b) in AGAST_5_8()
320 if(ptr[offset3] > cb) in AGAST_5_8()
366 if(ptr[offset3] > cb) in AGAST_5_8()
396 if(ptr[offset3] < c_b) in AGAST_5_8()
441 if(ptr[offset3] > cb) in AGAST_5_8()
669 if(ptr[offset3] > cb) in AGAST_5_8()
715 if(ptr[offset3] > cb) in AGAST_5_8()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/darktable/src/common/
H A Dbilateral.c284 buf[index] = w1 * buf[index + offset3] + w2 * buf[index + 2 * offset3]; in blur_line_z()
285 index += offset3; in blur_line_z()
288 index += offset3; in blur_line_z()
293 index += offset3; in blur_line_z()
299 index += offset3; in blur_line_z()
301 index += offset3; in blur_line_z()
323 index += offset3; in blur_line()
326 index += offset3; in blur_line()
332 index += offset3; in blur_line()
338 index += offset3; in blur_line()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dbilateral.c277 buf[index] = w1 * buf[index + offset3] + w2 * buf[index + 2 * offset3]; in blur_line_z()
278 index += offset3; in blur_line_z()
281 index += offset3; in blur_line_z()
286 index += offset3; in blur_line_z()
292 index += offset3; in blur_line_z()
294 index += offset3; in blur_line_z()
321 index += offset3; in blur_line()
324 index += offset3; in blur_line()
330 index += offset3; in blur_line()
336 index += offset3; in blur_line()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dbilateral.c279 buf[index] = w1 * buf[index + offset3] + w2 * buf[index + 2 * offset3]; in blur_line_z()
280 index += offset3; in blur_line_z()
283 index += offset3; in blur_line_z()
288 index += offset3; in blur_line_z()
294 index += offset3; in blur_line_z()
296 index += offset3; in blur_line_z()
323 index += offset3; in blur_line()
326 index += offset3; in blur_line()
332 index += offset3; in blur_line()
338 index += offset3; in blur_line()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/src/
H A Dagast_2d.cpp388 offset3 = offset[3]; in AgastDetector7_12s_detect()
522 if (p[offset3] > cb) in AgastDetector7_12s_detect()
2457 std::int_fast16_t offset3, in AgastDetector7_12s_is_a_corner() argument
3582 offset3 = offset[3]; in AgastDetector5_8_detect()
3606 if (p[offset3] > cb) in AgastDetector5_8_detect()
3867 if (p[offset3] > cb) in AgastDetector5_8_detect()
3942 if (p[offset3] > cb) in AgastDetector5_8_detect()
4215 if (p[offset3] > cb) in AgastDetector5_8_detect()
4338 if (p[offset3] > cb) in AgastDetector5_8_is_a_corner()
4420 if (p[offset3] > cb) in AgastDetector5_8_is_a_corner()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkGaussianSpatialObjectTest.cxx138 GaussianType::TransformType::OffsetType offset3; in itkGaussianSpatialObjectTest() local
139 offset3 = myGaussian2->GetObjectToParentTransform()->GetOffset(); in itkGaussianSpatialObjectTest()
141 if( itk::Math::NotAlmostEquals(offset3[0], offset15-offset10) in itkGaussianSpatialObjectTest()
142 || itk::Math::NotAlmostEquals(offset3[1], offset15-offset10) in itkGaussianSpatialObjectTest()
143 || itk::Math::NotAlmostEquals(offset3[2], offset15-offset10) in itkGaussianSpatialObjectTest()
144 || itk::Math::NotAlmostEquals(offset3[3], offset15-offset10) in itkGaussianSpatialObjectTest()
147 std::cout<<"[FAILED] : " << offset3 << " != [5.0,5.0,5.0,5.0]" << std::endl; in itkGaussianSpatialObjectTest()
H A DitkEllipseSpatialObjectTest.cxx116 EllipseType::TransformType::OffsetType offset3; in itkEllipseSpatialObjectTest() local
117 offset3 = myEllipse2->GetModifiableObjectToParentTransform()->GetOffset(); in itkEllipseSpatialObjectTest()
119 if( (itk::Math::NotExactlyEquals(offset3[0],5)) in itkEllipseSpatialObjectTest()
120 || (itk::Math::NotExactlyEquals(offset3[1],5)) in itkEllipseSpatialObjectTest()
121 ||(itk::Math::NotExactlyEquals(offset3[2],5)) in itkEllipseSpatialObjectTest()
122 ||(itk::Math::NotExactlyEquals(offset3[3],5)) in itkEllipseSpatialObjectTest()
/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Dbilateral.cl203 const int offset3,
218 obuf[index] = w1*ibuf[index + offset3] + w2*ibuf[index + 2*offset3];
219 index += offset3;
222 index += offset3;
229 index += offset3;
235 index += offset3;
245 const int offset3,
261 index += offset3;
264 index += offset3;
271 index += offset3;
[all …]
/dports/graphics/darktable38/darktable-3.8.0/data/kernels/
H A Dbilateral.cl203 const int offset3,
218 obuf[index] = w1*ibuf[index + offset3] + w2*ibuf[index + 2*offset3];
219 index += offset3;
222 index += offset3;
229 index += offset3;
235 index += offset3;
245 const int offset3,
261 index += offset3;
264 index += offset3;
271 index += offset3;
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmScript/Widgets/
H A DTextField.c138 int offset,offset2,offset3; in DrawTextField() local
158 if(offset3 == l) in DrawTextField()
163 offset, offset2, offset3); in DrawTextField()
192 offset3 = nl; in DrawTextField()
205 right = offset3; in DrawTextField()
207 right - offset3) <= in DrawTextField()
215 right - offset3) > in DrawTextField()
229 if(right < offset3) in DrawTextField()
230 right = offset3; in DrawTextField()
261 offset - offset3); in DrawTextField()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmScript/Widgets/
H A DTextField.c143 int offset,offset2,offset3; in DrawTextField() local
163 if(offset3 == l) in DrawTextField()
167 offset, offset2, offset3); in DrawTextField()
197 offset3 = nl; in DrawTextField()
211 right = offset3; in DrawTextField()
213 right - offset3) <= in DrawTextField()
221 right - offset3) > in DrawTextField()
235 if(right < offset3) in DrawTextField()
236 right = offset3; in DrawTextField()
267 offset - offset3); in DrawTextField()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc172 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
173 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
177 EXPECT_EQ(0u, offset3); in TEST_F()
311 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
312 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
321 EXPECT_EQ(0u, offset3); in TEST_F()
397 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
398 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
402 EXPECT_EQ(kSize, offset3); in TEST_F()
438 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc172 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
173 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
177 EXPECT_EQ(0u, offset3); in TEST_F()
311 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
312 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
321 EXPECT_EQ(0u, offset3); in TEST_F()
397 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
398 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); in TEST_F()
402 EXPECT_EQ(kSize, offset3); in TEST_F()
438 unsigned int offset3 = 0xFFFFFFFFU; in TEST_F() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetMaxCallTargetOffsetTest.java54 long offset3 = CompilerToVMHelper.getMaxCallTargetOffset(1000000L); in runTest() local
55 Asserts.assertNE(offset3, 0L, in runTest()
58 Asserts.assertFalse(offset1 == offset2 && offset2 == offset3, in runTest()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/yuvcorrect/
H A Dyuvcorrect_tune.c297 offset3=length_y>>1; in add_reference_part()
302 u_c_p_frame-=offset3; in add_reference_part()
303 u_c_p_ref -=offset3; in add_reference_part()
324 offset3=3*length_y; in add_reference_part()
325 offset4=offset3>>1; in add_reference_part()
326 u_c_p_frame+=offset3; in add_reference_part()
327 u_c_p_ref +=offset3; in add_reference_part()
353 offset4=offset3>>1; in add_reference_part()
354 u_c_p_frame+=offset3; in add_reference_part()
355 u_c_p_ref +=offset3; in add_reference_part()
[all …]

12345678910>>...36