Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 94) sorted by relevance

1234

/NW4C-1.2.23/include/nw/config/
Dmacros.h28 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_O_((a, b)) argument
30 #define NW_MACRO_CAT_I_(a, b) a ## b argument
37 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b) argument
38 #define NW_MACRO_CAT_I_(a, b) NW_MACRO_CAT_II_(a ## b) argument
45 #define NW_MACRO_CAT_I_(a, b) a ## b argument
46 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b) argument
/NW4C-1.2.23/include/nw/ut/
Dut_Color.h81 a(static_cast<u8>(alpha)) in Color8()
139 Min(this->a + right.a, ELEMENT_MAX)
157 Max(this->a - right.a, ELEMENT_MIN)
175 this->a * right.a / ELEMENT_MAX
193 (right.a != 0) ? Min(this->a * ELEMENT_MAX / right.a, ELEMENT_MAX): ELEMENT_MAX
209 if (a < ELEMENT_MAX) { a++; }
225 if (a < ELEMENT_MAX) { a++; }
240 if (a > ELEMENT_MIN) { a--; }
256 if (a > ELEMENT_MIN) { a--; }
352 Min(this->a + right.a, ELEMENT_MAX)
[all …]
Dut_Inlines.h41 NW_INLINE T Min(T a, T b);
403 Abs(T a) in Abs() argument
405 return (a < 0) ? static_cast<T>(-a) : a; in Abs()
417 Abs<float>(register float a)
421 asm{ fabs ret, a }
424 return (a < 0) ? -a : a;
438 Min(T a, T b) in Min() argument
440 return (a > b) ? b: a; in Min()
454 Max(T a, T b) in Max() argument
456 return (a < b) ? b: a; in Max()
[all …]
Dut_ResTypes.h371 ResF32 a[4]; member
377 for (int i = 0; i < 4; ++i ) { m.a[i] = this->a[i]; } in MTX22()
392 ResF32 a[6]; member
398 for (int i = 0; i < 6; ++i ) { m.a[i] = this->a[i]; } in MTX23()
414 ResF32 a[9]; member
420 for (int i = 0; i < 9; ++i ) { m.a[i] = this->a[i]; } in MTX33()
436 ResF32 a[12]; member
442 for (int i = 0; i < 12; ++i ) { m.a[i] = this->a[i]; } in MTX34()
459 ResF32 a[16]; member
465 for (int i = 0; i < 16; ++i ) { m.a[i] = this->a[i]; } in MTX44()
Dut_BinaryFileFormat.h32 #define NW_UT_MAKE_SIGWORD(a,b,c,d) \ argument
34 (static_cast<u8>(a) << 0) \
43 #define NW_UT_MAKE_SIGWORD(a,b,c,d) \ argument
45 (static_cast<u8>(a) << 24) \
Dut_SharedPtr.h417 operator==(SharedPtr<T, TLockObject> const & a, SharedPtr<U, TLockObject> const & b)
419 return a.Get() == b.Get();
432 operator!=(SharedPtr<T, TLockObject> const & a, SharedPtr<U, TLockObject> const & b)
434 return ! (a == b);
/NW4C-1.2.23/demos/Nw4cDemo/resource/
Dres_conv_lyt.bat4 %LYT_ARCV% -c ../romfiles/menu_btn.arc -a 128 -f ToyLytMenu ./blyt ./anim ./font ./timg
6 %LYT_ARCV% -c ../romfiles/tab.arc -a 128 -f ToyLytTab ./blyt ./anim ./timg
8 %LYT_ARCV% -c ../romfiles/slider.arc -a 128 -f ToyLytSlider ./blyt ./timg
10 %LYT_ARCV% -c ../romfiles/button.arc -a 128 -f ToyLytBtn ./blyt ./anim ./timg
12 %LYT_ARCV% -c ../romfiles/pierrot_btn.arc -a 128 -f ToyPierrotLytBtn ./blyt ./anim ./timg
13 %LYT_ARCV% -c ../romfiles/robot_btn.arc -a 128 -f ToyRobotLytBtn ./blyt ./anim ./timg
14 %LYT_ARCV% -c ../romfiles/stage_btn.arc -a 128 -f ToyStageLytBtn ./blyt ./anim ./timg
15 %LYT_ARCV% -c ../romfiles/audience_btn.arc -a 128 -f ToyAudienceLytBtn ./blyt ./anim ./timg
16 %LYT_ARCV% -c ../romfiles/particle_btn.arc -a 128 -f ToyParticleLytBtn ./blyt ./anim ./timg
/NW4C-1.2.23/documents/License/IronRuby/
DLICENSE.CPL.txt9a) in the case of the initial Contributor, the initial code and documentation distributed under th…
16 …istributed by that particular Contributor. A Contribution 'originates' from a Contributor if it wa…
20 "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed …
28a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusiv…
30 …b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusiv…
32a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes…
40 a) it complies with the terms and conditions of this Agreement; and
44 …ent, and implied warranties or conditions of merchantability and fitness for a particular purpose;
50 …uch Contributor, and informs licensees how to obtain it in a reasonable manner on or through a med…
54 a) it must be made available under this Agreement; and
[all …]
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dcontents.css42 h1 a:link {
46 h1 a:visited {
82 a { selector
84 a:link {
87 a:visited {
90 a:hover {
/NW4C-1.2.23/tools/DebuggerLauncher/
Dreadme.txt8 - Sending a software macro to the debugger once already running
15 - You can code a macro after "macro=". Use semicolons in place of newlines.
20 If you specify a macro file here, the macro coded using "macro=" is ignored.
25 … You can also specify a macro file without this specification by using "mcffile=", described above.
27 …- You can use "noconfirm" to set operations so that no check is made whether to execute a macro fo…
28 …If this setting is not made, a check will be made if it's really okay to execute a macro, when exe…
41 …Since the options device and noconfirm are specified, neither a connection check nor confirmation …
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Common.cpp27 #define ARRAY_LENGTH(a) (sizeof(a) / sizeof((a)[0])) argument
235 ret.a = u8(col.a * alpha / ut::Color8::ALPHA_MAX); in MultipleAlpha()
269 glUniform4f(loc + 0, vtxColors[0].r, vtxColors[0].g, vtxColors[0].b, vtxColors[0].a); in DrawQuad()
270 glUniform4f(loc + 1, vtxColors[1].r, vtxColors[1].g, vtxColors[1].b, vtxColors[1].a); in DrawQuad()
271 glUniform4f(loc + 2, vtxColors[2].r, vtxColors[2].g, vtxColors[2].b, vtxColors[2].a); in DrawQuad()
272 glUniform4f(loc + 3, vtxColors[3].r, vtxColors[3].g, vtxColors[3].b, vtxColors[3].a); in DrawQuad()
364 ColorU8ToFloat(color.a)); in DrawLine()
383 glUniformMatrix4fv(glGetUniformLocation(program, "uModelView"), 1, GL_TRUE, m.a); in DrawLine()
397 glUniformMatrix4fv(glGetUniformLocation(program, "uModelView"), 1, GL_TRUE, m.a); in DrawLine()
411 glUniformMatrix4fv(glGetUniformLocation(program, "uModelView"), 1, GL_TRUE, m.a); in DrawLine()
[all …]
Dlyt_GraphicsResource.cpp27 #define ARRAY_LENGTH(a) (sizeof(a) / sizeof((a)[0])) argument
432 glUniformMatrix4fv(this->GetUniformLocation(this->UNIFORM_uProjection), 1, GL_TRUE, mtx.a); in SetProjectionMtx()
437 glUniformMatrix4fv(glGetUniformLocation(program, "uProjection"), 1, GL_TRUE, mtx.a); in SetProjectionMtx()
441 m_TextWriterResource.SetProjectionMtx(mtx.a); in SetProjectionMtx()
/NW4C-1.2.23/documents/LayoutEditor/html/css/
Dcontents.css76 a:link
81 a:visited
86 a:hover
Dmain.css212 a selector
219 a:visited
224 a:hover
230 a:active
/NW4C-1.2.23/documents/SoundMaker/html/css/
Dcontents.css76 a:link
81 a:visited
86 a:hover
Dmain.css212 a selector
219 a:visited
224 a:hover
230 a:active
/NW4C-1.2.23/include/nw/lyt/
Dlyt_DrawerCommand.h21 ( color8.r | color8.g << 8 | color8.b << 16 | color8.a << 24 )
24 ( color8.r | color8.g << 8 | color8.b << 16 | alpha8.a << 24 )
/NW4C-1.2.23/demos/lyt/multiArc/
Dsetup.bat21 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout1.arc -f objects\brsrc1 .
22 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout2.arc -f objects\brsrc2 .
23 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout3.arc -f objects\brsrc3 .
/NW4C-1.2.23/tools/CsdrUpdater/
Dreadme.txt17 Changed the NWCS intermediate file format from a template to a format to be loaded.
21 CsdrUpdater for CTR is a script for Base64 encoding the shader binary and swapping it with the bina…
85 The default value if not using a user-defined value,
/NW4C-1.2.23/include/nw/snd/
Dsnd_Global.h275 AdshrCurve( u8 a = 0, u8 d = 0, u8 s = 0, u8 h = 0, u8 r = 0 )
276 : attack( a ), in attack()
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/
Dworkspace.mel1 //Maya 2009 Service Pack 1a Project Definition
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyPopupBook/
Dworkspace.mel1 //Maya 2009 Service Pack 1a Project Definition
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/PrjSmpMale/
Dworkspace.mel1 //Maya 2009 Service Pack 1a Project Definition
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyMobile/
Dworkspace.mel1 //Maya 2009 Service Pack 1a Project Definition
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyBlock/
Dworkspace.mel1 //Maya 2009 Service Pack 1a Project Definition

1234