Searched refs:Qfloat (Results 1 – 1 of 1) sorted by relevance
94 typedef float Qfloat; typedef97 typedef double Qfloat; typedef232 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 …]