Home
last modified time | relevance | path

Searched defs:b (Results 1 – 11 of 11) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTools.h30 T Min(T a, T b) in Min()
36 T Max(T a, T b) in Max()
H A DMTColorTable.h185 uint8 b = (color) & 0xFF; in ConvertToABGR() local
/TaskScheduler/ThirdParty/Squish/
H A Dcolourblock.cpp50 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 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.cpp54 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 Dsimd_ve.h119 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.h115 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 Dclusterfit.cpp169 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 DTestUnitTestPP.cpp10 bool const b = true; in TEST() local
138 void CheckBool(const bool b) in CheckBool()
/TaskScheduler/SchedulerTests/Tests/
H A DAtomicTests.cpp138 MT::Atomic32<uint32> b; in SUITE() local
H A DDxtTests.cpp140 uint8 b = srcPixels[index + 2]; in SUITE() local