Searched refs:pmin (Results 1 - 25 of 53) sorted by relevance

123

/external/opencv/cxcore/src/
H A Dcxminmaxloc.cpp305 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/chromium_org/third_party/re2/re2/
H A Dre2.cc490 string pmin, pmax; local
491 pmin = prefix_.substr(0, n);
494 // prefix is ASCII lowercase; change pmin to uppercase.
496 if ('a' <= pmin[i] && pmin[i] <= 'z')
497 pmin[i] += 'A' - 'a';
505 pmin += dmin;
519 *min = pmin;
/external/regex-re2/re2/
H A Dre2.cc472 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;
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h240 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } function in namespace:Eigen::internal
241 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/
H A DPacketMath.h154 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vminq_f32(a,b); } function in namespace:Eigen::internal
155 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/arch/SSE/
H A DMathFunctions.h133 x = pmax(pmin(x, p4f_exp_hi), p4f_exp_lo);
202 x = pmax(pmin(x, p2d_exp_hi), p2d_exp_lo);
H A DPacketMath.h177 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_min_ps(a,b); } function in namespace:Eigen::internal
178 template<> EIGEN_STRONG_INLINE Packet2d pmin<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_min_pd(a,b); } function in namespace:Eigen::internal
179 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h123 pmin(const Packet& a, function in namespace:Eigen::internal
/external/eigen/test/
H A Dpacketmath.cpp271 CHECK_CWISE2((std::min), internal::pmin);
/external/jpeg/
H A Dconfig.sub270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/qemu/distrib/jpeg-6b/
H A Dconfig.sub270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/sdch/open-vcdiff/
H A Dconfig.sub533 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/libevent/
H A Dconfig.sub510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/libxml/src/
H A Dconfig.sub539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/libxslt/
H A Dconfig.sub498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/sqlite/src/
H A Dconfig.sub498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfig.sub510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dconfig.sub447 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/cmockery/cmockery_0_1_2/
H A Dconfig.sub486 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/elfutils/0.153/config/
H A Dconfig.sub539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.sub533 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/libexif/
H A Dconfig.sub539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/libmtp/
H A Dconfig.sub510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/libogg/
H A Dconfig.sub497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/external/libpcap/
H A Dconfig.sub540 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 762 milliseconds

123