Searched refs:MIN (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/builtins/
H A Dnegvdi2.c24 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT)-1); local
25 if (a == MIN)
H A Dnegvsi2.c24 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT)-1); local
25 if (a == MIN)
H A Dnegvti2.c26 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT)-1); local
27 if (a == MIN)
H A Dmulodi4.c25 const di_int MIN = (di_int)1 << (N-1); local
26 const di_int MAX = ~MIN;
29 if (a == MIN)
35 if (b == MIN)
54 if (abs_a > MIN / -abs_b)
H A Dmulosi4.c25 const si_int MIN = (si_int)1 << (N-1); local
26 const si_int MAX = ~MIN;
29 if (a == MIN)
35 if (b == MIN)
54 if (abs_a > MIN / -abs_b)
H A Dmuloti4.c27 const ti_int MIN = (ti_int)1 << (N-1); local
28 const ti_int MAX = ~MIN;
31 if (a == MIN)
37 if (b == MIN)
56 if (abs_a > MIN / -abs_b)
H A Dmulvdi3.c25 const di_int MIN = (di_int)1 << (N-1); local
26 const di_int MAX = ~MIN;
27 if (a == MIN)
33 if (b == MIN)
52 if (abs_a > MIN / -abs_b)
H A Dmulvsi3.c25 const si_int MIN = (si_int)1 << (N-1); local
26 const si_int MAX = ~MIN;
27 if (a == MIN)
33 if (b == MIN)
52 if (abs_a > MIN / -abs_b)
H A Dmulvti3.c27 const ti_int MIN = (ti_int)1 << (N-1); local
28 const ti_int MAX = ~MIN;
29 if (a == MIN)
35 if (b == MIN)
54 if (abs_a > MIN / -abs_b)
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
H A Dfrag-min.sh8 MIN OUT[0], IN[0], IMM[0]
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
H A Dvert-min.sh11 MIN OUT[1], IN[1], IMM[0]
/external/tcpdump/
H A Dprint-zeromq.c111 u_int64_t body_len_printed = MIN(body_len_captured, body_len_declared);
124 body_len_printed = MIN(VBYTES + 1, body_len_printed);
142 const u_char *ep = MIN(snapend, cp + len);
189 u_int64_t len_printed = MIN(frame_offset, remaining_len);
192 len_printed = MIN(VBYTES, len_printed);
209 const u_char *ep = MIN(snapend, cp + len);
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb12 MIN = [7, 8].freeze
27 dfa.min.should == DFASubclass::MIN
/external/libavc/encoder/
H A Dime_macros.h39 #define MIN(a,b) ((a < b)?(a):(b)) macro
/external/flac/libFLAC/include/private/
H A Dmacros.h55 #define flac_min(a,b) MIN(a,b)
64 #ifndef MIN
65 #define MIN(x,y) ((x) <= (y) ? (x) : (y)) macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h21 MIN enumerator in enum:__anon307
/external/libpng/contrib/gregbook/
H A Dreadpng.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/external/libvpx/libvpx/vp8/common/
H A Dcommon.h25 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/external/libavc/test/encoder/
H A Doutput.c69 num_bufs = MIN(DEFAULT_MAX_OUTPUT_BUFS, num_bufs);
100 num_bufs = MIN(DEFAULT_MAX_OUTPUT_BUFS, num_bufs);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h21 MIN enumerator in enum:__anon311
/external/opencv/cv/src/
H A Dcvcalccontrasthistogram.cpp117 int v1_r = MIN( data0[x], data0[x + 1] );
125 array[val0] += MIN( t - v1_r, v2_r - t );
131 int v1_d = MIN( data0[x], data0[x + step] );
139 array[val0] += MIN( t - v1_d, v2_d - t );
236 int v1_r = MIN( data0[x], data0[x + 1] );
245 array[val0] += MIN( t - v1_r, v2_r - t );
255 int v1_d = MIN( data0[x], data0[x + step] );
263 array[val0] += MIN( t - v1_d, v2_d - t );
H A Dcvstereobm.cpp136 const uchar* bottom = sptr + srcstep*MIN(y+wsz2,size.height-1);
139 const uchar* next = sptr + srcstep*MIN(y+1,size.height-1);
183 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1);
187 int rofs = -MIN(ndisp - 1 + mindisp, 0);
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
258 rptr = rptr0 + MIN(MA
[all...]
H A Dcvsnakes.cpp204 int left = MIN( pt[i].x, win.width >> 1 );
205 int right = MIN( roi.width - 1 - pt[i].x, win.width >> 1 );
206 int upper = MIN( pt[i].y, win.height >> 1 );
207 int bottom = MIN( roi.height - 1 - pt[i].y, win.height >> 1 );
233 minEcont = MIN( minEcont, energy );
271 minEcurv = MIN( minEcurv, energy );
301 int bottomshift = MIN( 1, roi.height - (y + 1)*WTILE_SIZE );
302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE );
334 minEimg = MIN( minEimg, energy );
/external/libexif/libexif/
H A Dexif-utils.h179 #undef MIN macro
180 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/external/speex/libspeex/
H A Dpseudofloat.h63 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
106 r.m = ((a).m>>1) + ((b).m>>MIN(15,(a).e-(b).e+1));
111 r.m = ((b).m>>1) + ((a).m>>MIN(15,(b).e-(a).e+1));
141 r.m = ((a).m>>1) - ((b).m>>MIN(15,(a).e-(b).e+1));
146 r.m = ((a).m>>MIN(15,(b).e-(a).e+1)) - ((b).m>>1);
174 return ((a).m>>1) < ((b).m>>MIN(15,(a).e-(b).e+1));
176 return ((b).m>>1) > ((a).m>>MIN(15,(b).e-(a).e+1));

Completed in 496 milliseconds

1234567891011>>