Home
last modified time | relevance | path

Searched refs:vTmp (Results 1 – 25 of 94) sorted by path

1234

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dtrigger.h82 float *vTmp; // Temporary buffer variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dtrigger.cpp134 vTmp = NULL; in trigger_base()
238 vTmp = NULL; in destroy()
283 vTmp = ctlbuf; in init()
701 sSidechain.process(vTmp, ins, to_process); // Pass input to sidechain in process()
702 … process_samples(vTmp, to_process); // Pass sidechain output for sample processing in process()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.ssbo.autoassign.frag.out15 Name 13 "vTmp"
99 13(vTmp): 8(ptr) Variable Function
125 Store 13(vTmp) 55
151 85: 7(fvec4) Load 13(vTmp)
153 Store 13(vTmp) 86
154 87: 7(fvec4) Load 13(vTmp)
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A Dspv.ssbo.autoassign.frag19 float4 vTmp = SB0[pos.y * W + pos.x].va + SB0[pos.y * W + pos.x].vb;
21 vTmp += SB1[pos.y * W + pos.x].va + SB1[pos.y * W + pos.x].vb;
23 return vTmp;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmerge-uint4.c69 __m128i vTmp, vMin, vMax; in merge_4x4() local
77 vMin = _mm_min_epu32(vTmp, vMax); in merge_4x4()
78 vMax = _mm_max_epu32(vTmp, vMax); in merge_4x4()
84 vMin = _mm_min_epu32(vTmp, vMax); in merge_4x4()
85 vMax = _mm_max_epu32(vTmp, vMax); in merge_4x4()
91 vMin = _mm_min_epu32(vTmp, vMax); in merge_4x4()
122 __m256i vTmp, vMin, vMax; in merge_8x8() local
138 vMin = _mm256_min_epu32(vTmp, vMax); in merge_8x8()
139 vMax = _mm256_max_epu32(vTmp, vMax); in merge_8x8()
143 vMin = _mm256_min_epu32(vTmp, vMax); in merge_8x8()
[all …]
H A Dmerge-uint8.c46 __m256i vTmp, vMin, vMax; in merge_4x4() local
54 vMin = _mm256_min_epu64(vTmp, vMax); in merge_4x4()
55 vMax = _mm256_max_epu64(vTmp, vMax); in merge_4x4()
61 vMin = _mm256_min_epu64(vTmp, vMax); in merge_4x4()
62 vMax = _mm256_max_epu64(vTmp, vMax); in merge_4x4()
68 vMin = _mm256_min_epu64(vTmp, vMax); in merge_4x4()
87 __m256i vTmp, vMin, vMax; in merge_4x4() local
130 __m512i vTmp, vMin, vMax; in merge_8x8() local
144 vMin = _mm512_min_epu64(vTmp, vMax); in merge_8x8()
145 vMax = _mm512_max_epu64(vTmp, vMax); in merge_8x8()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/bac/
H A DbacPrsBuild.c333 Vec_Int_t * vTmp = Vec_IntAlloc( Psr_NtkBoxNum(pNtk) ); in Psr_ManBuildCba() local
342 Psr_ManBuildNtk( Bac_ManNtk(pNew, i+1), vDes, pNtk, vMap, vTmp ); in Psr_ManBuildCba()
345 Vec_IntFree( vTmp ); in Psr_ManBuildCba()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cba/
H A DcbaBlast.c553 void Cba_BlastSqrt( Gia_Man_t * pNew, int * pNum, int nNum, Vec_Int_t * vTmp, Vec_Int_t * vRes ) in Cba_BlastSqrt() argument
559 Vec_IntFill( vTmp, 2*nNum, 0 ); in Cba_BlastSqrt()
561 pSum = Vec_IntArray( vTmp ); in Cba_BlastSqrt()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcBlast.c759 void Wlc_BlastSqrt( Gia_Man_t * pNew, int * pNum, int nNum, Vec_Int_t * vTmp, Vec_Int_t * vRes ) in Wlc_BlastSqrt() argument
765 Vec_IntFill( vTmp, 2*nNum, 0 ); in Wlc_BlastSqrt()
767 pSum = Vec_IntArray( vTmp ); in Wlc_BlastSqrt()
790 void Wlc_BlastSqrtNR( Gia_Man_t * pNew, int * pNum, int nNum, Vec_Int_t * vTmp, Vec_Int_t * vRes ) in Wlc_BlastSqrtNR() argument
796 Vec_IntFill( vTmp, 2*nNum, 0 ); in Wlc_BlastSqrtNR()
798 pRem = Vec_IntArray( vTmp ); in Wlc_BlastSqrtNR()
1052 void Wlc_BlastSquare( Gia_Man_t * pNew, int * pNum, int nNum, Vec_Int_t * vTmp, Vec_Int_t * vRes ) in Wlc_BlastSquare() argument
1077 void Wlc_BlastDecoder( Gia_Man_t * pNew, int * pNum, int nNum, Vec_Int_t * vTmp, Vec_Int_t * vRes ) in Wlc_BlastDecoder() argument
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A Ddirections3D.cpp722 MVertex *vTmp = (*itSet); in buildSmoothness() local
723 V2.insert(vTmp); in buildSmoothness()
724 v0vec = Neighbours[vTmp]; in buildSmoothness()
731 MVertex *vTmp = (*itSet); in buildSmoothness() local
732 V3.insert(vTmp); in buildSmoothness()
733 v0vec = Neighbours[vTmp]; in buildSmoothness()
748 MVertex *vTmp = (*itSet); in buildSmoothness() local
749 STensor3 tTmp = crossField[vTmp]; in buildSmoothness()
755 MVertex *vTmp = (*itSet); in buildSmoothness() local
756 STensor3 tTmp = crossField[vTmp]; in buildSmoothness()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Dtdriver.cpp1030 vector<Int64>* vTmp; in p_IdxWalk_40_eq_or_1() local
1055 vTmp = new vector<Int64>(); in p_IdxWalk_40_eq_or_1()
1058 vTmp->push_back(searchKey + i); in p_IdxWalk_40_eq_or_1()
1060 params->SearchStrings = vTmp; in p_IdxWalk_40_eq_or_1()
1119 vector<Int64>* vTmp; in p_IdxWalk_40_neq_and_1() local
1144 vTmp = new vector<Int64>(); in p_IdxWalk_40_neq_and_1()
1147 vTmp->push_back(searchKey + i); in p_IdxWalk_40_neq_and_1()
1149 params->SearchStrings = vTmp; in p_IdxWalk_40_neq_and_1()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Dtdriver.cpp1030 vector<Int64>* vTmp; in p_IdxWalk_40_eq_or_1() local
1055 vTmp = new vector<Int64>(); in p_IdxWalk_40_eq_or_1()
1058 vTmp->push_back(searchKey + i); in p_IdxWalk_40_eq_or_1()
1060 params->SearchStrings = vTmp; in p_IdxWalk_40_eq_or_1()
1119 vector<Int64>* vTmp; in p_IdxWalk_40_neq_and_1() local
1144 vTmp = new vector<Int64>(); in p_IdxWalk_40_neq_and_1()
1147 vTmp->push_back(searchKey + i); in p_IdxWalk_40_neq_and_1()
1149 params->SearchStrings = vTmp; in p_IdxWalk_40_neq_and_1()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp9589 CVariable* vTmp = m_currShader->GetNewVariable( in emitGEP() local
9617 vElemOffset = Mul(vIdx, vElemSize, vTmp); in emitGEP()
9620 vOffset = Add(vElemOffset, vN, vTmp); // The Add does a m_encoder->push in emitGEP()
9626 vTmp = Add(vBasePtr, vOffset, vTmp); // The Add does a m_encoder->push in emitGEP()
9628 if (CEncoder::GetCISADataTypeSize(vTmp->GetType()) < in emitGEP()
9633 m_encoder->Cast(m_destination, vTmp); in emitGEP()
9637 m_encoder->Copy(m_destination, vTmp); in emitGEP()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag5 layout(location = 0) flat in double vTmp;
9 …uint64BitsToDouble(0xfff0000000000000ul), uint64BitsToDouble(0x7ff8000000000000ul)) + dvec3(vTmp));
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag5 layout(location = 0) flat in double vTmp;
9 …uint64BitsToDouble(0xfff0000000000000ul), uint64BitsToDouble(0x7ff8000000000000ul)) + dvec3(vTmp));
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag10 OpEntryPoint Fragment %main "main" %FragColor %vTmp
15 OpName %vTmp "vTmp"
17 OpDecorate %vTmp Flat
18 OpDecorate %vTmp Location 0
32 %vTmp = OpVariable %_ptr_Input_double Input
35 %18 = OpLoad %double %vTmp
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.ssbo.autoassign.frag.out15 Name 13 "vTmp"
99 13(vTmp): 8(ptr) Variable Function
125 Store 13(vTmp) 55
151 85: 7(fvec4) Load 13(vTmp)
153 Store 13(vTmp) 86
154 87: 7(fvec4) Load 13(vTmp)
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Dspv.ssbo.autoassign.frag19 float4 vTmp = SB0[pos.y * W + pos.x].va + SB0[pos.y * W + pos.x].vb;
21 vTmp += SB1[pos.y * W + pos.x].va + SB1[pos.y * W + pos.x].vb;
23 return vTmp;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.ssbo.autoassign.frag.out15 Name 13 "vTmp"
99 13(vTmp): 8(ptr) Variable Function
125 Store 13(vTmp) 55
151 85: 7(fvec4) Load 13(vTmp)
153 Store 13(vTmp) 86
154 87: 7(fvec4) Load 13(vTmp)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dspv.ssbo.autoassign.frag19 float4 vTmp = SB0[pos.y * W + pos.x].va + SB0[pos.y * W + pos.x].vb;
21 vTmp += SB1[pos.y * W + pos.x].va + SB1[pos.y * W + pos.x].vb;
23 return vTmp;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag5 layout(location = 0) flat in double vTmp;
9 …uint64BitsToDouble(0xfff0000000000000ul), uint64BitsToDouble(0x7ff8000000000000ul)) + dvec3(vTmp));
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag5 layout(location = 0) flat in double vTmp;
9 …uint64BitsToDouble(0xfff0000000000000ul), uint64BitsToDouble(0x7ff8000000000000ul)) + dvec3(vTmp));
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/shaders/asm/frag/
H A Dinf-nan-constant-double.asm.frag10 OpEntryPoint Fragment %main "main" %FragColor %vTmp
15 OpName %vTmp "vTmp"
17 OpDecorate %vTmp Flat
18 OpDecorate %vTmp Location 0
32 %vTmp = OpVariable %_ptr_Input_double Input
35 %18 = OpLoad %double %vTmp
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.ssbo.autoassign.frag.out15 Name 13 "vTmp"
99 13(vTmp): 8(ptr) Variable Function
125 Store 13(vTmp) 55
151 85: 7(fvec4) Load 13(vTmp)
153 Store 13(vTmp) 86
154 87: 7(fvec4) Load 13(vTmp)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dspv.ssbo.autoassign.frag19 float4 vTmp = SB0[pos.y * W + pos.x].va + SB0[pos.y * W + pos.x].vb;
21 vTmp += SB1[pos.y * W + pos.x].va + SB1[pos.y * W + pos.x].vb;
23 return vTmp;

1234