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

  /external/opencv3/modules/imgproc/test/ocl/
test_filters.cpp 110 bool isFP = depth >= CV_32F;
112 if (isFP)
320 bool isFP = depth >= CV_32F;
322 if (isFP)
test_imgproc.cpp 201 bool isFP = CV_MAT_DEPTH(type) >= CV_32F;
203 if (isFP)

Completed in 625 milliseconds