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

  /external/iproute2/misc/
Makefile 22 $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 125 ldb 15($Xi),$nlo
137 ldb 14($Xi),$nlo
216 ldb 15($Xi),$nlo
229 ldb 14($Xi),$nlo
381 ldb 15($Xi),$nlo
385 ldb 15($inp),$nhi
396 ldb 14($Xi),$nlo
397 ldb 14($inp),$byte
483 ldb 15($Xi),$nlo
489 ldb 15($inp),$byt
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 1026 const double* b, int ldb, int nb,
1056 if( ldb == 1 )
1066 s += uT[j]*b[j*ldb];
1100 icvMatrAXPY_64f( m, nb, b, ldb, uT, buffer, 0 );
1120 const float* b, int ldb, int nb,
1150 if( ldb == 1 )
1160 s += uT[j]*b[j*ldb];
1195 icvMatrAXPY_32f( m, nb, b, ldb, uT, buffer, 0 );
    [all...]
_cxipp.h     [all...]
cxmatmul.cpp 1043 int lda, ldb, ldd; local
    [all...]

Completed in 108 milliseconds