Home
last modified time | relevance | path

Searched defs:modN (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/urt/urt-3.1b1_12/lib/
H A Ddither.c80 dithermap( levels, gamma, rgbmap, divN, modN, magic ) in dithermap() argument
142 bwdithermap( levels, gamma, bwmap, divN, modN, magic ) in bwdithermap() argument
192 make_square( N, divN, modN, magic ) in make_square() argument
247 dithergb( x, y, r, g, b, levels, divN, modN, magic ) in dithergb() argument
279 ditherbw( x, y, val, divN, modN, magic ) in ditherbw() argument
/dports/graphics/liblug/lug/utils/
H A Ddither.c50 int divN[256], modN[256]; local
125 create_dithermap( levels, gamma, rgbmap, divN, modN, magic ) in create_dithermap() argument
159 create_square( N, divN, modN, magic ) in create_square() argument
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Darray_axis.cpp147 int modN = n % radix; in GetItemNumber() local
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drlelib.c1393 dithermap(levels, gamma, rgbmap, divN, modN, magic) in dithermap() argument
1453 bwdithermap(levels, gamma, bwmap, divN, modN, magic) in bwdithermap() argument
1568 make_square(N, divN, modN, magic) in make_square() argument
1679 dithergb(x, y, r, g, b, levels, divN, modN, magic) in dithergb() argument
1710 ditherbw(x, y, val, divN, modN, magic) in ditherbw() argument
H A Drle.c53 int modN[256]; variable
/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.c1389 dithermap( levels, gamma, rgbmap, divN, modN, magic ) in dithermap() argument
1449 bwdithermap( levels, gamma, bwmap, divN, modN, magic ) in bwdithermap() argument
1495 make_square( N, divN, modN, magic ) in make_square() argument
1672 int dithergb( x, y, r, g, b, levels, divN, modN, magic ) in dithergb() argument
1702 int ditherbw( x, y, val, divN, modN, magic ) in ditherbw() argument
H A Drle.c53 int modN[256]; variable
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dto8.c45 int modN[256], divN[256]; variable
/dports/security/klee/klee-2.2/utils/hacks/TreeGraphs/Graphics/Geometry/
H A Dvec4.py27 def modN(a,n): return (a[0]%n, a[1]%n, a[2]%n, a[3]%n) function
H A Dvec3.py30 def modN(a,n): return (a[0]%n, a[1]%n, a[2]%n) function
H A Dvec2.py52 def modN(a,n): return (a[0]%n, a[1]%n) function
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DTensorLayoutTest.cpp208 auto modN = before.setAlignment(0, 32); in TEST_P() local
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dgetsun.c64 int modN[256], divN[256]; variable
H A Dgetap.c80 int modN[256], divN[256]; variable
H A Dgetx10.c70 int modN[256], divN[256]; variable
H A Dgetmex.c32 int modN[256], divN[256]; /* Speed up with precomputed lookup tables. */ variable
/dports/graphics/liblug/lug/show/
H A Dx11.c363 int divN[256], modN[256]; local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dwsdlparser.cpp172 AutoPtr<CDataTypeModule> modN(new CDataTypeModule(module_name)); in BuildDataTree() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dwsdlparser.cpp172 AutoPtr<CDataTypeModule> modN(new CDataTypeModule(module_name)); in BuildDataTree() local
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxoverlay.h820 int *modN, *modNN; // lookup tables for fast divide and mod operations variable
/dports/graphics/urt/urt-3.1b1_12/get/getx11/
H A Dgetx11.h174 int *modN; /* dither arrays, all of them */ member
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/SizedTypes/
H A DSolve.hs243 let modN = envCurrentModule $ clEnv cl function