Home
last modified time | relevance | path

Searched refs:x (Results 1 – 18 of 18) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DExceptionMacros.h7 #define UT_TRY(x) try x argument
8 #define UT_THROW(x) throw x argument
12 #define UT_TRY(x) x argument
13 #define UT_THROW(x) argument
H A DConfig.h71 #define UNIITEST_NS_QUAL_STD(x) x argument
73 #define UNIITEST_NS_QUAL_STD(x) ::std::x argument
/TaskScheduler/Scheduler/Include/
H A DMTTypes.h28 #define MT_USED_IN_ASSERT(x) (void)(x) argument
30 #define MT_UNUSED(x) (void)(x) argument
/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp148 for( int x = 0; x < width; x += 4 ) in CompressImage() local
159 int sx = x + px; in CompressImage()
202 for( int x = 0; x < width; x += 4 ) in DecompressImage() local
215 int sx = x + px; in DecompressImage()
H A Dtexture_compression_s3tc.txt312 blocksize * (ceil(<w>/4) * floor(<y>/4) + floor(<x>/4)).
315 4x4 texel block using a relative (x,y) value of
317 (<x> modulo 4, <y> modulo 4).
342 code(x,y) = bits[2*(4*y+x)+1..2*(4*y+x)+0]
349 RGB0, if color0 > color1 and code(x,y) == 0
350 RGB1, if color0 > color1 and code(x,y) == 1
412 alpha(x,y) = bits[4*(4*y+x)+3..4*(4*y+x)+0]
418 given by alpha(x,y) / 15.
446 code(x,y) = bits[3*(4*y+x)+1..3*(4*y+x)+0]
454 alpha0, code(x,y) == 0
[all …]
H A Dcolourset.cpp64 float x = ( float )rgba[4*i] / 255.0f; in ColourSet() local
72 m_points[m_count] = Vec3( x, y, z ); in ColourSet()
H A Dsimd_sse.h37 #define SQUISH_SSE_SHUF( x, y, z, w ) \ argument
38 ( ( x ) | ( ( y ) << 2 ) | ( ( z ) << 4 ) | ( ( w ) << 6 ) )
63 Vec4( float x, float y, float z, float w ) : m_v( _mm_setr_ps( x, y, z, w ) ) {} in Vec4() argument
H A Dsimd_ve.h63 Vec4( float x, float y, float z, float w ) in Vec4() argument
66 u.c[0] = x; in Vec4()
H A Dsimd_float.h50 Vec4( float x, float y, float z, float w ) in Vec4() argument
51 : m_x( x ), in Vec4()
H A Dmaths.h51 Vec3( float x, float y, float z ) in Vec3() argument
53 m_x = x; in Vec3()
H A Dclusterfit.cpp112 Vec4 x = p*w; in ConstructOrdering() local
113 m_points_weights[i] = x; in ConstructOrdering()
114 m_xsum_wsum += x; in ConstructOrdering()
H A DChangeLog3 * The core cluster fit is now 4x faster using contributions by Ignacio
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp129 for (int x = 0; x < 4; x++) in SUITE() local
131 int posX = srcX + x; in SUITE()
144 pixels[y * 4 + x] = color; in SUITE()
284 for (int x = 0; x < 4; x++) in SUITE() local
288 int posX = dstX + x; in SUITE()
293 uint32 pixel = pixels[y * 4 + x]; in SUITE()
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestUnitTestPP.cpp23 int const x = 3; in TEST() local
25 CHECK_EQUAL(x, y); in TEST()
H A DTestTestMacros.cpp62 int x; member
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h507 #define SCOPE_CONCAT_IMPL(x, y) x##y argument
508 #define SCOPE_CONCAT(x, y) SCOPE_CONCAT_IMPL(x, y) argument
/TaskScheduler/ThirdParty/UnitTest++/
H A DINSTALL202 is something like `gnu-as' or `x' (for the X Window System). The
208 you can use the `configure' options `--x-includes=DIR' and
209 `--x-libraries=DIR' to specify their locations.
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile1669 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1670 # 14 inches) and executive (7.25 x 10.5 inches).