Home
last modified time | relevance | path

Searched refs:v_one (Results 1 – 25 of 85) sorted by relevance

1234

/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/MediaStorageAndFileFormat/Cxx/
H A DTestUIDGenerator2.cxx58 std::vector<std::string> v_one(nuids*nthreads); in TestUIDGenerator2() local
59 std::vector<std::string>::iterator it = v_one.begin(); in TestUIDGenerator2()
66 std::cout << v_one.size() << std::endl; in TestUIDGenerator2()
67 assert( v_one.size() == nuids * nthreads ); // programmer error in TestUIDGenerator2()
69 std::copy(v_one.begin(), v_one.end(), std::ostream_iterator<std::string>(std::cout, "\n")); in TestUIDGenerator2()
72 for(it = v_one.begin(); it != v_one.end(); ++it) in TestUIDGenerator2()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcount_non_zero.simd.hpp38 v_uint8 v_one = vx_setall_u8(1); in countNonZero8u() local
50 v_sum8 += v_one & (vx_load(src + k) == v_zero); in countNonZero8u()
75 v_int8 v_one = vx_setall_s8(1); in countNonZero16u() local
87 …v_sum8 += v_one & v_pack(v_reinterpret_as_s16(vx_load(src + k) == v_zero), v_reinterpret_as_s16(vx… in countNonZero16u()
110 v_int8 v_one = vx_setall_s8(1); in countNonZero32s() local
122 v_sum8 += v_one & v_pack( in countNonZero32s()
148 v_int8 v_one = vx_setall_s8(1); in countNonZero32f() local
160 v_sum8 += v_one & v_pack( in countNonZero32f()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dundistort.simd.hpp127 const v_float64 v_one = vx_setall_f64(1.0); in operator ()() local
131 m_2 = v_one / (vx_setall_f64(_w) + vx_load(s_w)); in operator ()()
132 m_3 = v_one / (vx_setall_f64(_w) + vx_load(s_w + v_float64::nlanes)); in operator ()()
150 m_0 = v_muladd(v_muladd(v_muladd(m_1, r2_0, m_2), r2_0, m_3), r2_0, v_one); in operator ()()
151 m_1 = v_muladd(v_muladd(v_muladd(m_1, r2_1, m_2), r2_1, m_3), r2_1, v_one); in operator ()()
154 … m_0 /= v_muladd(v_muladd(v_muladd(m_3, r2_0, m_2), r2_0, vx_setall_f64(k4)), r2_0, v_one); in operator ()()
155 … m_1 /= v_muladd(v_muladd(v_muladd(m_3, r2_1, m_2), r2_1, vx_setall_f64(k4)), r2_1, v_one); in operator ()()
206 r2_0 = v_select(r2_0 == m_0, v_one, v_one / r2_0); in operator ()()
207 r2_1 = v_select(r2_1 == m_0, v_one, v_one / r2_1); in operator ()()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/bgfx/shaders/chains/crt-geom/
H A Dfs_crt-geom.sc1 $input v_sinangle, v_cosangle, v_stretch, v_one, v_texCoord
187 vec4 col = clamp(TEX2D(xy + vec2(-v_one.x, 0.0))*coeffs.x +
189 TEX2D(xy +vec2(v_one.x, 0.0))*coeffs.z +
190 TEX2D(xy + vec2(2.0 * v_one.x, 0.0))*coeffs.w , 0.0, 1.0);
192 vec4 col2 = clamp(TEX2D(xy + vec2(-v_one.x, v_one.y))*coeffs.x +
193 TEX2D(xy + vec2(0.0, v_one.y))*coeffs.y +
194 TEX2D(xy + v_one)*coeffs.z +
195 TEX2D(xy + vec2(2.0 * v_one.x, v_one.y))*coeffs.w , 0.0, 1.0);
H A Dfs_crt-geom-deluxe.sc1 $input v_sinangle, v_cosangle, v_stretch, v_one, v_texCoord
192 vec4 col = clamp(TEX2D(xy + vec2(-v_one.x, 0.0))*coeffs.x +
194 TEX2D(xy +vec2(v_one.x, 0.0))*coeffs.z +
195 TEX2D(xy + vec2(2.0 * v_one.x, 0.0))*coeffs.w , 0.0, 1.0);
197 vec4 col2 = clamp(TEX2D(xy + vec2(-v_one.x, v_one.y))*coeffs.x +
198 TEX2D(xy + vec2(0.0, v_one.y))*coeffs.y +
199 TEX2D(xy + v_one)*coeffs.z +
200 TEX2D(xy + vec2(2.0 * v_one.x, v_one.y))*coeffs.w , 0.0, 1.0);
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/bgfx/shaders/chains/crt-geom/
H A Dfs_crt-geom.sc1 $input v_sinangle, v_cosangle, v_stretch, v_one, v_texCoord
187 vec4 col = clamp(TEX2D(xy + vec2(-v_one.x, 0.0))*coeffs.x +
189 TEX2D(xy +vec2(v_one.x, 0.0))*coeffs.z +
190 TEX2D(xy + vec2(2.0 * v_one.x, 0.0))*coeffs.w , 0.0, 1.0);
192 vec4 col2 = clamp(TEX2D(xy + vec2(-v_one.x, v_one.y))*coeffs.x +
193 TEX2D(xy + vec2(0.0, v_one.y))*coeffs.y +
194 TEX2D(xy + v_one)*coeffs.z +
195 TEX2D(xy + vec2(2.0 * v_one.x, v_one.y))*coeffs.w , 0.0, 1.0);
H A Dfs_crt-geom-deluxe.sc1 $input v_sinangle, v_cosangle, v_stretch, v_one, v_texCoord
192 vec4 col = clamp(TEX2D(xy + vec2(-v_one.x, 0.0))*coeffs.x +
194 TEX2D(xy +vec2(v_one.x, 0.0))*coeffs.z +
195 TEX2D(xy + vec2(2.0 * v_one.x, 0.0))*coeffs.w , 0.0, 1.0);
197 vec4 col2 = clamp(TEX2D(xy + vec2(-v_one.x, v_one.y))*coeffs.x +
198 TEX2D(xy + vec2(0.0, v_one.y))*coeffs.y +
199 TEX2D(xy + v_one)*coeffs.z +
200 TEX2D(xy + vec2(2.0 * v_one.x, v_one.y))*coeffs.w , 0.0, 1.0);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/arm/neon/
H A Dquantize_neon.c43 const int16x8_t v_one = vdupq_n_s16(1); in av1_quantize_fp_neon() local
66 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in av1_quantize_fp_neon()
92 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in av1_quantize_fp_neon()
140 const int16x8_t v_one = vdupq_n_s16(1); in av1_quantize_lp_neon() local
164 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in av1_quantize_lp_neon()
189 const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan, v_one); in av1_quantize_lp_neon()
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/geom-deluxe/
H A Dcrt-geom-deluxe.slang41 layout(location = 4) out vec2 v_one;
116 v_one = ilfac / TextureSize.xy;
124 layout(location = 4) in vec2 v_one;
277 vec4 col = clamp(TEX2D(xy + vec2(-v_one.x, 0.0))*coeffs.x +
279 TEX2D(xy +vec2(v_one.x, 0.0))*coeffs.z +
280 TEX2D(xy + vec2(2.0 * v_one.x, 0.0))*coeffs.w , 0.0, 1.0);
282 vec4 col2 = clamp(TEX2D(xy + vec2(-v_one.x, v_one.y))*coeffs.x +
283 TEX2D(xy + vec2(0.0, v_one.y))*coeffs.y +
284 TEX2D(xy + v_one)*coeffs.z +
285 TEX2D(xy + vec2(2.0 * v_one.x, v_one.y))*coeffs.w , 0.0, 1.0);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dsse-2.c7 static const __m128 v_one = {1.0f, 1.0f, 1.0f, 1.0f}; variable
15 …sub_ps (_mm_mul_ps (x, _mm_add_ps (_mm_mul_ps (y, y), _mm_setzero_ps())), v_one)), _mm_add_ps (_mm… in voodoo()

1234