MCPcopy 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
2740inline double binload_floatConv(float data)
2741{
2742 return (double)data;
2743}
2744
2745inline void * binload_ptrConv(int32_t value, void * offset = NULL)
2746{

Callers 2

floatArrToDoubleFunction · 0.85
svm_load_binary_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected