Searched defs:b (Results 1 – 11 of 11) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTools.h | 30 T Min(T a, T b) in Min() 36 T Max(T a, T b) in Max()
|
| H A D | MTColorTable.h | 185 uint8 b = (color) & 0xFF; in ConvertToABGR() local
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | colourblock.cpp | 50 int b = FloatToInt( 31.0f*colour.Z(), 31 ); in FloatTo565() local 56 static void WriteColourBlock( int a, int b, u8* indices, void* block ) in WriteColourBlock() 79 int b = FloatTo565( end ); in WriteColourBlock3() local 112 int b = FloatTo565( end ); in WriteColourBlock4() local 168 int b = Unpack565( bytes + 2, codes + 4 ); in DecompressColour() local
|
| 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 | 54 Vec3 b = weights[i]*a; in ComputeWeightedCovariance() local 173 float b = ( -2.0f/27.0f )*c2*c2*c2 + ( 1.0f/3.0f )*c1*c2 - c0; in ComputePrincipleComponent() local
|
| H A D | simd_ve.h | 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 | 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 | clusterfit.cpp | 169 Vec4 b = NegativeMultiplySubtract( alphax_sum, alphabeta_sum, betax_sum*alpha2_sum )*factor; in Compress3() local 304 Vec4 b = NegativeMultiplySubtract( alphax_sum, alphabeta_sum, betax_sum*alpha2_sum )*factor; in Compress4() local
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestUnitTestPP.cpp | 10 bool const b = true; in TEST() local 138 void CheckBool(const bool b) in CheckBool()
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | AtomicTests.cpp | 138 MT::Atomic32<uint32> b; in SUITE() local
|
| H A D | DxtTests.cpp | 140 uint8 b = srcPixels[index + 2]; in SUITE() local
|