Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ fvec_ones
Function
fvec_ones
deps/aubio/src/fvec.c:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void fvec_ones(fvec_t *s) {
91
fvec_set_all (s, 1.);
92
}
93
94
void fvec_rev(fvec_t *s) {
95
uint_t j;
Callers
1
fvec_set_window
Function · 0.85
Calls
1
fvec_set_all
Function · 0.85
Tested by
no test coverage detected