Home
last modified time | relevance | path

Searched refs:vec_tmp (Results 1 – 25 of 114) sorted by relevance

12345

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/device/
H A Deigen.hpp295 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
296 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
297 float len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
325 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
326 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
356 len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
357 len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
358 len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
389 len1 = dot (vec_tmp[0], vec_tmp[0]); in compute()
390 len2 = dot (vec_tmp[1], vec_tmp[1]); in compute()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/cuda/
H A Dutils.hpp309 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
310 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
311 float len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
339 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
340 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
370 len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
371 len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
372 len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
403 len1 = dot (vec_tmp[0], vec_tmp[0]); in compute()
404 len2 = dot (vec_tmp[1], vec_tmp[1]); in compute()
[all …]
H A Dnormals_eigen.cu116 Mat33 vec_tmp; in computeNmapKernelEigen() local
119 eigen33.compute (tmp, vec_tmp, evecs, evals); in computeNmapKernelEigen()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/
H A Dutils.hpp311 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
312 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
313 float len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
341 float len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
342 float len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
372 len1 = dot(vec_tmp[0], vec_tmp[0]); in compute()
373 len2 = dot(vec_tmp[1], vec_tmp[1]); in compute()
374 len3 = dot(vec_tmp[2], vec_tmp[2]); in compute()
405 len1 = dot (vec_tmp[0], vec_tmp[0]); in compute()
406 len2 = dot (vec_tmp[1], vec_tmp[1]); in compute()
[all …]
H A Dnormals_eigen.cu119 Mat33 vec_tmp; in computeNmapKernelEigen() local
122 eigen33.compute (tmp, vec_tmp, evecs, evals); in computeNmapKernelEigen()
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/vector/
H A Dxmm_quantize_sub.c68 vecfloat_union vec_tmp; in init_xrpow_core_sse() local
78 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
80 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
84 vec_tmp._m128 = _mm_set_ps1(0); in init_xrpow_core_sse()
86 case 3: vec_tmp._float[2] = cod_info->xr[upper4+2]; in init_xrpow_core_sse()
87 case 2: vec_tmp._float[1] = cod_info->xr[upper4+1]; in init_xrpow_core_sse()
88 case 1: vec_tmp._float[0] = cod_info->xr[upper4+0]; in init_xrpow_core_sse()
89 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
91 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
94 case 3: xrpow[upper4+2] = vec_tmp._float[2]; in init_xrpow_core_sse()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/vector/
H A Dxmm_quantize_sub.c68 vecfloat_union vec_tmp; in init_xrpow_core_sse() local
78 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
80 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
84 vec_tmp._m128 = _mm_set_ps1(0); in init_xrpow_core_sse()
86 case 3: vec_tmp._float[2] = cod_info->xr[upper4+2]; in init_xrpow_core_sse()
87 case 2: vec_tmp._float[1] = cod_info->xr[upper4+1]; in init_xrpow_core_sse()
88 case 1: vec_tmp._float[0] = cod_info->xr[upper4+0]; in init_xrpow_core_sse()
89 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
91 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
94 case 3: xrpow[upper4+2] = vec_tmp._float[2]; in init_xrpow_core_sse()
[all …]
/dports/audio/lame/lame-3.100/libmp3lame/vector/
H A Dxmm_quantize_sub.c75 vecfloat_union vec_tmp; in init_xrpow_core_sse() local
85 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
87 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
91 vec_tmp._m128 = _mm_set_ps1(0); in init_xrpow_core_sse()
93 case 3: vec_tmp._float[2] = cod_info->xr[upper4+2]; in init_xrpow_core_sse()
94 case 2: vec_tmp._float[1] = cod_info->xr[upper4+1]; in init_xrpow_core_sse()
95 case 1: vec_tmp._float[0] = cod_info->xr[upper4+0]; in init_xrpow_core_sse()
96 vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */ in init_xrpow_core_sse()
98 vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128))); in init_xrpow_core_sse()
101 case 3: xrpow[upper4+2] = vec_tmp._float[2]; in init_xrpow_core_sse()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/
H A Dvfprintf.c390 vec_16_byte_union vec_tmp;
439 (vec_tmp.v = va_arg(ap, vector int), (short)vec_tmp.s[0])) : \
444 (vec_tmp.v = va_arg(ap, vector int), (u_short)vec_tmp.s[0])) : \
450 (vec_tmp.v = va_arg(ap, vector int), vec_tmp.l[0])) : \
455 (vec_tmp.v = va_arg(ap, vector int), (u_long)vec_tmp.l[0])) : \
461 vec_tmp.c[16 - vec_print_count] : \
462 (vec_tmp.v = va_arg(ap, vector int), (int)vec_tmp.c[0])) : \
468 (vec_tmp.v = va_arg(ap, vector int), (u_int)((unsigned char)vec_tmp.c[0]))) : \
787 vec_tmp.v = va_arg(ap, vector int);
789 _fpvalue = (double)vec_tmp.f[4 - vec_print_count];
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/
H A Dvfprintf.c390 vec_16_byte_union vec_tmp; variable
439 (vec_tmp.v = va_arg(ap, vector int), (short)vec_tmp.s[0])) : \
444 (vec_tmp.v = va_arg(ap, vector int), (u_short)vec_tmp.s[0])) : \
450 (vec_tmp.v = va_arg(ap, vector int), vec_tmp.l[0])) : \
455 (vec_tmp.v = va_arg(ap, vector int), (u_long)vec_tmp.l[0])) : \
461 vec_tmp.c[16 - vec_print_count] : \
462 (vec_tmp.v = va_arg(ap, vector int), (int)vec_tmp.c[0])) : \
468 (vec_tmp.v = va_arg(ap, vector int), (u_int)((unsigned char)vec_tmp.c[0]))) : \
787 vec_tmp.v = va_arg(ap, vector int);
789 _fpvalue = (double)vec_tmp.f[4 - vec_print_count];
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/powerpc/
H A Dvfprintf.c390 vec_16_byte_union vec_tmp; variable
439 (vec_tmp.v = va_arg(ap, vector int), (short)vec_tmp.s[0])) : \
444 (vec_tmp.v = va_arg(ap, vector int), (u_short)vec_tmp.s[0])) : \
450 (vec_tmp.v = va_arg(ap, vector int), vec_tmp.l[0])) : \
455 (vec_tmp.v = va_arg(ap, vector int), (u_long)vec_tmp.l[0])) : \
461 vec_tmp.c[16 - vec_print_count] : \
462 (vec_tmp.v = va_arg(ap, vector int), (int)vec_tmp.c[0])) : \
468 (vec_tmp.v = va_arg(ap, vector int), (u_int)((unsigned char)vec_tmp.c[0]))) : \
785 vec_tmp.v = va_arg(ap, vector int);
787 _fpvalue = (double)vec_tmp.f[4 - vec_print_count];
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/powerpc/
H A Dvfprintf.c337 vec_16_byte_union vec_tmp; in _VFPRINTF_R() local
386 (vec_tmp.v = va_arg(ap, vector int), (short)vec_tmp.s[0])) : \ in _VFPRINTF_R()
391 (vec_tmp.v = va_arg(ap, vector int), (u_short)vec_tmp.s[0])) : \ in _VFPRINTF_R()
397 (vec_tmp.v = va_arg(ap, vector int), vec_tmp.l[0])) : \ in _VFPRINTF_R()
402 (vec_tmp.v = va_arg(ap, vector int), (u_long)vec_tmp.l[0])) : \ in _VFPRINTF_R()
408 vec_tmp.c[16 - vec_print_count] : \ in _VFPRINTF_R()
409 (vec_tmp.v = va_arg(ap, vector int), (int)vec_tmp.c[0])) : \ in _VFPRINTF_R()
415 (vec_tmp.v = va_arg(ap, vector int), (u_int)((unsigned char)vec_tmp.c[0]))) : \ in _VFPRINTF_R()
732 vec_tmp.v = va_arg(ap, vector int); in _VFPRINTF_R()
734 _fpvalue = (double)vec_tmp.f[4 - vec_print_count]; in _VFPRINTF_R()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DCurve.h444 Vec3r vec_tmp(iVertex->point2d() - _Vertices.back()->point2d()); in push_vertex_back()
445 _Length += vec_tmp.norm(); in push_vertex_back()
456 Vec3r vec_tmp(iVertex->point2d() - _Vertices.back()->point2d()); in push_vertex_back()
457 _Length += vec_tmp.norm(); in push_vertex_back()
468 Vec3r vec_tmp(iVertex->point2d() - _Vertices.front()->point2d()); in push_vertex_front()
469 _Length += vec_tmp.norm(); in push_vertex_front()
480 Vec3r vec_tmp(iVertex->point2d() - _Vertices.front()->point2d()); in push_vertex_front()
481 _Length += vec_tmp.norm(); in push_vertex_front()
H A DCurveIterators.h205 Vec3r vec_tmp((*__B)->point2d() - (*__A)->point2d()); in increment()
206 _CurvilinearLength += (float)vec_tmp.norm(); in increment()
257 Vec3r vec_tmp((*__B)->point2d() - (*__A)->point2d()); in decrement()
258 _CurvilinearLength -= (float)vec_tmp.norm(); in decrement()
H A DCurveAdvancedIterators.h297 Vec3r vec_tmp((*__B)->point2d() - (*__A)->point2d()); in increment()
298 _CurvilinearLength += vec_tmp.norm(); in increment()
353 Vec3r vec_tmp((*__B)->point2d() - (*__A)->point2d()); in decrement()
354 _CurvilinearLength -= vec_tmp.norm(); in decrement()
H A DStrokeRep.cpp289 Vec2r vec_tmp(_vertices[i - 2]->point2d() - p); in createStrip() local
290 if ((vec_tmp.norm() > thickness[1] * MAX_RATIO_LENGTH_SINGU) || (dirNorm < ZERO) || in createStrip()
296 vec_tmp = _vertices[i - 1]->point2d() - p; in createStrip()
297 if ((vec_tmp.norm() > thickness[0] * MAX_RATIO_LENGTH_SINGU) || (dirNorm < ZERO) || in createStrip()
737 Vec2r vec_tmp; in computeTexCoordWithTips()
739 vec_tmp = _vertex[2 * i] - _vertex[2 * i + 1]; in computeTexCoordWithTips()
741 if (vec_tmp.norm() > 4 * _averageThickness) { in computeTexCoordWithTips()
H A DStroke.cpp561 Vec2r vec_tmp(b - a); in Resample() local
562 real norm_var = vec_tmp.norm(); in Resample()
673 Vec2r vec_tmp(b - a); in Resample() local
674 real norm_var = vec_tmp.norm(); in Resample()
H A DAdvancedStrokeShaders.cpp217 Vec2r vec_tmp(_vertex[0] - _vertex[_nbVertices - 1]); in Smoother() local
218 _isClosedCurve = (vec_tmp.norm() < M_EPSILON); in Smoother()
H A DOperators.cpp1115 Vec2r vec_tmp(current - previous); in createStroke() local
1116 real dist = vec_tmp.norm(); in createStroke()
1143 Vec2r vec_tmp(current - previous); in createStroke() local
1144 real dist = vec_tmp.norm(); in createStroke()
/dports/security/bearssl/bearssl-0.6/tools/
H A Dbrssl.h103 size_t vec_tmp; \
104 for (vec_tmp = 0; vec_tmp < (vec).ptr; vec_tmp ++) { \
105 (fun)(&(vec).buf[vec_tmp]); \
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/tools/
H A Dbrssl.h103 size_t vec_tmp; \
104 for (vec_tmp = 0; vec_tmp < (vec).ptr; vec_tmp ++) { \
105 (fun)(&(vec).buf[vec_tmp]); \
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Fingerprints/Wrap/
H A DMHFPWrapper.cpp35 std::vector<std::string> vec_tmp = ListToVector<std::string>(vec); in FromStringArray() local
36 return mhfpEnc->FromStringArray(vec_tmp); in FromStringArray()
41 std::vector<uint32_t> vec_tmp = ListToVector<uint32_t>(vec); in FromArray() local
42 return mhfpEnc->FromArray(vec_tmp); in FromArray()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dnormal_3d.cu149 Mat33& vec_tmp = (Mat33&)cov_buffer[2][tid - lane]; in operator ()() local
153 eigen33.compute(tmp, vec_tmp, evecs, evals); in operator ()()
H A Dprincipal_curvatures.cu199 Eigen33::Mat33& vec_tmp = (Eigen33::Mat33&)cov_buffer[2][tid - lane]; in operator ()() local
203 eigen33.compute(tmp, vec_tmp, evecs, evals); in operator ()()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.cpp1600 vector<double> vec_tmp; in JackknifeAKtoS() local
1605 vec_tmp.push_back(0); in JackknifeAKtoS()
1609 sumA.push_back(vec_tmp); in JackknifeAKtoS()
1610 sumK.push_back(vec_tmp); in JackknifeAKtoS()
1611 trA.push_back(vec_tmp); in JackknifeAKtoS()
1612 trK.push_back(vec_tmp); in JackknifeAKtoS()
1613 sA.push_back(vec_tmp); in JackknifeAKtoS()
1614 sK.push_back(vec_tmp); in JackknifeAKtoS()

12345