Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ round
Function
round
include/simd/functions.hpp:185–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
using std::round;
184
185
inline float_4 round(float_4 a) {
186
return float_4(_mm_round_ps(a.v, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC));
187
}
188
189
using std::fmod;
190
Callers
15
panel_to_components
Function · 0.85
toHexString
Function · 0.85
onMouseMove
Method · 0.85
step
Method · 0.85
process
Method · 0.85
process
Method · 0.85
fromJson
Method · 0.85
onDragMove
Method · 0.85
process
Method · 0.85
process
Method · 0.85
setValue
Method · 0.85
setImmediateValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected