/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/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);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
float.h | 80 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 91 floor(log10((1 - b**-p) * b**emax)) 102 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
float.h | 80 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 91 floor(log10((1 - b**-p) * b**emax)) 102 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
float.h | 77 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 88 floor(log10((1 - b**-p) * b**emax)) 99 (1 - b**-p) * b**emax
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 78 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */ 89 floor(log10((1 - b**-p) * b**emax)) 100 (1 - b**-p) * b**emax
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nearbyint.c | 38 * rounding can't overflow as long as emax >= p.
|