| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_FxReverb.cpp | 449 s32 tmp = -comb_fb_0; in UpdateBuffer() local 450 tmp = ( tmp * m_CombFilterCoef[0] ) >> 7; in UpdateBuffer() 451 comb_fb_0 = -tmp; in UpdateBuffer() 469 s32 tmp = -comb_fb_1; in UpdateBuffer() local 470 tmp = ( tmp * m_CombFilterCoef[1] ) >> 7; in UpdateBuffer() 471 comb_fb_1 = -tmp; in UpdateBuffer() 489 s32 tmp = -allpass_in; in UpdateBuffer() local 490 tmp = ( tmp * allpass_coef ) >> 7; in UpdateBuffer() 491 allpass_in = -tmp; in UpdateBuffer() 505 s32 tmp = -fo_2; in UpdateBuffer() local [all …]
|
| D | snd_FxDelay.cpp | 273 s32 tmp = -feedback; in UpdateBuffer() local 274 tmp = ( tmp * m_FeedbackGain ) >> 7; in UpdateBuffer() 275 feedback = -tmp; in UpdateBuffer()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Iterator.h | 120 reference operator*() const { TIt tmp = m_Current; return (*--tmp); } 124 Self operator++(int) { Self tmp = *this; (void)--m_Current; return tmp; } 126 Self operator--(int) { Self tmp = *this; (void)++m_Current; return tmp; }
|
| D | ut_BinaryReader.h | 52 void* tmp = (void*)( (int)m_CurrentAddress + size ); in MoveAddress() local 53 if ( tmp < m_StartAddress ) { return false; } in MoveAddress() 54 else if ( tmp > m_EndAddress ) { return false; } in MoveAddress() 57 m_CurrentAddress = tmp; in MoveAddress()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Suppliment.cpp | 47 nw::math::MTX44 tmp; in MTX44Mult() local 58 tmp.m[i][j] = value; in MTX44Mult() 63 tmp.m[3][j] = p2->m[3][j]; in MTX44Mult() 66 *pOut = tmp; in MTX44Mult()
|
| /NW4C-2.0.3/ |
| D | setup | 1 tmp=`pwd` 3 export NW4C_ROOT=`cygpath -w $tmp`
|
| /NW4C-2.0.3/sources/shaders/font/ |
| D | font_TextWriterShader.vsh | 36 #define tmp r15 56 m4x3 tmp.xyz, pos, cViewMtx 57 mov tmp.w, CONST_1 58 m4x4 vPosition, tmp, cProjMtx
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 348 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local 349 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain() 350 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 499 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local 500 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain() 501 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 469 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local 470 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain() 471 curPos = nw::math::VEC2(tmp.x, tmp.y); in nnMain()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmMessage.h | 124 SmMessage* tmp = m_Child->getNextTail(); in AddChild() local 125 tmp->setNext( child ); in AddChild()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_TransformAnimBlendOp.cpp | 65 math::VEC3 tmp; in BlendVector3() local 66 VEC3Scale(&tmp, src, weight); in BlendVector3() 67 VEC3Add(dst, dst, &tmp); in BlendVector3()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ShaderBinaryInfo.h | 892 … Self operator++(int) { Self tmp = *this; (void)this->MoveAddress(sizeof(u32)); return tmp; } variable
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 839 local tmp = dataset.list[maxid] 841 insertItem tmp dataset.list (maxid - 1) 857 local tmp = dataset.list[maxid] 859 insertItem tmp dataset.list (maxid + 1)
|
| D | NW4C_node.ms.inc | 1090 local tmp = dataset.list[maxid] 1092 insertItem tmp dataset.list (maxid - 1) 1108 local tmp = dataset.list[maxid] 1110 insertItem tmp dataset.list (maxid + 1)
|