Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/external/nanopb-c/tests/missing_fields/
Dmissing_fields.proto5 required int32 field1 = 1;
6 required int32 field2 = 2;
7 required int32 field3 = 3;
8 required int32 field4 = 4;
9 required int32 field5 = 5;
10 required int32 field6 = 6;
11 required int32 field7 = 7;
12 required int32 field8 = 8;
13 required int32 field9 = 9;
14 required int32 field10 = 10;
[all …]
/external/dng_sdk/source/
Ddng_reference.h47 int32 rowStep,
48 int32 colStep,
49 int32 planeStep);
56 int32 rowStep,
57 int32 colStep,
58 int32 planeStep);
65 int32 rowStep,
66 int32 colStep,
67 int32 planeStep);
76 int32 sRowStep,
[all …]
Ddng_bottlenecks.h58 int32 rowStep,
59 int32 colStep,
60 int32 planeStep);
68 int32 rowStep,
69 int32 colStep,
70 int32 planeStep);
78 int32 rowStep,
79 int32 colStep,
80 int32 planeStep);
90 int32 sRowStep,
[all …]
Ddng_lossless_jpeg.cpp106 int32 maxcode[18];
108 int32 numbits[256];
109 int32 value[256];
123 int32 l; in FixHuffTbl()
124 int32 i; in FixHuffTbl()
143 int32 p = 0; in FixHuffTbl()
148 for (i = 1; i <= (int32) htbl->bits [l]; i++) in FixHuffTbl()
155 int32 lastp = p; in FixHuffTbl()
164 int32 si = huffsize [0]; in FixHuffTbl()
171 while (((int32) huffsize [p]) == si) in FixHuffTbl()
[all …]
Ddng_pixel_buffer.h41 int32 &sStep0,
42 int32 &sStep1,
43 int32 &sStep2,
44 int32 &dStep0,
45 int32 &dStep1,
46 int32 &dStep2);
53 int32 &sStep0,
54 int32 &sStep1,
55 int32 &sStep2);
62 int32 &dStep0,
[all …]
Ddng_bad_pixels.cpp168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea()
392 for (int32 j = index - 1; j >= 0; j--) in IsPointIsolated()
397 if (pt2.v < pt.v - (int32) radius) in IsPointIsolated()
416 if (pt2.v > pt.v + (int32) radius) in IsPointIsolated()
507 for (int32 j = index - 1; j >= 0; j--) in IsPointValid()
742 int32 padding = 0; in SrcArea()
837 int32 b01 = p0 [1]; in FixIsolatedPixel()
838 int32 g02 = p0 [2]; in FixIsolatedPixel()
839 int32 b03 = p0 [3]; in FixIsolatedPixel()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec3D.c72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec3D_equal()
83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec3D_equal()
84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec3D_equal()
85 int32 zL = ( int32 ) srcPtrA->zE << bbpDiffL; in bts_Flt16Vec3D_equal()
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec3D_equal()
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec3D_equal()
96 int32 zL = ( int32 ) ptrA->zE << -bbpDiffL; in bts_Flt16Vec3D_equal()
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32()
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13; in bts_Flt16Vec3D_create32()
197 int32 sh1L = shiftL - 1; in bts_Flt16Vec3D_create32()
[all …]
DFlt16Mat3D.c150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_createScale()
180 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA, in bts_Flt16Mat3D_create32()
181 int32 yxA, int32 yyA, int32 yzA, in bts_Flt16Mat3D_create32()
182 int32 zxA, int32 zyA, int32 zzA, in bts_Flt16Mat3D_create32()
183 int32 bbpA ) in bts_Flt16Mat3D_create32()
202 int32 xShiftL = bts_maxAbsIntLog2Of3( xxA, xyA, xzA ) - 13; in bts_Flt16Mat3D_create32()
203 int32 yShiftL = bts_maxAbsIntLog2Of3( yxA, yyA, yzA ) - 13; in bts_Flt16Mat3D_create32()
204 int32 zShiftL = bts_maxAbsIntLog2Of3( zxA, zyA, zzA ) - 13; in bts_Flt16Mat3D_create32()
206 int32 shiftL = bbs_max( bbs_max( xShiftL, yShiftL ), zShiftL ); in bts_Flt16Mat3D_create32()
210 int32 sh1L = shiftL - 1; in bts_Flt16Mat3D_create32()
[all …]
DFlt16Mat2D.c84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Mat2D_equal()
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL; in bts_Flt16Mat2D_equal()
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL; in bts_Flt16Mat2D_equal()
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL; in bts_Flt16Mat2D_equal()
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL; in bts_Flt16Mat2D_equal()
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
118 int32 xyL = ( int32 ) ptrA->xyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
119 int32 yxL = ( int32 ) ptrA->yxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
120 int32 yyL = ( int32 ) ptrA->yyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
176 uint32 detL = ( int32 ) ptrA->xxE * ptrA->yyE - ( int32 ) ptrA->xyE * ptrA->yxE; in bts_Flt16Mat2D_det()
[all …]
DCompactMat.c40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA, in bts_CompactMat_fltDotPrdRow()
51 int32 factorManL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
52 int32 factorExpL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
61 int32 sumL = 0; in bts_CompactMat_fltDotPrdRow()
69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ); in bts_CompactMat_fltDotPrdRow()
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow()
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow()
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow()
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow()
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow()
[all …]
DFlt16Vec2D.c79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec2D_equal()
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec2D_equal()
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec2D_equal()
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec2D_equal()
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec2D_equal()
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) in bts_Flt16Vec2D_create32()
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13; in bts_Flt16Vec2D_create32()
185 int32 sh1L = shiftL - 1; in bts_Flt16Vec2D_create32()
201 int32 bts_Flt16Vec2D_dotPrd( const struct bts_Flt16Vec2D* vec1PtrA, in bts_Flt16Vec2D_dotPrd()
204 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Flt16Vec2D_dotPrd()
[all …]
DInt32Mat.c35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA ) in bts_Int32Mat_reduceToNBits()
37 int32 shiftL; in bts_Int32Mat_reduceToNBits()
40 int32 maxL = 0; in bts_Int32Mat_reduceToNBits()
41 int32* ptrL = ptrA; in bts_Int32Mat_reduceToNBits()
42 int32 iL = sizeA; in bts_Int32Mat_reduceToNBits()
45 int32 xL = *ptrL++; in bts_Int32Mat_reduceToNBits()
120 int32 widthA, in bts_Int32Mat_create()
210 const int32* matA, in bts_Int32Mat_solve()
211 int32 matWidthA, in bts_Int32Mat_solve()
212 const int32* inVecA, in bts_Int32Mat_solve()
[all …]
DInt16Mat2D.c115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE; in bts_Int16Mat2D_scale()
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE; in bts_Int16Mat2D_scale()
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE; in bts_Int16Mat2D_scale()
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE; in bts_Int16Mat2D_scale()
136 …vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map()
137 …vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map()
147 int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
148 int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
149 int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
150 int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
DInt16Vec2D.c129 int32 bts_Int16Vec2D_dotPrd( const struct bts_Int16Vec2D* vec1PtrA, in bts_Int16Vec2D_dotPrd()
132 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Int16Vec2D_dotPrd()
139 return ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE; in bts_Int16Vec2D_norm2()
146 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ); in bts_Int16Vec2D_norm()
151 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA ) in bts_Int16Vec2D_normalize()
153 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ); in bts_Int16Vec2D_normalize()
154 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; in bts_Int16Vec2D_normalize()
155 int32 yL = ( ( int32 ) ptrA->yE << 16 ) / normL; in bts_Int16Vec2D_normalize()
162 struct bts_Int16Vec2D bts_Int16Vec2D_normalized( const struct bts_Int16Vec2D* ptrA, int32 bbpA ) in bts_Int16Vec2D_normalized()
181 int32 xL = ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Int16Vec2D_enclosedAngle()
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DMathSSE2.c34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_64SSE2()
40 int32 resultL = 0; in bbs_dotProduct_64SSE2()
106 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
108 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
110 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
112 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
114 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
116 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
118 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
120 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
[all …]
DMath.c37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA );
206 const int32 bbs_inv32_tableG[] =
218 int32 bbs_inv32( int32 valA ) in bbs_inv32()
222 int32 signL = ( ( valA >> 30 ) & 0xFFFFFFFE ) + 1; in bbs_inv32()
223 int32 valL = signL * valA; in bbs_inv32()
224 int32 offsL; in bbs_inv32()
227 if( valL <= ( int32 ) 1 ) return 0x40000000 * signL; in bbs_inv32()
287 uint32 bbs_pow2( int32 valA ) in bbs_pow2()
[all …]
DMath.h78 int32 bbs_inv32( int32 valA );
97 uint32 bbs_pow2( int32 valA );
108 uint32 bbs_exp( int32 valA );
111 int16 bbs_satS16( int32 valA );
122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA );
128 int32 bbs_fermi( int32 valA );
131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
139 uint32 bbs_convertU32( uint32 srcA, int32 srcBbpA, int32 dstBbpA );
144 int32 bbs_convertS32( int32 srcA, int32 srcBbpA, int32 dstBbpA );
[all …]
/external/protobuf/benchmarks/
Dgoogle_speed.proto12 required int32 field2 = 2;
13 required int32 field3 = 3;
14 optional int32 field280 = 280;
15 optional int32 field6 = 6 [default=0];
21 optional int32 field16 = 16;
22 optional int32 field130 = 130 [default=0];
27 optional int32 field104 = 104 [default=0];
28 optional int32 field100 = 100 [default=0];
29 optional int32 field101 = 101 [default=0];
32 optional int32 field29 = 29 [default=0];
[all …]
Dgoogle_size.proto12 required int32 field2 = 2;
13 required int32 field3 = 3;
14 optional int32 field280 = 280;
15 optional int32 field6 = 6 [default=0];
21 optional int32 field16 = 16;
22 optional int32 field130 = 130 [default=0];
27 optional int32 field104 = 104 [default=0];
28 optional int32 field100 = 100 [default=0];
29 optional int32 field101 = 101 [default=0];
32 optional int32 field29 = 29 [default=0];
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2DynamicTree.h42 int32 parent;
43 int32 next;
46 int32 child1;
47 int32 child2;
50 int32 height;
71 int32 CreateProxy(const b2AABB& aabb, void* userData);
74 void DestroyProxy(int32 proxyId);
80 bool MoveProxy(int32 proxyId, const b2AABB& aabb1, const b2Vec2& displacement);
84 void* GetUserData(int32 proxyId) const;
87 const b2AABB& GetFatAABB(int32 proxyId) const;
[all …]
Db2BroadPhase.h30 int32 proxyIdA;
31 int32 proxyIdB;
51 int32 CreateProxy(const b2AABB& aabb, void* userData);
54 void DestroyProxy(int32 proxyId);
58 void MoveProxy(int32 proxyId, const b2AABB& aabb, const b2Vec2& displacement);
61 void TouchProxy(int32 proxyId);
64 const b2AABB& GetFatAABB(int32 proxyId) const;
67 void* GetUserData(int32 proxyId) const;
70 bool TestOverlap(int32 proxyIdA, int32 proxyIdB) const;
73 int32 GetProxyCount() const;
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_accessors_nano.proto41 optional int32 bb = 1;
51 optional int32 optional_int32 = 1;
62 repeated int32 repeated_int32 = 31;
71 optional int32 default_int32 = 61 [default = 41 ];
80 required int32 id = 86;
83 optional int32 filler100 = 100;
84 optional int32 filler101 = 101;
85 optional int32 filler102 = 102;
86 optional int32 filler103 = 103;
87 optional int32 filler104 = 104;
[all …]
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c336 int32 resultWidthA, in bim_UInt16ByteImage_warp()
337 int32 resultHeightA ) in bim_UInt16ByteImage_warp()
352 int32 shiftL; in bim_UInt16ByteImage_warp()
355 int32 maxInt32Value8bbpL = 0x7FFFFFFF; in bim_UInt16ByteImage_warp()
358 int32 mxxL; in bim_UInt16ByteImage_warp()
359 int32 mxyL; in bim_UInt16ByteImage_warp()
360 int32 myxL; in bim_UInt16ByteImage_warp()
361 int32 myyL; in bim_UInt16ByteImage_warp()
363 int32 txL; in bim_UInt16ByteImage_warp()
364 int32 tyL; in bim_UInt16ByteImage_warp()
[all …]
DFunctions.c96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation()
143 txL += ( int32 )offsPtrA->xE << 16; in bim_filterWarpInterpolation()
144 tyL += ( int32 )offsPtrA->yE << 16; in bim_filterWarpInterpolation()
169 int32 xMinL = 0x7FFFFFFF; in bim_filterWarpInterpolation()
170 int32 yMinL = 0x7FFFFFFF; in bim_filterWarpInterpolation()
171 int32 xMaxL = 0x80000000; in bim_filterWarpInterpolation()
172 int32 yMaxL = 0x80000000; in bim_filterWarpInterpolation()
176 int32 xL, yL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
[all …]
/external/neven/Embedded/common/src/b_APIEm/
DFunctions.c40 const int32* rawSimArrA, in bpi_normalizeSimilarities()
41 const int32* rawIdArrA, in bpi_normalizeSimilarities()
43 const int32* refSimArrA, in bpi_normalizeSimilarities()
44 const int32* refIdArrA, in bpi_normalizeSimilarities()
47 int32* outSimArrA ) in bpi_normalizeSimilarities()
50 int32 refSimL = 0; in bpi_normalizeSimilarities()
52 int32* outPtrL = outSimArrA; in bpi_normalizeSimilarities()
53 const int32* rawPtrL = rawSimArrA; in bpi_normalizeSimilarities()
65 int32 shiftL = 0; in bpi_normalizeSimilarities()
66 int32 roundL = 0; in bpi_normalizeSimilarities()
[all …]

12345678910>>...24