Home
last modified time | relevance | path

Searched refs:pos4 (Results 1 – 25 of 1712) sorted by relevance

12345678910>>...69

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_hash_blake2b.cl415 int pos4;
417 for (pos1 = 0, pos4 = 0; pos1 < limit; pos1 += 128, pos4 += 32)
455 w0[0] = w[pos4 + 0];
456 w0[1] = w[pos4 + 1];
457 w0[2] = w[pos4 + 2];
458 w0[3] = w[pos4 + 3];
459 w1[0] = w[pos4 + 4];
505 int pos4;
507 for (pos1 = 0, pos4 = 0; pos1 < limit; pos1 += 128, pos4 += 32)
788 int pos4;
[all …]
H A Dinc_hash_sha512.cl395 int pos4;
483 int pos4;
655 int pos4;
772 int pos4;
904 int pos4;
992 int pos4;
1164 int pos4;
1281 int pos4;
2630 int pos4;
2718 int pos4;
[all …]
H A Dinc_hash_sha384.cl395 int pos4;
483 int pos4;
655 int pos4;
772 int pos4;
904 int pos4;
992 int pos4;
1164 int pos4;
1281 int pos4;
2414 int pos4;
2502 int pos4;
[all …]
H A Dinc_hash_sha224.cl287 int pos4;
339 int pos4;
443 int pos4;
520 int pos4;
596 int pos4;
648 int pos4;
752 int pos4;
829 int pos4;
1574 int pos4;
1626 int pos4;
[all …]
H A Dinc_hash_md4.cl236 int pos4;
288 int pos4;
392 int pos4;
469 int pos4;
545 int pos4;
597 int pos4;
701 int pos4;
778 int pos4;
1488 int pos4;
1540 int pos4;
[all …]
H A Dinc_hash_sha256.cl287 int pos4;
339 int pos4;
443 int pos4;
520 int pos4;
596 int pos4;
648 int pos4;
752 int pos4;
829 int pos4;
1574 int pos4;
1626 int pos4;
[all …]
H A Dinc_hash_md5.cl272 int pos4;
324 int pos4;
428 int pos4;
505 int pos4;
581 int pos4;
633 int pos4;
737 int pos4;
814 int pos4;
1560 int pos4;
1612 int pos4;
[all …]
H A Dm19200-pure.cl170 int pos4;
172 for (pos1 = 0, pos4 = 0; pos1 < len - 128; pos1 += 128, pos4 += 32)
243 w0[0] = w[pos4 + 0];
244 w0[1] = w[pos4 + 1];
245 w0[2] = w[pos4 + 2];
246 w0[3] = w[pos4 + 3];
247 w1[0] = w[pos4 + 4];
248 w1[1] = w[pos4 + 5];
249 w1[2] = w[pos4 + 6];
250 w1[3] = w[pos4 + 7];
[all …]
H A Dinc_hash_sha1.cl485 int pos4;
537 int pos4;
641 int pos4;
718 int pos4;
794 int pos4;
836 int pos4;
912 int pos4;
964 int pos4;
1068 int pos4;
1145 int pos4;
[all …]
H A Dm10700-pure.cl180 int pos4;
182 for (pos1 = 0, pos4 = 0; pos1 < len - 64; pos1 += 64, pos4 += 16)
204 w0[0] = w[pos4 + 0];
205 w0[1] = w[pos4 + 1];
206 w0[2] = w[pos4 + 2];
207 w0[3] = w[pos4 + 3];
208 w1[0] = w[pos4 + 4];
413 int pos4;
415 for (pos1 = 0, pos4 = 0; pos1 < len - 128; pos1 += 128, pos4 += 32)
706 int pos4;
[all …]
H A Dinc_hash_ripemd160.cl370 int pos4;
422 int pos4;
526 int pos4;
603 int pos4;
679 int pos4;
731 int pos4;
835 int pos4;
912 int pos4;
1757 int pos4;
1809 int pos4;
[all …]
H A Dinc_hash_whirlpool.cl891 int pos4;
943 int pos4;
1047 int pos4;
1124 int pos4;
1200 int pos4;
1252 int pos4;
1356 int pos4;
1433 int pos4;
2294 int pos4;
2346 int pos4;
[all …]
/dports/math/cglm/cglm-0.8.4/include/cglm/clipspace/
H A Dproject_no.h72 CGLM_ALIGN(16) vec4 pos4; in glm_project_no()
74 glm_vec4(pos, 1.0f, pos4); in glm_project_no()
76 glm_mat4_mulv(m, pos4, pos4); in glm_project_no()
77 glm_vec4_scale(pos4, 1.0f / pos4[3], pos4); /* pos = pos / pos.w */ in glm_project_no()
78 glm_vec4_scale(pos4, 0.5f, pos4); in glm_project_no()
79 glm_vec4_adds(pos4, 0.5f, pos4); in glm_project_no()
81 dest[0] = pos4[0] * vp[2] + vp[0]; in glm_project_no()
82 dest[1] = pos4[1] * vp[3] + vp[1]; in glm_project_no()
83 dest[2] = pos4[2]; in glm_project_no()
H A Dproject_zo.h72 CGLM_ALIGN(16) vec4 pos4; in glm_project_zo()
74 glm_vec4(pos, 1.0f, pos4); in glm_project_zo()
76 glm_mat4_mulv(m, pos4, pos4); in glm_project_zo()
77 glm_vec4_scale(pos4, 1.0f / pos4[3], pos4); /* pos = pos / pos.w */ in glm_project_zo()
79 dest[2] = pos4[2]; in glm_project_zo()
81 glm_vec4_scale(pos4, 0.5f, pos4); in glm_project_zo()
82 glm_vec4_adds(pos4, 0.5f, pos4); in glm_project_zo()
84 dest[0] = pos4[0] * vp[2] + vp[0]; in glm_project_zo()
85 dest[1] = pos4[1] * vp[3] + vp[1]; in glm_project_zo()
/dports/audio/openal-soft/openal-soft-1.21.1/core/mixer/
H A Dmixer_sse41.cpp50 __m128i pos4{_mm_setr_epi32(static_cast<int>(pos_[0]), static_cast<int>(pos_[1]),
56 const int pos0{_mm_extract_epi32(pos4, 0)};
57 const int pos1{_mm_extract_epi32(pos4, 1)};
58 const int pos2{_mm_extract_epi32(pos4, 2)};
59 const int pos3{_mm_extract_epi32(pos4, 3)};
72 pos4 = _mm_add_epi32(pos4, _mm_srli_epi32(frac4, MixerFracBits));
82 src += static_cast<uint>(_mm_cvtsi128_si32(pos4));
H A Dmixer_sse2.cpp49 __m128i pos4{_mm_setr_epi32(static_cast<int>(pos_[0]), static_cast<int>(pos_[1]), in Resample_() local
55 const int pos0{_mm_cvtsi128_si32(_mm_shuffle_epi32(pos4, _MM_SHUFFLE(0, 0, 0, 0)))}; in Resample_()
56 const int pos1{_mm_cvtsi128_si32(_mm_shuffle_epi32(pos4, _MM_SHUFFLE(1, 1, 1, 1)))}; in Resample_()
57 const int pos2{_mm_cvtsi128_si32(_mm_shuffle_epi32(pos4, _MM_SHUFFLE(2, 2, 2, 2)))}; in Resample_()
58 const int pos3{_mm_cvtsi128_si32(_mm_shuffle_epi32(pos4, _MM_SHUFFLE(3, 3, 3, 3)))}; in Resample_()
71 pos4 = _mm_add_epi32(pos4, _mm_srli_epi32(frac4, MixerFracBits)); in Resample_()
77 src += static_cast<uint>(_mm_cvtsi128_si32(pos4)); in Resample_()
H A Dmixer_neon.cpp69 int32x4_t pos4, frac4; in Resample_() local
73 pos4 = vld1q_s32(reinterpret_cast<int*>(pos_)); in Resample_()
78 const int pos0{vgetq_lane_s32(pos4, 0)}; in Resample_()
79 const int pos1{vgetq_lane_s32(pos4, 1)}; in Resample_()
80 const int pos2{vgetq_lane_s32(pos4, 2)}; in Resample_()
81 const int pos3{vgetq_lane_s32(pos4, 3)}; in Resample_()
94 pos4 = vaddq_s32(pos4, vshrq_n_s32(frac4, MixerFracBits)); in Resample_()
100 src += static_cast<uint>(vgetq_lane_s32(pos4, 0)); in Resample_()
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/nibtools/
H A Dprot.c464 pos4 = pos+4; in align_rl_special()
490 pos4 = pos+182; in align_rl_special()
505 pos4 = pos+92; in align_rl_special()
507 if ( (*pos2 == 0xD2) && (*pos3 == 0xAA) && (*pos4 == 0xD7) ) RLver = 1; in align_rl_special()
508 if ( (*pos2 == 0x7F) && (*pos3 == 0x5B) && (*pos4 == 0x36) ) RLver = 2; in align_rl_special()
509 if ( (*pos2 == 0x72) && (*pos3 == 0x97) && (*pos4 == 0xE9) ) RLver = 3; in align_rl_special()
510 if ( (*pos2 == 0xB5) && (*pos3 == 0xB3) && (*pos4 == 0x9D) ) RLver = 4; in align_rl_special()
522 pos4 = pos+197; in align_rl_special()
540 pos4 = pos+142; in align_rl_special()
542 if ( (*pos2 == 0x7C) && (*pos3 == 0x9A) && (*pos4 == 0xA7) ) RLver = 5; in align_rl_special()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Functional/Wizard/
H A DItemsPerPageTest.php73 $pos4 = strpos($content, $node4->label());
76 …$this->assertTrue($pos5 < $pos4 && $pos4 < $pos3 && $pos3 < $pos2, 'The nodes appear in the expect…
96 $pos4 = strpos($content, $node4->label());
98 …$this->assertTrue($pos5 < $pos4 && $pos4 < $pos3, 'The nodes appear in the expected order in the b…
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dfourpointsgradientfx.cpp103 TPointD pos4, TPixel32 ccol1, TPixel32 ccol2, in doFourPointsGradient() argument
143 double d4 = sqrt((pos4.x - pos.x) * (pos4.x - pos.x) + in doFourPointsGradient()
144 (pos4.y - pos.y) * (pos4.y - pos.y)); in doFourPointsGradient()
176 TPointD pos4 = m_point4->getValue(frame) * (1.0 / ri.m_shrinkX); in doCompute() local
180 pos4 = ri.m_affine * pos4; in doCompute()
190 doFourPointsGradient<TPixel32, UCHAR>(raster32, pos, pos1, pos2, pos3, pos4, in doCompute()
196 pos4, col1, col2, col3, col4); in doCompute()
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/Wizard/
H A DItemsPerPageTest.php94 $pos4 = strpos($content, $node4->label());
97 $this->assertGreaterThan($pos5, $pos4);
98 $this->assertGreaterThan($pos4, $pos3);
119 $pos4 = strpos($content, $node4->label());
121 $this->assertGreaterThan($pos5, $pos4);
122 $this->assertGreaterThan($pos4, $pos3);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/test/objmgr/
H A Dtest_seqvector_ci.cpp400 TSeqPos pos4 = 0; in Run() local
415 pos4 = map_it.GetEndPosition(); in Run()
441 x_TestIterate(vit, kInvalidSeqPos, pos4 ? pos4 : pos3); in Run()
471 x_TestGetData(vit, kInvalidSeqPos, pos4 ? pos4 : pos3); in Run()
472 x_TestGetBufferPtr(vit, kInvalidSeqPos, pos4 ? pos4 : pos3); in Run()
497 x_TestVector(pos1, pos4 ? pos4 : pos3); in Run()
499 x_TestVector(pos4 ? pos4 : pos3, pos1); in Run()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Docme_render.cpp75 vcg::Point4f pos4; in IsToRefineScreenErr() local
81 memcpy(&pos4[0],&pos3[0],3*sizeof(float));pos4[3]=1.0; in IsToRefineScreenErr()
84 pos4 = mm*pos4; // position of cube center in view space in IsToRefineScreenErr()
86 float dis0 = sqrt( pos4[0]*pos4[0] + pos4[1]*pos4[1]+ pos4[2]*pos4[2]);// distance viewer - center in IsToRefineScreenErr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/data/shaders/
H A Dshadow.vert13 vec4 pos4 = vec4(position, 0.0, 1.0);
14 ShadowCoord = LightMatrix * pos4;
15 gl_Position = ModelViewProjectionMatrix * pos4;
/dports/benchmarks/glmark2/glmark2-2021.12/data/shaders/
H A Dshadow.vert13 vec4 pos4 = vec4(position, 0.0, 1.0);
14 ShadowCoord = LightMatrix * pos4;
15 gl_Position = ModelViewProjectionMatrix * pos4;

12345678910>>...69