Home
last modified time | relevance | path

Searched defs:DIVIDE_BY (Results 1 – 25 of 118) sorted by relevance

12345

/dports/math/p5-Math-Random-Secure/Math-Random-Secure-0.080001/lib/Math/Random/
H A DSecure.pm14 use constant DIVIDE_BY => 2**32; constant
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djcmcu.c110 #define DIVIDE_BY(a,b) a /= b in extract_block() macro
112 #define DIVIDE_BY(a,b) (a >= b) ? (a /= b) : (a = 0) in extract_block() macro
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DRNG.pm23 use constant DIVIDE_BY => 2**32; constant
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DRNG.pm27 use constant DIVIDE_BY => 2**32; constant
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/graphics/libafterimage/libAfterImage-1.20/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/cad/openctm/OpenCTM-1.0.3/tools/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/JPEG/src/itkjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/science/py-dlib/dlib-19.22/dlib/external/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/graphics/povray37/povray-3.7.0.10/libraries/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/science/dlib-cpp/dlib-19.22/dlib/external/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/misc/openmvg/openMVG-2.0/src/third_party/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/misc/vxl/vxl-3.3.2/v3p/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/jpeg-7/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/libjpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A Djcdctmgr.c105 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
107 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djcdctmgr.c114 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
116 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djcdctmgr.c114 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
116 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/emulators/mame/mame-mame0226/3rdparty/libjpeg/
H A Djcdctmgr.c114 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
116 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/x11-toolkits/fltk/fltk-1.3.8/jpeg/
H A Djcdctmgr.c114 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
116 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro
/dports/games/openjk/OpenJK-07675e2/lib/jpeg-9a/
H A Djcdctmgr.c114 #define DIVIDE_BY(a,b) a /= b in forward_DCT() macro
116 #define DIVIDE_BY(a,b) if (a >= b) a /= b; else a = 0 in forward_DCT() macro

12345