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

  /external/opencv/cv/src/
cvkdtree.cpp 83 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) {
101 tr->find_nn_bbf(dj, k, emax, nn);
162 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) {
168 (d, k, emax, results, dist));
208 CvMat* results, CvMat* dist, int k, int emax) {
234 tr->find_nn(desc, k, emax, results, dist);
_cvkdtree.hpp 382 // searching at most emax leaves/bins.
387 int k, int emax,
396 // iterate while queue non-empty and emax>0
399 while (tmp_pq.size() && emax > 0) {
418 --emax;
  /external/icu4c/i18n/
decContext.c 66 context->emax=DEC_MAX_EMAX; /* 9-digit exponents */
81 context->emax=96; /* Emax */
92 context->emax=384; /* Emax */
103 context->emax=6144; /* Emax */
decContext.h 45 /* emax -- must be in the range 0 through 999999999 */
90 int32_t emax; /* maximum positive exponent */ member in struct:__anon8656
108 #define DEC_MAX_MATH 999999 /* max emax, etc., for math funcs. */
decNumber.c 61 /* range (Emax in the range 0 through 999,999,999 and Emin in the */
64 /* tightly: digits, emax, and -emin in the context must be <= */
497 /* exponent (set.emax and set.emin), determining if */
7394 Int emax=set->emax; \/* limit value *\/ local
8001 Int emin, emax; \/* .. *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 86 Point emax= g.stringExtent(smax); local
88 int labelWidth= Math.max(emin.x, emax.x) + 2;
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
TimeLineGraph.java 50 Point emax= g.stringExtent(smax); local
52 int labelWidth= Math.max(emin.x, emax.x) + 2;
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /external/opencv/cv/include/
cv.h     [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 352 #define Emax 1023
409 #define Emax 248
438 #define Emax 126
1749 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon3734
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 1094 milliseconds