Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
template <typename T>
30
inline int64_t bitwise_or_zero(const T & x) { return static_cast<int64_t>(x) | 0; }
31
32
template <typename T>
33
inline T square(const T & x) { return x * x; }
Callers
14
half
Method · 0.85
full
Method · 0.85
tri
Method · 0.85
tri2
Method · 0.85
trip
Method · 0.85
trap
Method · 0.85
trap2
Method · 0.85
sqr
Method · 0.85
sqr2
Method · 0.85
rect
Method · 0.85
saw
Method · 0.85
ramp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected