HomeSort by relevance Sort by last modified time
    Searched refs:inv_scale (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/ml/src/
ann_mlp.cpp 593 double* inv_scale = weights[l_count+1].ptr<double>();
602 scale[2*j] = inv_scale[2*j] = a0;
603 scale[j*2+1] = inv_scale[2*j+1] = b0;
631 t = t*inv_scale[j*2] + inv_scale[2*j+1];
650 inv_scale[j*2] = a; inv_scale[j*2+1] = b;
    [all...]
knearest.cpp 209 float inv_scale = 1.f/k; local
238 result = (float)(s*inv_scale);
  /external/opencv/ml/src/
mlknearest.cpp 219 double inv_scale = 1./k1; local
234 r = (float)(s*inv_scale);
mlann_mlp.cpp 617 double* inv_scale = weights[l_count+1]; local
630 scale[2*j] = inv_scale[2*j] = a0;
631 scale[j*2+1] = inv_scale[2*j+1] = b0;
677 inv_scale[j*2] = a; inv_scale[j*2+1] = b;
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 18510 float scale, inv_scale; local
    [all...]

Completed in 259 milliseconds