Home
last modified time | relevance | path

Searched refs:bbpA (Results 1 – 22 of 22) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DInt16Vec3D.c133 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA ) in bts_Int16Vec3D_normalize() argument
142 ptrA->xE = xL >> ( 16 - bbpA ); in bts_Int16Vec3D_normalize()
143 ptrA->yE = yL >> ( 16 - bbpA ); in bts_Int16Vec3D_normalize()
144 ptrA->zE = zL >> ( 16 - bbpA ); in bts_Int16Vec3D_normalize()
149 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA ) in bts_Int16Vec3D_normalized() argument
152 bts_Int16Vec3D_normalize( &vecL, bbpA ); in bts_Int16Vec3D_normalized()
DInt16Vec2D.c151 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA ) in bts_Int16Vec2D_normalize() argument
156 ptrA->xE = xL >> ( 16 - bbpA ); in bts_Int16Vec2D_normalize()
157 ptrA->yE = yL >> ( 16 - bbpA ); in bts_Int16Vec2D_normalize()
162 struct bts_Int16Vec2D bts_Int16Vec2D_normalized( const struct bts_Int16Vec2D* ptrA, int32 bbpA ) in bts_Int16Vec2D_normalized() argument
165 bts_Int16Vec2D_normalize( &vecL, bbpA ); in bts_Int16Vec2D_normalized()
DInt32Mat.c214 int32 bbpA, in bts_Int32Mat_solve() argument
225 bbpA, in bts_Int32Mat_solve()
236 int32 bbpA, in bts_Int32Mat_solve2() argument
240 int32 bbpL = bbpA; in bts_Int32Mat_solve2()
455 if( bbpA > bbpL ) in bts_Int32Mat_solve2()
469 if( shiftL < ( bbpA - bbpL ) ) in bts_Int32Mat_solve2()
480 shiftL = bbpA - bbpL; in bts_Int32Mat_solve2()
DFlt16Vec2D.h81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA );
84 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA );
87 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA );
DFlt16Vec2D.c148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) in bts_Flt16Vec2D_create16() argument
153 vecL.bbpE = bbpA; in bts_Flt16Vec2D_create16()
159 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA ) in bts_Flt16Vec2D_createVec16() argument
164 vecL.bbpE = bbpA; in bts_Flt16Vec2D_createVec16()
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) in bts_Flt16Vec2D_create32() argument
194 vecL.bbpE = bbpA - shiftL; in bts_Flt16Vec2D_create32()
DCluster3D.h104 int32 bbpA );
110 int32 bbpA );
116 int32 bbpA );
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 );
DCluster3D.c184 uint32 indexA, int32 bbpA ) in bts_Cluster3D_int32X() argument
186 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32X()
212 int32 bbpA ) in bts_Cluster3D_int32Y() argument
214 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32Y()
240 int32 bbpA ) in bts_Cluster3D_int32Z() argument
242 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32Z()
DInt16Vec2D.h96 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA );
99 struct bts_Int16Vec2D bts_Int16Vec2D_normalized( const struct bts_Int16Vec2D* ptrA, int32 bbpA );
DInt32Mat.h119 int32 bbpA,
133 int32 bbpA,
DFlt16Vec3D.h95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
DFlt16Mat2D.h109 …t bts_Flt16Mat2D bts_Flt16Mat2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 bbpA );
112 …t bts_Flt16Mat2D bts_Flt16Mat2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 bbpA );
DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) in bts_Flt16Vec3D_create16() argument
175 vecL.bbpE = bbpA; in bts_Flt16Vec3D_create16()
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32() argument
208 vecL.bbpE = bbpA - shiftL; in bts_Flt16Vec3D_create32()
DFlt16Mat3D.h121 int16 bbpA );
127 int32 bbpA );
DCluster2D.h111 uint32 indexA, int32 bbpA );
117 int32 bbpA );
DFlt16Mat3D.c162 int16 bbpA ) in bts_Flt16Mat3D_create16() argument
174 matL.bbpE = bbpA; in bts_Flt16Mat3D_create16()
183 int32 bbpA ) in bts_Flt16Mat3D_create32() argument
234 matL.bbpE = bbpA - shiftL; in bts_Flt16Mat3D_create32()
DFlt16Mat2D.c223 …ct bts_Flt16Mat2D bts_Flt16Mat2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 bbpA ) in bts_Flt16Mat2D_create16() argument
230 matL.bbpE = bbpA; in bts_Flt16Mat2D_create16()
236 …ct bts_Flt16Mat2D bts_Flt16Mat2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 bbpA ) in bts_Flt16Mat2D_create32() argument
268 matL.bbpE = bbpA - shiftL; in bts_Flt16Mat2D_create32()
DCluster2D.c243 uint32 indexA, int32 bbpA ) in bts_Cluster2D_int32X() argument
257 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster2D_int32X()
277 int32 bbpA ) in bts_Cluster2D_int32Y() argument
290 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster2D_int32Y()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt32Image.h135 int32 bbpA );
DFlt16Image.h134 int16 valueA, int32 bbpA );
DFlt16Image.c261 int32 bbpA ) in bim_Flt16Image_setAllPixels() argument
269 ptrA->bbpE = bbpA; in bim_Flt16Image_setAllPixels()
DUInt32Image.c270 int32 bbpA ) in bim_UInt32Image_setAllPixels() argument