Searched defs:zA (Results 1 - 6 of 6) 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/dropbear/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c908 unsigned y, z, err, bitlen, bitpos, lut_gap, first, zA, zB; local
1052 for (y = zA = zB = 0; y < FP_LUT; y++) {
1053 zA |= ((kb[0][bitpos>>3] >> (bitpos&7)) & 1) << y;
1067 if (zA) {
1068 if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx1].LUT[zA], R, modulus, mp)) != CRYPT_OK) {
1078 if (zA) {
1079 if ((mp_copy(fp_cache[idx1].LUT[zA]->x, R->x) != CRYPT_OK) ||
1080 (mp_copy(fp_cache[idx1].LUT[zA]->y, R->y) != CRYPT_OK) ||
/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.c86815 const unsigned char *zA, *zB; local
133563 const unsigned char *zA = sqlite3_value_text(argv[0]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c86851 const unsigned char *zA, *zB; local
133609 const unsigned char *zA = sqlite3_value_text(argv[0]); local
[all...]

Completed in 1477 milliseconds