Home
last modified time | relevance | path

Searched defs:c (Results 1 – 7 of 7) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsimd_ve.h55 union { vector float v; float c[4]; } u; in Vec4() member
65 union { vector float v; float c[4]; } u; in Vec4() member
75 union { vector float v; float c[4]; } u; in GetVec3() member
119 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
125 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
H A Dsimd_sse.h68 __attribute__ ((__aligned__ (16))) float c[4]; in GetVec3() local
115 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
121 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
H A Dsimd_float.h114 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
120 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
H A Dmaths.cpp93 float c = std::fabs( u[i] ); in GetMultiplicity1Evector() local
132 float c = std::fabs( m[i] ); in GetMultiplicity2Evector() local
H A Dcolourblock.cpp173 int c = codes[i]; in DecompressColour() local
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCompositeTestReporter.cpp84 CompositeTestReporter c; in TEST() local
93 CompositeTestReporter c; in TEST() local
109 CompositeTestReporter c; member
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DXmlTestReporter.cpp16 void ReplaceChar(string& str, char c, string const& replacement) in ReplaceChar()