Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FxReverb.cpp428 s32 tmp = -comb_fb_0; in UpdateBuffer() local
429 tmp = ( tmp * m_CombFilterCoef[0] ) >> 7; in UpdateBuffer()
430 comb_fb_0 = -tmp; in UpdateBuffer()
448 s32 tmp = -comb_fb_1; in UpdateBuffer() local
449 tmp = ( tmp * m_CombFilterCoef[1] ) >> 7; in UpdateBuffer()
450 comb_fb_1 = -tmp; in UpdateBuffer()
468 s32 tmp = -allpass_in; in UpdateBuffer() local
469 tmp = ( tmp * allpass_coef ) >> 7; in UpdateBuffer()
470 allpass_in = -tmp; in UpdateBuffer()
484 s32 tmp = -fo_2; in UpdateBuffer() local
[all …]
Dsnd_FxDelay.cpp271 s32 tmp = -feedback; in UpdateBuffer() local
272 tmp = ( tmp * m_FeedbackGain ) >> 7; in UpdateBuffer()
273 feedback = -tmp; in UpdateBuffer()
/NW4C-1.2.23/include/nw/ut/
Dut_Iterator.h118 reference operator*() const { TIt tmp = m_Current; return (*--tmp); }
122 Self operator++(int) { Self tmp = *this; (void)--m_Current; return tmp; }
124 Self operator--(int) { Self tmp = *this; (void)++m_Current; return tmp; }
Dut_BinaryReader.h50 void* tmp = (void*)( (int)m_CurrentAddress + size ); in MoveAddress() local
51 if ( tmp < m_StartAddress ) { return false; } in MoveAddress()
52 else if ( tmp > m_EndAddress ) { return false; } in MoveAddress()
55 m_CurrentAddress = tmp; in MoveAddress()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Suppliment.cpp45 nw::math::MTX44 tmp; in MTX44Mult() local
56 tmp.m[i][j] = value; in MTX44Mult()
61 tmp.m[3][j] = p2->m[3][j]; in MTX44Mult()
64 *pOut = tmp; in MTX44Mult()
/NW4C-1.2.23/
Dsetup1 tmp=`pwd`
3 export NW4C_ROOT=`cygpath -w $tmp`
/NW4C-1.2.23/sources/shaders/font/
Dfont_TextWriterShader.vsh34 #define tmp r15
54 m4x3 tmp.xyz, pos, cViewMtx
55 mov tmp.w, CONST_1
56 m4x4 vPosition, tmp, cProjMtx
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp346 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
347 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
348 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp497 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
498 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
499 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp467 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
468 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
469 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmMessage.h121 SmMessage* tmp = m_Child->getNextTail(); in AddChild() local
122 tmp->setNext( child ); in AddChild()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h842 … Self operator++(int) { Self tmp = *this; (void)this->MoveAddress(sizeof(u32)); return tmp; } variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_TransformAnim.cpp133 math::VEC3 tmp; in BlendVector3() local
134 VEC3Scale(&tmp, src, weight); in BlendVector3()
135 VEC3Add(dst, dst, &tmp); in BlendVector3()
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel2642 string $workList[], $tmp[];
2650 $tmp = `listConnections ($item + ".surfaceShader")`;
2651 if (size($tmp))
2653 if (!IsStringInArray($tmp[0], $list))
2655 $list[size($list)] = $tmp[0];
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/PrjSmpMale/scenes/
DMaleModel.ma4861 …rget=all;output_file_name=human_walk;output_mode=3deditor;output_folder=c:/tmp;merge_rmdl=off;merg…
DMaleWalk.ma5373 …rget=all;output_file_name=human_walk;output_mode=3deditor;output_folder=c:/tmp;merge_rmdl=off;merg…
DMaleRun.ma5349 …rget=all;output_file_name=human_walk;output_mode=3deditor;output_folder=c:/tmp;merge_rmdl=off;merg…