Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audeering/opensmile
/ binload_floatConv
Function
binload_floatConv
src/classifiers/libsvm/svm.cpp:2740–2743 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2738
}
2739
2740
inline double binload_floatConv(float data)
2741
{
2742
return (double)data;
2743
}
2744
2745
inline void * binload_ptrConv(int32_t value, void * offset = NULL)
2746
{
Callers
2
floatArrToDouble
Function · 0.85
svm_load_binary_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected