Home
last modified time | relevance | path

Searched refs:luv (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/dports/devel/luv/luv-1.41.0-0/.ci/
H A Dmake_rockspec.sh10 cp luv-scm-0.rockspec luv-${version}.rockspec
11 cp rockspecs/luv-scm-0.rockspec rockspecs/luv-${version}.rockspec
13 sed -e "${script}" -i luv-${version}.rockspec
14 sed -e "${script}" -i rockspecs/luv-${version}.rockspec
16 sed -e "${script}" -i luv-${version}.rockspec
17 sed -e "${script}" -i rockspecs/luv-${version}.rockspec
20 rm -rf luv-${version}
21 mkdir -p luv-${version}/deps
23 cp -r deps/libuv deps/lua-compat-5.3 deps/*.cmake deps/lua_one.c luv-${version}/deps/
24 COPYFILE_DISABLE=true tar -czvf luv-${version}.tar.gz luv-${version}
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/celeste/
H A DCeleste.cpp140 pixels = CreateMatrix( (float)0, luv.height(), luv.width() ); in prepareGaborImage()
146 pixels[i][j] = luv(j,i)[0]; in prepareGaborImage()
315 vigra::UInt16RGBImage luv; in getCelesteMask() local
321 prepareGaborImage(luv,pixels); in getCelesteMask()
327 createGrid(gNumLocs,gLocations,radius,luv.width(),luv.height()); in getCelesteMask()
333 …nses=classifySVM(model,gNumLocs,gLocations,luv.width(),luv.height(),(int)len/gNumLocs,mask_respons… in getCelesteMask()
352 vigra::BImage mask_out(luv.width(), luv.height(),255); in getCelesteMask()
366 vigra::UInt16RGBImage luv; in getCelesteControlPoints() local
372 prepareGaborImage(luv,pixels); in getCelesteControlPoints()
402 …response = ProcessChannel(pixels,luv.width(),luv.height(),gNumLocs,gLocations,radius,response,&len… in getCelesteControlPoints()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/luv/
H A Dcategory.hpp14 struct luv struct
19 using luv_uint8 = ::color::category::luv< std::uint8_t >; argument
20 using luv_uint16 = ::color::category::luv< std::uint16_t >;
22 using luv_uint32 = ::color::category::luv< std::uint32_t >;
24 using luv_uint64 = ::color::category::luv< std::uint64_t >;
26 using luv_int8 = ::color::category::luv< std::int8_t >;
27 using luv_int16 = ::color::category::luv< std::int16_t >;
29 using luv_int32 = ::color::category::luv< std::int32_t >;
33 using luv_float = ::color::category::luv< float >;
34 using luv_double = ::color::category::luv< double >;
[all …]
/dports/x11-themes/gnome-icons-luv/luv-icon-theme-0.4.9.12/debian/
H A Dchangelog1 luv-icon-theme (0.4.9.12) bionic; urgency=medium
7 luv-icon-theme (0.4.9.11) bionic; urgency=medium
13 luv-icon-theme (0.4.9.10) bionic; urgency=medium
19 luv-icon-theme (0.4.9.9) bionic; urgency=medium
25 luv-icon-theme (0.4.9.8) bionic; urgency=medium
31 luv-icon-theme (0.4.9.7) bionic; urgency=medium
37 luv-icon-theme (0.4.9.6) bionic; urgency=medium
43 luv-icon-theme (0.4.9.5) bionic; urgency=medium
49 luv-icon-theme (0.4.9.4) bionic; urgency=medium
73 luv-icon-theme (0.4.9) bionic; urgency=medium
[all …]
/dports/devel/luv/luv-1.41.0-0/
H A DREADME.md1 luv chapter
4 …[Linux Build Status](https://travis-ci.org/luvit/luv.svg?branch=master)](https://travis-ci.org/luv…
24 local uv = require('luv')
50 local uv = require('luv')
100 luarocks install luv
105 return require 'luv'
145 cd luv
154 C:\Code\luv> msvcbuild.bat
155 C:\Code\luv> luajit tests\run.lua
161 ~/Code/luv> make test
[all …]
H A DMakefile43 all: luv
57 luv: $(BUILD_DIR)/Makefile target
59 $(LUV_CP) $(BUILD_DIR)/luv$(LUV_EXT) luv$(LUV_EXT)
61 install: luv
65 rm -rf $(BUILD_DIR) luv$(LUV_EXT)
67 test: luv
76 github-release upload --user luvit --repo luv --tag ${LUV_TAG} \
77 --file luv-${LUV_TAG}.tar.gz --name luv-${LUV_TAG}.tar.gz
78 luarocks upload luv-${LUV_TAG}.rockspec --api-key=${LUAROCKS_TOKEN}
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/ctor/list/
H A Dluv.cpp13 luv<uint8_t> c1( { 64, 127 , 192 } ); in main()
14 luv<uint16_t> c2( { 280, 350 , 1000 } ); in main()
15 luv<uint32_t> c3( { 640, 127 , 192 } ); in main()
16 luv<uint64_t> c4( { 64000, 1270 , 1920 } ); in main()
17 luv<float> c5( { 0.5, 0.6, 0.7} ); in main()
18 luv<double> c6( { 0.5, 0.6, 0.7} ); in main()
19 luv<long double> c7( { 0.5, 0.6, 0.7} ); in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/luv/akin/
H A DYCgCo.hpp13 …template< >struct luv< ::color::category::YCgCo_uint8 >{ typedef ::color::category::luv_uint8 … struct
14 …template< >struct luv< ::color::category::YCgCo_uint16 >{ typedef ::color::category::luv_uint16 … struct
15 …template< >struct luv< ::color::category::YCgCo_uint32 >{ typedef ::color::category::luv_uint32 … argument
16 …template< >struct luv< ::color::category::YCgCo_uint64 >{ typedef ::color::category::luv_uint64 … struct
17 …template< >struct luv< ::color::category::YCgCo_float >{ typedef ::color::category::luv_float … struct
18 …template< >struct luv< ::color::category::YCgCo_double >{ typedef ::color::category::luv_double … struct
19 …template< >struct luv< ::color::category::YCgCo_ldouble >{ typedef ::color::category::luv_ldouble … argument
H A DYDbDr.hpp13 …template< >struct luv< ::color::category::YDbDr_uint8 >{ typedef ::color::category::luv_uint8 … struct
14 …template< >struct luv< ::color::category::YDbDr_uint16 >{ typedef ::color::category::luv_uint16 … argument
15 …template< >struct luv< ::color::category::YDbDr_uint32 >{ typedef ::color::category::luv_uint32 … struct
16 …template< >struct luv< ::color::category::YDbDr_uint64 >{ typedef ::color::category::luv_uint64 … argument
17 …template< >struct luv< ::color::category::YDbDr_float >{ typedef ::color::category::luv_float … struct
18 …template< >struct luv< ::color::category::YDbDr_double >{ typedef ::color::category::luv_double … struct
19 …template< >struct luv< ::color::category::YDbDr_ldouble >{ typedef ::color::category::luv_ldouble … argument
H A Dxyz.hpp13 …template< >struct luv< ::color::category::xyz_uint8 >{ typedef ::color::category::luv_uint8 ak… argument
14 …template< >struct luv< ::color::category::xyz_uint16 >{ typedef ::color::category::luv_uint16 ak… argument
15 …template< >struct luv< ::color::category::xyz_uint32 >{ typedef ::color::category::luv_uint32 ak… struct
16 …template< >struct luv< ::color::category::xyz_uint64 >{ typedef ::color::category::luv_uint64 ak… struct
17 …template< >struct luv< ::color::category::xyz_float >{ typedef ::color::category::luv_float ak… struct
18 …template< >struct luv< ::color::category::xyz_double >{ typedef ::color::category::luv_double ak… argument
19 …template< >struct luv< ::color::category::xyz_ldouble >{ typedef ::color::category::luv_ldouble ak… struct
H A Dyiq.hpp13 …template< >struct luv< ::color::category::yiq_uint8 >{ typedef ::color::category::luv_uint8 ak… struct
14 …template< >struct luv< ::color::category::yiq_uint16 >{ typedef ::color::category::luv_uint16 ak… struct
15 …template< >struct luv< ::color::category::yiq_uint32 >{ typedef ::color::category::luv_uint32 ak… argument
16 …template< >struct luv< ::color::category::yiq_uint64 >{ typedef ::color::category::luv_uint64 ak… argument
17 …template< >struct luv< ::color::category::yiq_float >{ typedef ::color::category::luv_float ak… struct
18 …template< >struct luv< ::color::category::yiq_double >{ typedef ::color::category::luv_double ak… struct
19 …template< >struct luv< ::color::category::yiq_ldouble >{ typedef ::color::category::luv_ldouble ak… struct
H A Dgray.hpp13 …template< >struct luv< ::color::category::gray_uint8 >{ typedef ::color::category::luv_uint8 a… argument
14 …template< >struct luv< ::color::category::gray_uint16 >{ typedef ::color::category::luv_uint16 a… struct
15 …template< >struct luv< ::color::category::gray_uint32 >{ typedef ::color::category::luv_uint32 a… struct
16 …template< >struct luv< ::color::category::gray_uint64 >{ typedef ::color::category::luv_uint64 a… argument
17 …template< >struct luv< ::color::category::gray_float >{ typedef ::color::category::luv_float a… argument
18 …template< >struct luv< ::color::category::gray_double >{ typedef ::color::category::luv_double a… struct
19 …template< >struct luv< ::color::category::gray_ldouble >{ typedef ::color::category::luv_ldouble a… argument
H A Dhsi.hpp13 …template< >struct luv< ::color::category::hsi_uint8 >{ typedef ::color::category::luv_uint8 ak… argument
14 …template< >struct luv< ::color::category::hsi_uint16 >{ typedef ::color::category::luv_uint16 ak… argument
15 …template< >struct luv< ::color::category::hsi_uint32 >{ typedef ::color::category::luv_uint32 ak… argument
16 …template< >struct luv< ::color::category::hsi_uint64 >{ typedef ::color::category::luv_uint64 ak… struct
17 …template< >struct luv< ::color::category::hsi_float >{ typedef ::color::category::luv_float ak… struct
18 …template< >struct luv< ::color::category::hsi_double >{ typedef ::color::category::luv_double ak… argument
19 …template< >struct luv< ::color::category::hsi_ldouble >{ typedef ::color::category::luv_ldouble ak… argument
H A Drgb.hpp13 …template< >struct luv< ::color::category::rgb_uint8 >{ typedef ::color::category::luv_uint8 ak… argument
14 …template< >struct luv< ::color::category::rgb_uint16 >{ typedef ::color::category::luv_uint16 ak… argument
15 …template< >struct luv< ::color::category::rgb_uint32 >{ typedef ::color::category::luv_uint32 ak… argument
16 …template< >struct luv< ::color::category::rgb_uint64 >{ typedef ::color::category::luv_uint64 ak… argument
17 …template< >struct luv< ::color::category::rgb_float >{ typedef ::color::category::luv_float ak… argument
18 …template< >struct luv< ::color::category::rgb_double >{ typedef ::color::category::luv_double ak… struct
19 …template< >struct luv< ::color::category::rgb_ldouble >{ typedef ::color::category::luv_ldouble ak… struct
H A Dcmy.hpp13 …template< >struct luv< ::color::category::cmy_uint8 >{ typedef ::color::category::luv_uint8 ak… struct
14 …template< >struct luv< ::color::category::cmy_uint16 >{ typedef ::color::category::luv_uint16 ak… argument
15 …template< >struct luv< ::color::category::cmy_uint32 >{ typedef ::color::category::luv_uint32 ak… argument
16 …template< >struct luv< ::color::category::cmy_uint64 >{ typedef ::color::category::luv_uint64 ak… struct
17 …template< >struct luv< ::color::category::cmy_float >{ typedef ::color::category::luv_float ak… argument
18 …template< >struct luv< ::color::category::cmy_double >{ typedef ::color::category::luv_double ak… argument
19 …template< >struct luv< ::color::category::cmy_ldouble >{ typedef ::color::category::luv_ldouble ak… argument
H A Dhsl.hpp13 …template< >struct luv< ::color::category::hsl_uint8 >{ typedef ::color::category::luv_uint8 ak… argument
14 …template< >struct luv< ::color::category::hsl_uint16 >{ typedef ::color::category::luv_uint16 ak… struct
15 …template< >struct luv< ::color::category::hsl_uint32 >{ typedef ::color::category::luv_uint32 ak… struct
16 …template< >struct luv< ::color::category::hsl_uint64 >{ typedef ::color::category::luv_uint64 ak… argument
17 …template< >struct luv< ::color::category::hsl_float >{ typedef ::color::category::luv_float ak… argument
18 …template< >struct luv< ::color::category::hsl_double >{ typedef ::color::category::luv_double ak… argument
19 …template< >struct luv< ::color::category::hsl_ldouble >{ typedef ::color::category::luv_ldouble ak… struct
H A DLuvCH.hpp13 …template< >struct luv< ::color::category::LuvCH_uint8 >{ typedef ::color::category::luv_uint8 … struct
14 …template< >struct luv< ::color::category::LuvCH_uint16 >{ typedef ::color::category::luv_uint16 … argument
15 …template< >struct luv< ::color::category::LuvCH_uint32 >{ typedef ::color::category::luv_uint32 … argument
16 …template< >struct luv< ::color::category::LuvCH_uint64 >{ typedef ::color::category::luv_uint64 … argument
17 …template< >struct luv< ::color::category::LuvCH_float >{ typedef ::color::category::luv_float … struct
18 …template< >struct luv< ::color::category::LuvCH_double >{ typedef ::color::category::luv_double … argument
19 …template< >struct luv< ::color::category::LuvCH_ldouble >{ typedef ::color::category::luv_ldouble … argument
H A Dcmyk.hpp13 …template< >struct luv< ::color::category::cmyk_uint8 >{ typedef ::color::category::luv_uint8 a… struct
14 …template< >struct luv< ::color::category::cmyk_uint16 >{ typedef ::color::category::luv_uint16 a… struct
15 …template< >struct luv< ::color::category::cmyk_uint32 >{ typedef ::color::category::luv_uint32 a… argument
16 …template< >struct luv< ::color::category::cmyk_uint64 >{ typedef ::color::category::luv_uint64 a… struct
17 …template< >struct luv< ::color::category::cmyk_float >{ typedef ::color::category::luv_float a… struct
18 …template< >struct luv< ::color::category::cmyk_double >{ typedef ::color::category::luv_double a… struct
19 …template< >struct luv< ::color::category::cmyk_ldouble >{ typedef ::color::category::luv_ldouble a… struct
H A Dhsv.hpp13 …template< >struct luv< ::color::category::hsv_uint8 >{ typedef ::color::category::luv_uint8 ak… struct
14 …template< >struct luv< ::color::category::hsv_uint16 >{ typedef ::color::category::luv_uint16 ak… argument
15 …template< >struct luv< ::color::category::hsv_uint32 >{ typedef ::color::category::luv_uint32 ak… argument
16 …template< >struct luv< ::color::category::hsv_uint64 >{ typedef ::color::category::luv_uint64 ak… struct
17 …template< >struct luv< ::color::category::hsv_float >{ typedef ::color::category::luv_float ak… argument
18 …template< >struct luv< ::color::category::hsv_double >{ typedef ::color::category::luv_double ak… struct
19 …template< >struct luv< ::color::category::hsv_ldouble >{ typedef ::color::category::luv_ldouble ak… argument
H A DYPbPr.hpp13 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… argument
14 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… struct
15 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… struct
16 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… struct
17 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… struct
18 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… argument
19 …template< ::color::constant::YPbPr::reference_enum reference_number >struct luv< ::color::category… struct
H A Dyuv.hpp13 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… struct
14 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… struct
15 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… struct
16 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… argument
17 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… argument
18 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… argument
19 …template< ::color::constant::yuv::reference_enum reference_number >struct luv< ::color::category::… argument
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/ctor/const/
H A Dluv_lavender.cpp11 luv<uint8_t> c1( constant::lavender_t{} ); in main()
12 luv<uint16_t> c2( constant::lavender_t{} ); in main()
13 luv<uint32_t> c3( constant::lavender_t{} ); in main()
14 luv<uint64_t> c4( constant::lavender_t{} ); in main()
15 luv<float> c5( constant::lavender_t{} ); in main()
16 luv<double> c6( constant::lavender_t{} ); in main()
17 luv<long double> c7( constant::lavender_t{} ); in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/reference/
H A Dluv.cpp14 ::color::luv<uint8_t > c1( ::color::constant::aqua_t{} ); in main()
15 ::color::luv<uint16_t > c2( ::color::constant::aqua_t{} ); in main()
16 ::color::luv<uint32_t > c3( ::color::constant::aqua_t{} ); in main()
17 ::color::luv<uint64_t > c4( ::color::constant::aqua_t{} ); in main()
18 ::color::luv<float > c5( ::color::constant::aqua_t{} ); in main()
19 ::color::luv<double > c6( ::color::constant::aqua_t{} ); in main()
20 ::color::luv<long double > c7( ::color::constant::aqua_t{} ); in main()
/dports/devel/luv/luv-1.41.0-0/rockspecs/
H A Dluv-scm-0.rockspec2 package = "luv"
5 url = 'git://github.com/luvit/luv.git'
16 homepage = "https://github.com/luvit/luv",
38 ['luv'] = {
39 sources = {'src/luv.c'},
49 ['luv'] = {
61 ['luv'] = {
72 ['luv'] = {
/dports/editors/neovim/neovim-0.6.1/test/functional/autocmd/
H A Dtermxx_spec.lua1 local luv = require('luv')
44 luv.update_time()
45 local start = luv.now()
48 luv.update_time()
49 local duration = luv.now() - start
65 luv.update_time()
66 local start = luv.now()
69 luv.update_time()
70 local duration = luv.now() - start

12345678910>>...31