Searched defs:c (Results 1 – 7 of 7) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | simd_ve.h | 55 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 D | simd_sse.h | 68 __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 D | simd_float.h | 114 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 D | maths.cpp | 93 float c = std::fabs( u[i] ); in GetMultiplicity1Evector() local 132 float c = std::fabs( m[i] ); in GetMultiplicity2Evector() local
|
| H A D | colourblock.cpp | 173 int c = codes[i]; in DecompressColour() local
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestCompositeTestReporter.cpp | 84 CompositeTestReporter c; in TEST() local 93 CompositeTestReporter c; in TEST() local 109 CompositeTestReporter c; member
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | XmlTestReporter.cpp | 16 void ReplaceChar(string& str, char c, string const& replacement) in ReplaceChar()
|