HomeSort by relevance Sort by last modified time
    Searched refs:rA (Results 1 - 7 of 7) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */
181 const int16 *x2A, int16 col2A, int16 *rA );
183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */
185 const int16 *x2A, int16 row2A, int16 *rA );
191 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA );
Math.c 1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA )
1071 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1102 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1123 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1132 const int16 *x2A, int16 col2A, int16 *rA )
    [all...]
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 35 void *modulus, *mp, *kA, *kB, *rA, *rB;
40 DO(mp_init_multi(&kA, &kB, &rA, &rB, &modulus, NULL));
65 DO(mp_read_unsigned_bin(rA, buf, sizes[x]));
69 /* compute rA * G = A */
70 DO(ltc_mp.ecc_ptmul(rA, G, A, modulus, 1));
103 mp_clear_multi(kA, kB, rA, rB, modulus, NULL);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1000 milliseconds