Home
last modified time | relevance | path

Searched defs:x (Results 1 – 14 of 14) 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 Dsimd_sse.h37 #define SQUISH_SSE_SHUF( x, y, z, w ) \ argument
63 Vec4( float x, float y, float z, float w ) : m_v( _mm_setr_ps( x, y, z, w ) ) {} in Vec4()
H A Dcolourset.cpp64 float x = ( float )rgba[4*i] / 255.0f; in ColourSet() local
H A Dsquish.cpp148 for( int x = 0; x < width; x += 4 ) in CompressImage() local
202 for( int x = 0; x < width; x += 4 ) in DecompressImage() local
H A Dmaths.h51 Vec3( float x, float y, float z ) in Vec3()
H A Dsimd_float.h50 Vec4( float x, float y, float z, float w ) in Vec4()
H A Dsimd_ve.h63 Vec4( float x, float y, float z, float w ) in Vec4()
H A Dclusterfit.cpp112 Vec4 x = p*w; in ConstructOrdering() local
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp129 for (int x = 0; x < 4; x++) in SUITE() local
284 for (int x = 0; x < 4; x++) in SUITE() local
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestUnitTestPP.cpp23 int const x = 3; in TEST() local
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