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

  /external/iproute2/misc/
Makefile 22 $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
  /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 1569 milliseconds