MCPcopy Create free account
hub / github.com/brummer10/guitarix / abs

Function abs

trunk/tools/pythonmodule.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95inline int lsr (int x, int n) { return int(((unsigned int)x) >> n); }
96
97template<typename T> T abs (T a) { return (a<T(0)) ? -a : a; }
98
99
100/******************************************************************************

Callers 15

plotoneFunction · 0.85
estimateFunction · 0.85
make_gainFunction · 0.85
output_freqz_libcrybabyFunction · 0.85
plotoneFunction · 0.85
estimateFunction · 0.85
make_gainFunction · 0.85
output_freqz_libcrybabyFunction · 0.85
sweepFunction · 0.85
example.pyFile · 0.85
spline_diffMethod · 0.85
max_dfMethod · 0.85

Calls 1

TClass · 0.50

Tested by

no test coverage detected