MCPcopy Create free account
hub / github.com/LabSound/LabSound / bitwise_or_zero

Function bitwise_or_zero

src/extended/PolyBLEPNode.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template <typename T>
30inline int64_t bitwise_or_zero(const T & x) { return static_cast<int64_t>(x) | 0; }
31
32template <typename T>
33inline T square(const T & x) { return x * x; }

Callers 14

halfMethod · 0.85
fullMethod · 0.85
triMethod · 0.85
tri2Method · 0.85
tripMethod · 0.85
trapMethod · 0.85
trap2Method · 0.85
sqrMethod · 0.85
sqr2Method · 0.85
rectMethod · 0.85
sawMethod · 0.85
rampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected