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

  /external/safe-iop/include/
safe_iop.h 86 ((((__sio(m)(smin)(__A) <= ((typeof(__A))0)) && \
87 (__sio(m)(smin)(__B) <= ((typeof(__B))0))) || \
88 (((__sio(m)(smin)(__A) > ((typeof(__A))0))) && \
89 (__sio(m)(smin)(__B) > ((typeof(__B))0)))) && \
113 if (__sio(m)(smin)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
368 if ((_a) < (typeof(_a))(__sio(m)(smin)(_a) - (_b))) __sio(var)(ok) = 0; \
384 !((_b) > 0 && (_a) < (__sio(m)(smin)(_a) + (_b)))) { \
407 if ((_b) < (__sio(m)(smin)(_a) / (_a))) { \
414 if ((_a) < (__sio(m)(smin)(_a) / (_b))) { \
436 /* Addreses div by zero and smin -1 *
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 701 double smin = 0, smax = 0; local
703 cvMinMaxLoc( src, &smin, &smax, 0, 0, mask );
704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0);
705 shift = dmin - smin*scale;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 63 short smin; /* index of top leftmost field on page */ member in struct:__anon20841
  /external/safe-iop/src/
safe_iop.c     [all...]
  /external/qemu/audio/
audio.c 1083 int smin; local
1086 smin = audio_pcm_hw_find_min_out (hw, &nb_live1);
1092 int live = smin;
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 446 milliseconds