Searched defs:zA (Results 1 - 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Alt3D.c165 int16 xA, int16 yA, int16 zA,
174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA );
184 int32 xA, int32 yA, int32 zA,
193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA );
161 bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, int16 yxA, int16 yyA, int16 yzA, int16 zxA, int16 zyA, int16 zzA, int16 matBbpA, int16 xA, int16 yA, int16 zA, int16 vecBbpA ) argument
180 bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA, int32 yxA, int32 yyA, int32 yzA, int32 zxA, int32 zyA, int32 zzA, int16 matBbpA, int32 xA, int32 yA, int32 zA, int16 vecBbpA ) argument
H A DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) argument
174 vecL.zE = zA;
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) argument
184 if( ( xA | yA | zA ) == 0 )
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13;
200 vecL.zE = ( ( zA >> sh1L ) + 1 ) >> 1;
206 vecL.zE = zA << -shiftL;
/external/opencv/cvaux/src/
H A Dcvepilines.cpp462 double xA,yA,zA; local
468 zA = pointNewA.z;
479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) );
531 double xA,yA,zA; local
539 zA = point11.z;
556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB-zA)*(zB-zA);
557 a12 = -(xD-xC)*(xB-xA)-(yD-yC)*(yB-yA)-(zD-zC)*(zB-zA);
558 a21 = (xB-xA)*(xD-xC)+(yB-yA)*(yD-yC)+(zB-zA)*(z
610 double xA,yA,zA; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c97220 const unsigned char *zA, *zB; local
154611 const unsigned char *zA = sqlite3_value_text(argv[0]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c97238 const unsigned char *zA, *zB; local
154641 const unsigned char *zA = sqlite3_value_text(argv[0]); local
[all...]

Completed in 742 milliseconds