Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dmaths.cpp190 float rt = std::pow( rho, 1.0f/3.0f ); in ComputePrincipleComponent() local
194 float l1 = ( 1.0f/3.0f )*c2 + 2.0f*rt*ct; in ComputePrincipleComponent()
195 float l2 = ( 1.0f/3.0f )*c2 - rt*( ct + ( float )sqrt( 3.0f )*st ); in ComputePrincipleComponent()
196 float l3 = ( 1.0f/3.0f )*c2 - rt*( ct - ( float )sqrt( 3.0f )*st ); in ComputePrincipleComponent()
210 float rt; in ComputePrincipleComponent() local
212 rt = -std::pow( -0.5f*b, 1.0f/3.0f ); in ComputePrincipleComponent()
214 rt = std::pow( 0.5f*b, 1.0f/3.0f ); in ComputePrincipleComponent()
216 float l1 = ( 1.0f/3.0f )*c2 + rt; // repeated in ComputePrincipleComponent()
217 float l2 = ( 1.0f/3.0f )*c2 - 2.0f*rt; in ComputePrincipleComponent()