Searched refs:int32 (Results 51 - 75 of 280) sorted by relevance

1234567891011>>

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Vec3D.h88 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA );
91 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA );
H A DCompactAlt.c190 int32 expL = inExpA;
201 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + vecL[ iL ] + 1 ) >> 1;
206 int32 shrL = expL - ptrA->vecExpE;
207 int32 addL = ( int32 )1 << ( shrL - 1 );
208 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >> 1;
213 int32 shrL = ptrA->vecExpE - expL;
214 int32 addL = ( int32 )
[all...]
H A DFlt16Alt2D.c164 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA,
165 int32 scaleBbpA,
177 int32 scaleA,
178 int32 scaleBbpA,
243 struct bts_Flt16Alt2D bts_Flt16Alt2D_create32( int32 xxA,
244 int32 xyA,
245 int32 yxA,
246 int32 yyA,
247 int32 matBbpA,
248 int32 x
[all...]
H A DCluster2D.h61 int32 bbpE;
108 /** returns int32 x-coordinate with given bbp at indexed position */
109 int32 bts_Cluster2D_int32X( struct bbs_Context* cpA,
111 uint32 indexA, int32 bbpA );
113 /** returns int32 y-coordinate with given bbp at indexed position */
114 int32 bts_Cluster2D_int32Y( struct bbs_Context* cpA,
117 int32 bbpA );
H A DSubVecMap.h49 int32 offsetE;
52 int32 sizeE;
H A DFlt16Vec.c101 int32 sumL = 0;
107 return sumL / ( int32 )sizeL;
250 int32 maxAbsL = bts_Flt16Vec_maxAbs( cpA, ptrA );
251 int32 fL;
254 fL = ( int32 )0x7FFF0000 / maxAbsL;
260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16;
294 int32 fL;
308 /* fL is positive and occupies only 16 bits - a product with int16 fits in int32 */
312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ iL ] * fL ) >> 15 ) + 1 ) >> 1;
335 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 val
[all...]
H A DRBFMap2D.h65 int32 RBFTypeE;
74 int32 altTypeE;
165 int32 dstBbpA );
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_escape.h85 int32 x, y;
H A Dsvga_types.h35 typedef int32_t int32; typedef
/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16ByteImage.h145 int32 resultWidthA,
146 int32 resultHeightA );
160 int32 resultWidthA,
161 int32 resultHeightA );
H A DUInt8Image.c358 int32 yIndexL;
359 int32 xIndexL;
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
520 int32 xOffsA,
521 int32 yOffsA,
523 int32 resultWidthA,
524 int32 resultHeightA )
538 int32 shiftL;
541 int32 maxInt32Value8bbp
[all...]
/external/openfst/src/extensions/far/
H A Dstlist.cc26 int32 magic_number = 0;
H A Dsttable.cc26 int32 magic_number = 0;
/external/openfst/src/include/fst/
H A Dtypes.h30 typedef int32_t int32; typedef
/external/regex-re2/re2/
H A Dunicode_casefold.h56 int32 delta;
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c181 if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )imageHeightA )
575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE;
576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE;
590 int32* xPtrA, int32* yPtrA, uint32* scalePtrA )
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptr
[all...]
H A DI04Dns2x2Ftr.h57 int32 activityFactorE;
109 int32 bbf_I04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
H A DI04Dns2x4Ftr.h57 int32 activityFactorE;
109 int32 bbf_I04Dns2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
H A DI04Tld2x4Ftr.h57 int32 activityFactorE;
109 int32 bbf_I04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
H A DL04Tld2x4Ftr.h54 int32 activityFactorE;
106 int32 bbf_L04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
/external/regex-re2/util/
H A Dflags.h20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc)
24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.c238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E;
239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E;
283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
285 nodePtrA->x += ( int32 )hdcrA->dcrE.offsE.xE << 16;
286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16;
309 int32 lIndexL = -1;
310 int32 rIndexL = -1;
332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE;
333 int32 lx
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_color_gray.h36 typedef int32 long_type;
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.h49 void RandomStrings(int32 seed, int32 count) {
64 int32 stringseed_; // If so, the seed.
/external/neven/Embedded/common/src/b_BasicEm/
H A DInt32Arr.c84 bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF32( int32 ) );
94 const int32* ptr1L = ptrA->arrPtrE;
95 const int32* ptr2L = srcPtrA->arrPtrE;
118 return sizeA * bbs_SIZEOF16( int32 ) + bbs_MEM_BLOCK_OVERHD;
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int32 ) );
182 ptrA->sizeE * bbs_SIZEOF16( int32 );
233 int32 valA )

Completed in 240 milliseconds

1234567891011>>