MCPcopy 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

183using std::round;
184
185inline 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
189using std::fmod;
190

Callers 15

panel_to_componentsFunction · 0.85
toHexStringFunction · 0.85
onMouseMoveMethod · 0.85
stepMethod · 0.85
processMethod · 0.85
processMethod · 0.85
fromJsonMethod · 0.85
onDragMoveMethod · 0.85
processMethod · 0.85
processMethod · 0.85
setValueMethod · 0.85
setImmediateValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected