| /TaskScheduler/ThirdParty/Squish/ |
| H A D | simd_ve.h | 55 union { vector float v; float c[4]; } u; in Vec4() member 56 u.c[0] = s; in Vec4() 57 u.c[1] = s; in Vec4() 58 u.c[2] = s; in Vec4() 59 u.c[3] = s; in Vec4() 65 union { vector float v; float c[4]; } u; in Vec4() member 66 u.c[0] = x; in Vec4() 67 u.c[1] = y; in Vec4() 68 u.c[2] = z; in Vec4() 69 u.c[3] = w; in Vec4() [all …]
|
| H A D | simd_sse.h | 68 __attribute__ ((__aligned__ (16))) float c[4]; in GetVec3() local 70 __declspec(align(16)) float c[4]; in GetVec3() 72 _mm_store_ps( c, m_v ); in GetVec3() 73 return Vec3( c[0], c[1], c[2] ); in GetVec3() 115 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd() argument 117 return Vec4( _mm_add_ps( _mm_mul_ps( a.m_v, b.m_v ), c.m_v ) ); in MultiplyAdd() 121 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract() argument 123 return Vec4( _mm_sub_ps( c.m_v, _mm_mul_ps( a.m_v, b.m_v ) ) ); in NegativeMultiplySubtract()
|
| H A D | maths.cpp | 93 float c = std::fabs( u[i] ); in GetMultiplicity1Evector() local 94 if( c > mc ) in GetMultiplicity1Evector() 96 mc = c; in GetMultiplicity1Evector() 132 float c = std::fabs( m[i] ); in GetMultiplicity2Evector() local 133 if( c > mc ) in GetMultiplicity2Evector() 135 mc = c; in GetMultiplicity2Evector()
|
| H A D | colourblock.cpp | 173 int c = codes[i]; in DecompressColour() local 178 codes[8 + i] = ( u8 )( ( c + d )/2 ); in DecompressColour() 183 codes[8 + i] = ( u8 )( ( 2*c + d )/3 ); in DecompressColour() 184 codes[12 + i] = ( u8 )( ( c + 2*d )/3 ); in DecompressColour()
|
| H A D | simd_float.h | 114 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd() argument 116 return a*b + c; in MultiplyAdd() 120 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract() argument 122 return c - a*b; in NegativeMultiplySubtract()
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestCompositeTestReporter.cpp | 84 CompositeTestReporter c; in TEST() local 86 CHECK(c.AddReporter(&r)); in TEST() 93 CompositeTestReporter c; in TEST() local 95 c.AddReporter(&r); in TEST() 96 CHECK(c.RemoveReporter(&r)); in TEST() 104 c.AddReporter(&r0); in Fixture() 105 c.AddReporter(&r1); in Fixture() 109 CompositeTestReporter c; member 115 c.ReportTestStart(t); in TEST_FIXTURE() 127 c.ReportFailure(t, failStr); in TEST_FIXTURE() [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | XmlTestReporter.cpp | 16 void ReplaceChar(string& str, char c, string const& replacement) in ReplaceChar() argument 18 for (size_t pos = str.find(c); pos != string::npos; pos = str.find(c, pos + 1)) in ReplaceChar()
|
| /TaskScheduler/ |
| H A D | license.txt | 3 Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
|
| H A D | .travis.yml | 14 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo bash -c "echo 'deb http://lgp203.free.fr/ubuntu qu…
|
| H A D | README.md | 24 ```c++
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | LICENSE | 1 Copyright (c) 2006 Noel Llopis and Charles Nicholson
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTFiberContext.inl | 3 // Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
|
| H A D | MTScheduler.inl | 3 // Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | jump_i386_ms_pe_masm.asm | 24 .model flat, c
|
| H A D | make_i386_ms_pe_masm.asm | 24 .model flat, c
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 785 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 791 FILE_PATTERNS = *.c \ 795 *.c++ \
|