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

  /external/opencv/ml/include/
ml.h 399 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row,
403 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row,
429 virtual float* get_row( int i, float* dst );
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 567 float* CvSVMSolver::get_row( int i, float* dst ) function in class:CvSVMSolver
613 const Qfloat *Q_i = get_row( i, buf[0] );
643 Q_i = get_row( i, buf[0] );
644 Q_j = get_row( j, buf[1] );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 1523 get_row(struct gl_context *ctx, struct gl_renderbuffer *rb, function
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 1523 get_row(struct gl_context *ctx, struct gl_renderbuffer *rb, function
    [all...]

Completed in 133 milliseconds