| /TaskScheduler/ThirdParty/Squish/ |
| H A D | maths.h | 44 explicit Vec3( float s ) in Vec3() argument 46 m_x = s; in Vec3() 47 m_y = s; in Vec3() 48 m_z = s; in Vec3() 91 Vec3& operator*=( float s ) 93 m_x *= s; 94 m_y *= s; 95 m_z *= s; 109 float t = 1.0f/s; 208 Sym3x3( float s ) in Sym3x3() argument [all …]
|
| H A D | simd_ve.h | 53 explicit Vec4( float s ) in Vec4() argument 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()
|
| H A D | simd_float.h | 42 explicit Vec4( float s ) in Vec4() argument 43 : m_x( s ), in Vec4() 44 m_y( s ), in Vec4() 45 m_z( s ), in Vec4() 46 m_w( s ) in Vec4()
|
| H A D | simd_sse.h | 61 explicit Vec4( float s ) : m_v( _mm_set1_ps( s ) ) {} in Vec4() argument
|
| H A D | texture_compression_s3tc.txt | 37 specific to S3's S3TC format (called DXTC in Microsoft's DirectX API),
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | jump_mips32_o32_elf_gas.S | 59 s.d $f20, ($sp) # save F20 60 s.d $f22, 8($sp) # save F22 61 s.d $f24, 16($sp) # save F24 62 s.d $f26, 24($sp) # save F26 63 s.d $f28, 32($sp) # save F28 64 s.d $f30, 40($sp) # save F30
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestCompositeTestReporter.cpp | 141 const float s = 1.2345f; in TEST_FIXTURE() local 142 c.ReportTestFinish(t, s); in TEST_FIXTURE() 146 CHECK_CLOSE(s, r0.testFinishSecondsElapsed, 0.00001f); in TEST_FIXTURE() 150 CHECK_CLOSE(s, r1.testFinishSecondsElapsed, 0.00001f); in TEST_FIXTURE()
|
| H A D | TestXmlTestReporter.cpp | 18 MemoryOutStream& operator<<(MemoryOutStream& s, const std::string& value) in operator <<() argument 20 s << value.c_str(); in operator <<() 21 return s; in operator <<()
|
| H A D | TestMemoryOutStream.cpp | 255 size_t const s = 53124; in TEST() local 256 stream << s; in TEST()
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | MemoryOutStream.cpp | 180 MemoryOutStream& MemoryOutStream::operator <<(unsigned int const s) in operator <<() argument 182 FormatToStream(*this, "%u", s); in operator <<()
|
| H A D | MemoryOutStream.h | 70 MemoryOutStream& operator <<(unsigned int s);
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 842 #powerTip.s:after, #powerTip.s:before, 851 #powerTip.n:after, #powerTip.s:after, 857 #powerTip.n:before, #powerTip.s:before, 881 #powerTip.s:after, #powerTip.s:before, 886 #powerTip.s:after, #powerTip.se:after, #powerTip.sw:after { 889 #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before { 892 #powerTip.s:after, #powerTip.s:before {
|
| H A D | Doxyfile | 238 # "Side Effects:". You can put \n's in the value part of an alias to insert 324 # If you use Microsoft's C++/CLI language, you should set this option to YES to 338 # For Microsoft's IDL there are propget and propput attributes to indicate 492 # blocks will be appended to the function's detailed documentation block. 521 # append additional text to a page's title, such as Class Reference. If set to 682 # that represents doxygen's defaults, run doxygen with the -l option. You can 1039 # rich C++ code for which doxygen's built-in parser lacks the necessary type 1384 # project's filter section matches. Qt Help Project / Filter Attributes (see: 1390 # The QHG_LOCATION tag can be used to specify the location of Qt's 1991 # overwrite each other's variables. [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | INSTALL | 53 1. `cd' to the directory containing the package's source code and type 82 for the package's developers. If you use it, you may have to get 144 By default, `make install' installs the package's commands under 329 Print a summary of the options unique to this package's 356 Look for the package's source code in directory DIR. Usually
|
| H A D | README.md | 109 - Failing tests are added to Visual Studio's error list
|