Searched refs:inv_scale (Results 1 - 6 of 6) sorted by relevance

/external/srec/srec/clib/
H A Dswimodel.c477 ASSERT(pval > ((0x01 << 31) / (prep->mix_score_scale * prep->add.inv_scale)));
479 * prep->add.inv_scale) >> 19;
/external/srec/srec/include/
H A Dpre_desc.h83 prdata inv_scale; member in struct:__anon12426
/external/opencv/ml/src/
H A Dmlknearest.cpp219 double inv_scale = 1./k1; local
234 r = (float)(s*inv_scale);
H A Dmlann_mlp.cpp617 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;
/external/srec/srec/crec/
H A Dget_fram.c120 prep->add.inv_scale = (prdata)(((float)(0x01 << 12) * MUL_SCALE) /
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c13009 float scale, inv_scale; local
13016 inv_scale = 1/scale;
13018 unop(Iop_Dup32x4, mkU32( float_to_bits(inv_scale) )) );

Completed in 827 milliseconds