HomeSort by relevance Sort by last modified time
    Searched defs:umaxv (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 1161 double minv, maxv, uminv, umaxv; local
1166 OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv));
1169 EXPECT_DOUBLE_EQ(maxv, umaxv);
1174 OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, noArray()));
1177 EXPECT_DOUBLE_EQ(maxv, umaxv);
1197 double minv, maxv, uminv, umaxv; local
1200 OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, umask_roi));
1203 EXPECT_DOUBLE_EQ(maxv, umaxv);
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 1589 LogicVRegister Simulator::umaxv(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 492 milliseconds