HomeSort by relevance Sort by last modified time
    Searched refs:pmin (Results 1 - 25 of 48) sorted by null

1 2

  /external/opencv/cxcore/src/
cxminmaxloc.cpp 305 void *pmin = &minvf, *pmax = &maxvf; local
328 pmin = &minv, pmax = &maxv;
366 pmin, pmax, &minloc, &maxloc ));
376 pmin, pmax, &minloc, &maxloc ));
390 pmin, pmax, &minloc, &maxloc ));
401 pmin, pmax, &minloc, &maxloc ));
  /external/regex-re2/re2/
re2.cc 472 string pmin, pmax; local
473 pmin = prefix_.substr(0, n);
476 // prefix is ASCII lowercase; change pmin to uppercase.
478 if ('a' <= pmin[i] && pmin[i] <= 'z')
479 pmin[i] += 'A' - 'a';
487 pmin += dmin;
501 *min = pmin;
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 614 char **ptr, long pmin, long pmax, int count)
633 val = (long)percent_to_index(strtod(s, NULL), pmin, pmax);
639 if (pmin < 0) {
640 pmax = pmax - pmin;
641 pmin = 0;
644 val = check_range(val, pmin, pmax);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 237 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } function in namespace:Eigen::internal
238 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 151 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vminq_f32(a,b); } function in namespace:Eigen::internal
152 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vminq_s32(a,b); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 123 pmin(const Packet& a, function in namespace:Eigen::internal
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */ member in struct:__anon26260
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */ member in struct:__anon27850
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */ member in struct:__anon29365
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 168 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_min_ps(a,b); } function in namespace:Eigen::internal
169 template<> EIGEN_STRONG_INLINE Packet2d pmin<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_min_pd(a,b); } function in namespace:Eigen::internal
170 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) function in namespace:Eigen::internal
MathFunctions.h 129 x = pmax(pmin(x, p4f_exp_hi), p4f_exp_lo);
  /external/eigen/test/
packetmath.cpp 255 CHECK_CWISE2((std::min), internal::pmin);
  /external/jpeg/
config.sub 270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/qemu/distrib/jpeg-6b/
config.sub 270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/chromium/sdch/open-vcdiff/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/chromium/third_party/libevent/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/dropbear/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/e2fsprogs/config/
config.sub 526 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/elfutils/config/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/grub/
config.sub 473 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libffi/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libmtp/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/libogg/
config.sub 497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libpcap/
config.sub 451 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libpng/
config.sub 526 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]

Completed in 1383 milliseconds

1 2