Lines Matching full:int32
40 const int32* rawSimArrA,
41 const int32* rawIdArrA,
43 const int32* refSimArrA,
44 const int32* refIdArrA,
47 int32* outSimArrA )
50 int32 refSimL = 0;
52 int32* outPtrL = outSimArrA;
53 const int32* rawPtrL = rawSimArrA;
65 int32 shiftL = 0;
66 int32 roundL = 0;
75 roundL = ( int32 )1 << ( shiftL - 1 );
84 int32 maxL = 0;
86 int32 idL = 0;
114 int32 maxL = 0;
116 int32 idL = 0;
118 int32 maxSimArrL[ 16 ];
139 int32 simL = refSimArrA[ iL ];
185 int32 bpi_normalizedSimilarity( struct bbs_Context* cpA,
186 int32 rawSimA,
187 int32 rawIdA,
188 const int32* refSimArrA,
189 const int32* refIdArrA,
194 int32 refSimL = 0;
207 int32 shiftL = 0;
208 int32 roundL = 0;
217 roundL = ( int32 )1 << ( shiftL - 1 );
239 int32 maxSimArrL[ 16 ];
240 int32 idL = rawIdA;
248 int32 simL = refSimArrA[ iL ];