Home
last modified time | relevance | path

Searched refs:vscratch (Results 1 – 11 of 11) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A DConvexHull.cpp97 …hacd::HaF32 *vscratch = (hacd::HaF32 *) HACD_ALLOC( sizeof(hacd::HaF32)*convexHull.GetVertexCount(… in CreateConvexHull() local
98 …BringOutYourDead(hullVertices,convexHull.GetVertexCount(),vscratch, ovcount, indices, triangleCoun… in CreateConvexHull()
106 memcpy(result.mOutputVertices, vscratch, sizeof(hacd::HaF32)*3*ovcount ); in CreateConvexHull()
110 HACD_FREE(vscratch); in CreateConvexHull()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h2897 ScratchSimd128Scope vscratch(*this); in leftShiftInt8x16()
2898 Dup(Simd16B(vscratch), scratch); in leftShiftInt8x16()
2912 ScratchSimd128Scope vscratch(*this); in leftShiftInt16x8()
2913 Dup(Simd8H(vscratch), scratch); in leftShiftInt16x8()
2914 Sshl(Simd8H(dest), Simd8H(lhs), Simd8H(vscratch)); in leftShiftInt16x8()
2927 ScratchSimd128Scope vscratch(*this); in leftShiftInt32x4()
2928 Dup(Simd4S(vscratch), scratch); in leftShiftInt32x4()
2929 Sshl(Simd4S(dest), Simd4S(lhs), Simd4S(vscratch)); in leftShiftInt32x4()
2942 ScratchSimd128Scope vscratch(*this); in leftShiftInt64x2()
2943 Dup(Simd2D(vscratch), scratch); in leftShiftInt64x2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h2897 ScratchSimd128Scope vscratch(*this); in leftShiftInt8x16()
2898 Dup(Simd16B(vscratch), scratch); in leftShiftInt8x16()
2912 ScratchSimd128Scope vscratch(*this); in leftShiftInt16x8()
2913 Dup(Simd8H(vscratch), scratch); in leftShiftInt16x8()
2914 Sshl(Simd8H(dest), Simd8H(lhs), Simd8H(vscratch)); in leftShiftInt16x8()
2927 ScratchSimd128Scope vscratch(*this); in leftShiftInt32x4()
2928 Dup(Simd4S(vscratch), scratch); in leftShiftInt32x4()
2929 Sshl(Simd4S(dest), Simd4S(lhs), Simd4S(vscratch)); in leftShiftInt32x4()
2942 ScratchSimd128Scope vscratch(*this); in leftShiftInt64x2()
2943 Dup(Simd2D(vscratch), scratch); in leftShiftInt64x2()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h3100 ScratchSimd128Scope vscratch(*this); in leftShiftInt8x16()
3101 Dup(Simd16B(vscratch), ARMRegister(rhs, 32)); in leftShiftInt8x16()
3112 ScratchSimd128Scope vscratch(*this); in leftShiftInt16x8()
3113 Dup(Simd8H(vscratch), ARMRegister(rhs, 32)); in leftShiftInt16x8()
3114 Sshl(Simd8H(dest), Simd8H(lhs), Simd8H(vscratch)); in leftShiftInt16x8()
3124 ScratchSimd128Scope vscratch(*this); in leftShiftInt32x4()
3125 Dup(Simd4S(vscratch), ARMRegister(rhs, 32)); in leftShiftInt32x4()
3126 Sshl(Simd4S(dest), Simd4S(lhs), Simd4S(vscratch)); in leftShiftInt32x4()
3136 ScratchSimd128Scope vscratch(*this); in leftShiftInt64x2()
3137 Dup(Simd2D(vscratch), ARMRegister(rhs, 64)); in leftShiftInt64x2()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/lrn/
H A Djit_uni_lrn_kernel.cpp270 static const std::array<Vmm, 3> vscratch = {{Vmm(10), Vmm(19), Vmm(27)}}; in within_body() local
298 IRB_LOOP(this->vmovaps(vscratch[irb], vsum[irb])); in within_body()
312 IRB_LOOP(this->vdivps(vscratch[irb], vdst[irb], vscratch[irb])); in within_body()
315 vscratch[irb])); in within_body()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/lrn/
H A Djit_uni_lrn_kernel.cpp270 static const std::array<Vmm, 3> vscratch = {{Vmm(10), Vmm(19), Vmm(27)}}; in within_body() local
298 IRB_LOOP(this->vmovaps(vscratch[irb], vsum[irb])); in within_body()
312 IRB_LOOP(this->vdivps(vscratch[irb], vdst[irb], vscratch[irb])); in within_body()
315 vscratch[irb])); in within_body()
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2968 float *vscratch = (float *)malloc(sizeof(float) * hr.mVcount * 3); in CreateConvexHull() local
2969 BringOutYourDead(hr.mVertices, hr.mVcount, vscratch, ovcount, hr.mIndices, hr.mIndexCount); in CreateConvexHull()
2983 memcpy(result.mOutputVertices, vscratch, sizeof(float) * 3 * ovcount); in CreateConvexHull()
3012 memcpy(result.mOutputVertices, vscratch, sizeof(float) * 3 * ovcount); in CreateConvexHull()
3040 if (vscratch) in CreateConvexHull()
3042 free(vscratch); in CreateConvexHull()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.cpp2835 float *vscratch = (float *) malloc( sizeof(float)*hr.mVcount*3); in CreateConvexHull() local
2836 BringOutYourDead(hr.mVertices,hr.mVcount, vscratch, ovcount, hr.mIndices, hr.mIndexCount ); in CreateConvexHull()
2850 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2881 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2909 if ( vscratch ) in CreateConvexHull()
2911 free(vscratch); in CreateConvexHull()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp2787 float *vscratch = (float *) malloc( sizeof(float)*hr.mVcount*3); in CreateConvexHull() local
2788 BringOutYourDead(hr.mVertices,hr.mVcount, vscratch, ovcount, hr.mIndices, hr.mIndexCount ); in CreateConvexHull()
2802 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2833 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2861 if ( vscratch ) in CreateConvexHull()
2863 free(vscratch); in CreateConvexHull()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2838 float *vscratch = (float *) malloc( sizeof(float)*hr.mVcount*3); in CreateConvexHull() local
2839 BringOutYourDead(hr.mVertices,hr.mVcount, vscratch, ovcount, hr.mIndices, hr.mIndexCount ); in CreateConvexHull()
2853 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2884 memcpy(result.mOutputVertices, vscratch, sizeof(float)*3*ovcount ); in CreateConvexHull()
2912 if ( vscratch ) in CreateConvexHull()
2914 free(vscratch); in CreateConvexHull()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2968 float *vscratch = (float *)malloc(sizeof(float) * hr.mVcount * 3); in CreateConvexHull() local
2969 BringOutYourDead(hr.mVertices, hr.mVcount, vscratch, ovcount, hr.mIndices, hr.mIndexCount); in CreateConvexHull()
2983 memcpy(result.mOutputVertices, vscratch, sizeof(float) * 3 * ovcount); in CreateConvexHull()
3012 memcpy(result.mOutputVertices, vscratch, sizeof(float) * 3 * ovcount); in CreateConvexHull()
3040 if (vscratch) in CreateConvexHull()
3042 free(vscratch); in CreateConvexHull()