Home
last modified time | relevance | path

Searched refs:Qfloat (Results 1 – 1 of 1) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp94 typedef float Qfloat; typedef
97 typedef double Qfloat; typedef
232 const float* another, Qfloat* results, in calc_non_rbf_base()
245 results[j] = (Qfloat)(s*alpha + beta); in calc_non_rbf_base()
251 const float* another, Qfloat* results ) in calc_linear()
258 const float* another, Qfloat* results ) in calc_poly()
267 const float* another, Qfloat* results ) in calc_sigmoid()
275 Qfloat t = results[j]; in calc_sigmoid()
278 results[j] = (Qfloat)((1. - e)/(1. + e)); in calc_sigmoid()
280 results[j] = (Qfloat)((e - 1.)/(e + 1.)); in calc_sigmoid()
[all …]