Searched defs:x (Results 1 – 14 of 14) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ExceptionMacros.h | 7 #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 D | Config.h | 71 #define UNIITEST_NS_QUAL_STD(x) x argument 73 #define UNIITEST_NS_QUAL_STD(x) ::std::x argument
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTypes.h | 28 #define MT_USED_IN_ASSERT(x) (void)(x) argument 30 #define MT_UNUSED(x) (void)(x) argument
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | simd_sse.h | 37 #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 D | colourset.cpp | 64 float x = ( float )rgba[4*i] / 255.0f; in ColourSet() local
|
| H A D | squish.cpp | 148 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 D | maths.h | 51 Vec3( float x, float y, float z ) in Vec3()
|
| H A D | simd_float.h | 50 Vec4( float x, float y, float z, float w ) in Vec4()
|
| H A D | simd_ve.h | 63 Vec4( float x, float y, float z, float w ) in Vec4()
|
| H A D | clusterfit.cpp | 112 Vec4 x = p*w; in ConstructOrdering() local
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 129 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 D | TestUnitTestPP.cpp | 23 int const x = 3; in TEST() local
|
| H A D | TestTestMacros.cpp | 62 int x; member
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 507 #define SCOPE_CONCAT_IMPL(x, y) x##y argument 508 #define SCOPE_CONCAT(x, y) SCOPE_CONCAT_IMPL(x, y) argument
|