Searched defs:zB (Results 1 - 4 of 4) sorted by relevance

/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++) {
1054 zB |= ((kb[1][bitpos>>3] >> (bitpos&7)) & 1) << y;
1072 if (zB) {
1073 if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx2].LUT[zB], R, modulus, mp)) != CRYPT_OK) {
1084 if (zB && first == 0) {
1085 if (zB) {
1086 if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx2].LUT[zB], R, modulus, mp)) != CRYPT_OK) {
1090 } else if (zB && first == 1) {
1091 if ((mp_copy(fp_cache[idx2].LUT[zB]
[all...]
/external/opencv/cvaux/src/
H A Dcvepilines.cpp408 /* Compute point B: xB,yB,zB */
463 double xB,yB,zB; local
472 zB = pointB[2];
479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) );
480 len2 = sqrt( (xB-xC)*(xB-xC) + (yB-yC)*(yB-yC) + (zB-zC)*(zB-zC) );
532 double xB,yB,zB; local
543 zB = point12.z;
556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB
611 double xB,yB,zB; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c86815 const unsigned char *zA, *zB; local
133564 const unsigned char *zB = sqlite3_value_text(argv[1]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c86828 const unsigned char *zA, *zB; local
133595 const unsigned char *zB = sqlite3_value_text(argv[1]); local
[all...]

Completed in 373 milliseconds