HomeSort by relevance Sort by last modified time
    Searched defs:uminv (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));
1168 EXPECT_DOUBLE_EQ(minv, uminv);
1174 OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, noArray()));
1176 EXPECT_DOUBLE_EQ(minv, uminv);
1197 double minv, maxv, uminv, umaxv; local
1200 OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, umask_roi));
1202 EXPECT_DOUBLE_EQ(minv, uminv);
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 1597 LogicVRegister Simulator::uminv(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 453 milliseconds