Searched full:dist (Results 1 – 6 of 6) sorted by relevance
14 add_custom_target(dist target
43 # dist", see dist.cmake
10 dist: focal
101 include(scripts/cmake/dist.cmake)
94 # replace the build dist to save space
440 def dist(r1, r2): return sum((x - y)**2 for x, y in zip(r1, r2)) function458 if dist(rgb, _6cube_to_rgb(c6)) < dist(rgb, _gray_to_rgb(gray)):472 d = dist(rgb, tuple(int(round(255*c/1000))