Home
last modified time | relevance | path

Searched refs:c (Results 1 – 16 of 16) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsimd_ve.h55 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 Dsimd_sse.h68 __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 Dmaths.cpp93 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 Dcolourblock.cpp173 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 Dsimd_float.h114 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 DTestCompositeTestReporter.cpp84 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 DXmlTestReporter.cpp16 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 Dlicense.txt3 Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
H A D.travis.yml14 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo bash -c "echo 'deb http://lgp203.free.fr/ubuntu qu…
H A DREADME.md24 ```c++
/TaskScheduler/ThirdParty/UnitTest++/
H A DLICENSE1 Copyright (c) 2006 Noel Llopis and Charles Nicholson
/TaskScheduler/Scheduler/Include/
H A DMTFiberContext.inl3 // Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
H A DMTScheduler.inl3 // Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Djump_i386_ms_pe_masm.asm24 .model flat, c
H A Dmake_i386_ms_pe_masm.asm24 .model flat, c
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile785 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
791 FILE_PATTERNS = *.c \
795 *.c++ \