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

1 2 3

  /external/autotest/client/cros/chameleon/
screen_capture.py 52 pmin, pmax = image_generator.ImageGenerator.get_extrema(image)
53 if pmin > 10 and pmax < 240:
54 logging.info(' (TV level: %d %d)', pmin, pmax)
  /external/opencv3/modules/calib3d/test/
test_undistort_points.cpp 16 -1, 5), Point3f pmax = Point3f(1, 1, 10));
30 void CV_UndistortTest::generate3DPointCloud(vector<Point3f>& points, Point3f pmin, Point3f pmax)
32 const Point3f delta = pmax - pmin;
test_solvepnp_ransac.cpp 67 -1, 5), Point3f pmax = Point3f(1, 1, 10))
69 const Point3f delta = pmax - pmin;
  /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/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 58 x = pmax(x, p4f_min_norm_pos); /* cut off denormalized stuff */
133 x = pmax(pmin(x, p4f_exp_hi), p4f_exp_lo);
169 return pmax(pmul(y, Packet4f(_mm_castsi128_ps(emm0))), _x);
202 x = pmax(pmin(x, p2d_exp_hi), p2d_exp_lo);
242 return pmax(pmul(x, Packet2d(_mm_castsi128_pd(emm0))), _x);
PacketMath.h 190 template<> EIGEN_STRONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_max_ps(a,b); } function in namespace:Eigen::internal
191 template<> EIGEN_STRONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_max_pd(a,b); } function in namespace:Eigen::internal
192 template<> EIGEN_STRONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) function in namespace:Eigen::internal
  /external/regex-re2/re2/
re2.cc 472 string pmin, pmax; local
474 pmax = prefix_.substr(0, n);
488 pmax += dmax;
489 } else if (pmax.size() > 0) {
492 // Round up pmax to allow any possible suffix.
493 pmax = PrefixSuccessor(pmax);
502 *max = pmax;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btBoxCollision.h 73 // btScalar pmax = pointb[component_index0]*dir0 + pointb[component_index1]*dir1;
75 // if(pmin>pmax)
77 // BT_SWAP_NUMBERS(pmin,pmax);
83 // if(pmin>rad || -rad>pmax) return false;
124 btScalar pmax = pointb[i_comp_0]*dir0 + pointb[i_comp_1]*dir1;\
125 if(pmin>pmax)\
127 BT_SWAP_NUMBERS(pmin,pmax); \
132 if(pmin>rad || -rad>pmax) return false;\
gim_box_collision.h 55 // btScalar pmax = pointb[component_index0]*dir0 + pointb[component_index1]*dir1;
57 // if(pmin>pmax)
59 // GIM_SWAP_NUMBERS(pmin,pmax);
65 // if(pmin>rad || -rad>pmax) return false;
105 btScalar pmax = pointb[i_comp_0]*dir0 + pointb[i_comp_1]*dir1;\
106 if(pmin>pmax)\
108 GIM_SWAP_NUMBERS(pmin,pmax); \
113 if(pmin>rad || -rad>pmax) return false;\
  /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);
640 pmax = pmax - pmin;
644 val = check_range(val, pmin, pmax);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 243 template<> EIGEN_STRONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); } function in namespace:Eigen::internal
244 template<> EIGEN_STRONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 166 template<> EIGEN_STRONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vmaxq_f32(a,b); } function in namespace:Eigen::internal
167 template<> EIGEN_STRONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vmaxq_s32(a,b); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 128 pmax(const Packet& a, function in namespace:Eigen::internal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 62 short pmax; /* index of last field on page */ member in struct:__anon38923
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 62 short pmax; /* index of last field on page */ member in struct:__anon40716
  /external/cmockery/cmockery_0_1_2/
config.sub 486 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/eigen/test/
packetmath.cpp 292 CHECK_CWISE2((std::max), internal::pmax);
  /external/fec/
config.sub 388 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/google-tv-pairing-protocol/cpp/
config.sub 533 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/libexif/
config.sub 539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /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/libunwind/aux/
config.sub 417 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libusb/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/libusb-compat/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]

Completed in 784 milliseconds

1 2 3