Home | History | Annotate | Download | only in src

Lines Matching refs:Qfloat

94 typedef float Qfloat;
97 typedef double Qfloat;
232 const float* another, Qfloat* results,
245 results[j] = (Qfloat)(s*alpha + beta);
251 const float* another, Qfloat* results )
258 const float* another, Qfloat* results )
267 const float* another, Qfloat* results )
275 Qfloat t = results[j];
278 results[j] = (Qfloat)((1. - e)/(1. + e));
280 results[j] = (Qfloat)((e - 1.)/(e + 1.));
286 const float* another, Qfloat* results )
315 results[j] = (Qfloat)(s*gamma);
323 const float* another, Qfloat* results )
325 const Qfloat max_val = (Qfloat)(FLT_MAX*1e-3);
431 buf[i] = (Qfloat*)cvMemStorageAlloc( storage, sample_count*2*sizeof(buf[i][0]) );
452 cache_line_size = sample_count*sizeof(Qfloat);
453 // cache size = max(num_of_samples^2*sizeof(Qfloat)*0.25, 64Kb)
479 Qfloat* data;
494 data = (Qfloat*)cvMemStorageAlloc( storage, cache_line_size );
548 Qfloat* dst_pos = dst;
549 Qfloat* dst_neg = dst + len;
552 Qfloat* temp;
558 Qfloat t = row[j];
613 const Qfloat *Q_i = get_row( i, buf[0] );
624 const Qfloat *Q_i, *Q_j;
1882 Qfloat* buffer = 0;
1905 CV_CALL( buffer = (Qfloat*)cvStackAlloc( buf_sz ));
1909 CV_CALL( buffer = (Qfloat*)cvAlloc( buf_sz ));