MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / SQ

Function SQ

jni/stasm/misc.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137template <typename T> T SQ(const T x) // define SQ(x)
138{
139 return x * x;
140}
141
142template <typename T> T ABS(const T x) // define ABS(x)
143{

Callers 8

xAxFunction · 0.85
PointDistFunction · 0.85
ConformShapeToMod_Method · 0.85
InitGradMagAndOrientMatsFunction · 0.85
InitIndicesFunction · 0.85
GetMagsAndOrientsFunction · 0.85
GetHistogramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected