Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp66 min = max = Dot( values[0], principle ); in RangeFit()
69 float val = Dot( values[i], principle ); in RangeFit()
H A Dmaths.h158 friend float Dot( Arg left, Arg right ) in Dot() function
198 return Dot( v, v ); in LengthSquared()
H A Dclusterfit.cpp72 dps[i] = Dot( values[i], axis ); in ConstructOrdering()