HomeSort by relevance Sort by last modified time
    Searched defs:cjk (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/autofit/
afcjk.c 5 /* Auto-fitter hinting routines for CJK writing system (body). */
78 "cjk standard widths computation (style `%s')\n"
306 FT_TRACE5(( "cjk blue zones computation\n"
699 /* shoot is under shoot for cjk */
723 FT_TRACE5(( ">> active cjk blue zone %c%d[%ld/%ld]:\n"
1275 AF_CJKAxis cjk = &metrics->axis[dim]; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 5 /* Auto-fitter hinting routines for CJK writing system (body). */
78 "cjk standard widths computation (style `%s')\n"
283 FT_TRACE5(( "cjk blue zones computation\n"
638 /* shoot is under shoot for cjk */
662 FT_TRACE5(( ">> active cjk blue zone %c%d[%ld/%ld]:\n"
1217 AF_CJKAxis cjk = &metrics->axis[dim]; local
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 340 double* cjk = (double*)cvStackAlloc(2*(mi+1)*sizeof(cjk[0]))+2; local
353 cjk[j*2] = cjk[j*2+1] = 0;
360 cjk[j*2 + k] += w;
365 rcw[0] += cjk[j*2];
366 rcw[1] += cjk[j*2+1];
367 dbl_ptr[j] = cjk + j*2 + 1;
381 idx = (int)(dbl_ptr[subset_i] - cjk)/2;
382 const double* crow = cjk + idx*2
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_boost.cpp 381 double* cjk = (double*)cv::alignPtr(base_buf,sizeof(double))+2; local
383 double** dbl_ptr = (double**)(cjk + 2*mi);
394 cjk[j*2] = cjk[j*2+1] = 0;
401 cjk[j*2 + k] += w;
406 rcw[0] += cjk[j*2];
407 rcw[1] += cjk[j*2+1];
408 dbl_ptr[j] = cjk + j*2 + 1;
422 idx = (int)(dbl_ptr[subset_i] - cjk)/2;
423 const double* crow = cjk + idx*2
    [all...]
old_ml_tree.cpp 2209 int* _cjk = rc + m*2, *cjk = _cjk; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 542 milliseconds