Home
last modified time | relevance | path

Searched refs:MaxInt (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djdct.pas39 jTDctElem = 0..(MaxInt div SizeOf(DCTELEM))-1;
86 jTMultType = 0..(MaxInt div SizeOf(ISLOW_MULT_TYPE))-1;
91 jTFloatType = 0..(MaxInt div SizeOf(FLOAT_MULT_TYPE))-1;
96 jTFastType = 0..(MaxInt div SizeOf(IFAST_MULT_TYPE))-1;
102 jTFastFloat = 0..(MaxInt div SizeOf(FAST_FLOAT))-1;
H A Djpeglib.pas73 jTSample = 0..(MaxInt div SIZEOF(JSAMPLE))-1;
77 jTRow = 0..(MaxInt div SIZEOF(JSAMPROW))-1;
81 jTArray = 0..(MaxInt div SIZEOF(JSAMPARRAY))-1;
88 jTBlockRow = 0..(MaxInt div SIZEOF(JBLOCK))-1;
93 jTBlockArray = 0..(MaxInt div SIZEOF(JBLOCKROW))-1;
97 jTBlockImage = 0..(MaxInt div SIZEOF(JBLOCKARRAY))-1;
101 jTCoef = 0..(MaxInt div SIZEOF(JCOEF))-1;
107 jTByte = 0..(MaxInt div SIZEOF(byte))-1;
132 JQUANT_TBL_FIELD = Array[0..(MaxInt div SizeOf(JQUANT_TBL))-1] of JQUANT_TBL;
150 JHUFF_TBL_FIELD = Array[0..(MaxInt div SizeOf(JHUFF_TBL))-1] of JHUFF_TBL;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djdct.pas39 jTDctElem = 0..(MaxInt div SizeOf(DCTELEM))-1;
86 jTMultType = 0..(MaxInt div SizeOf(ISLOW_MULT_TYPE))-1;
91 jTFloatType = 0..(MaxInt div SizeOf(FLOAT_MULT_TYPE))-1;
96 jTFastType = 0..(MaxInt div SizeOf(IFAST_MULT_TYPE))-1;
102 jTFastFloat = 0..(MaxInt div SizeOf(FAST_FLOAT))-1;
H A Djpeglib.pas73 jTSample = 0..(MaxInt div SIZEOF(JSAMPLE))-1;
77 jTRow = 0..(MaxInt div SIZEOF(JSAMPROW))-1;
81 jTArray = 0..(MaxInt div SIZEOF(JSAMPARRAY))-1;
88 jTBlockRow = 0..(MaxInt div SIZEOF(JBLOCK))-1;
93 jTBlockArray = 0..(MaxInt div SIZEOF(JBLOCKROW))-1;
97 jTBlockImage = 0..(MaxInt div SIZEOF(JBLOCKARRAY))-1;
101 jTCoef = 0..(MaxInt div SIZEOF(JCOEF))-1;
107 jTByte = 0..(MaxInt div SIZEOF(byte))-1;
132 JQUANT_TBL_FIELD = Array[0..(MaxInt div SizeOf(JQUANT_TBL))-1] of JQUANT_TBL;
150 JHUFF_TBL_FIELD = Array[0..(MaxInt div SizeOf(JHUFF_TBL))-1] of JHUFF_TBL;
[all …]
/dports/lang/yap/yap-6.2.2/library/
H A Dprandom.yap68 MaxInt is \(1 << (Wsize - 1)), % all bits but sign bit are 1.
72 assert(ranState(Mult, Prev, Wsize, MaxInt, Incr) ).
75 retract(ranState(Mult, Prev, Wsize, MaxInt, Incr)),
77 assert(ranState(Mult, Curr, Wsize, MaxInt, Incr)),
82 Raw is Curr /\ MaxInt % force positive sign bit
87 retract( ranState(Mult, Prev, Wsize, MaxInt, Incr) ),
89 assert(ranState(Mult, Curr, Wsize, MaxInt, Incr)),
94 Raw is Curr /\ MaxInt % force positive sign bit
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dunique_SUITE.erl211 max_int = MaxInt,
238 io:format("*** Around MAX_UNIQ_INT ~p ***~n", [MaxInt]),
240 check_unique_integer_around(MaxInt, UinqintInfo),
273 MaxInt = ((((1 bsl 64) - 1) bsl SchedBits) bor Schedulers) + MinSmall,
274 io:format("MaxInt=~p~n", [MaxInt]),
276 max_int = MaxInt,
329 max_int = MaxInt} = UinqintInfo) ->
330 {Start, End} = case {Int =< MinInt+100, Int >= MaxInt-100} of
337 {MaxInt-100, MaxInt}
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/search/
H A DMaxRegret.java62 rminNext = IntDomain.MaxInt; in compare()
83 lminNext = IntDomain.MaxInt; in compare()
94 rminNext = IntDomain.MaxInt; in compare()
115 ominNext = IntDomain.MaxInt; in metric()
/dports/editors/cudatext/CudaText-1.151.0/comp/
H A Dscrollingtext.pas311 if (Pos(' ',s))=0 then s:=Copy(s,Pos('http://',s),MaxInt)
313 if Pos(' ',s)<Pos('http://',s) then s:=Copy(s,Pos('http://',s),MaxInt);
314 if (Pos(' ',s))=0 then s:=Copy(s,Pos('http://',s),MaxInt)
317 if (Pos(' ',s))=0 then s:=Copy(s,Pos('https://',s),MaxInt)
319 if Pos(' ',s)<Pos('https://',s) then s:=Copy(s,Pos('https://',s),MaxInt);
320 if (Pos(' ',s))=0 then s:=Copy(s,Pos('https://',s),MaxInt)
327 if (Pos(' ',s))=0 then s:=Copy(s,Pos('mailto:',s),MaxInt)
329 if Pos(' ',s)<Pos('mailto:',s) then s:=Copy(s,Pos('mailto:',s),MaxInt);
330 if (Pos(' ',s))=0 then s:=Copy(s,Pos('mailto:',s),MaxInt)
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datiutil.c80 #define MaxInt ((int)((unsigned int)(-1) >> 2)) in ATIDivide() macro
87 if (Denominator <= MaxInt) in ATIDivide()
102 if ((Numerator & 1) && (Denominator <= MaxInt)) in ATIDivide()
/dports/devel/fpc-fcl-js/fpc-3.2.2/packages/fcl-js/src/
H A Djssrcmap.pas808 MaxInt = High(integer) div 2;
878 if (ColDiff>MaxInt) or (ColDiff<-MaxInt) then
881 if (Column>MaxInt) or (Column<-MaxInt) then
896 if (SrcFileIndexDiff>MaxInt) or (SrcFileIndexDiff<-MaxInt) then
905 if (SrcLineDiff>MaxInt) or (SrcLineDiff<-MaxInt) then
908 if (SrcLine>MaxInt) or (SrcLine<-MaxInt) then
914 if (SrcColumnDiff>MaxInt) or (SrcColumnDiff<-MaxInt) then
917 if (SrcColumn>MaxInt) or (SrcColumn<-MaxInt) then
925 if (NameIndexDiff>MaxInt) or (NameIndexDiff<-MaxInt) then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-js/src/
H A Djssrcmap.pas808 MaxInt = High(integer) div 2;
878 if (ColDiff>MaxInt) or (ColDiff<-MaxInt) then
881 if (Column>MaxInt) or (Column<-MaxInt) then
896 if (SrcFileIndexDiff>MaxInt) or (SrcFileIndexDiff<-MaxInt) then
905 if (SrcLineDiff>MaxInt) or (SrcLineDiff<-MaxInt) then
908 if (SrcLine>MaxInt) or (SrcLine<-MaxInt) then
914 if (SrcColumnDiff>MaxInt) or (SrcColumnDiff<-MaxInt) then
917 if (SrcColumn>MaxInt) or (SrcColumn<-MaxInt) then
925 if (NameIndexDiff>MaxInt) or (NameIndexDiff<-MaxInt) then
/dports/lang/perl5.30/perl-5.30.3/cpan/Time-Local/lib/Time/
H A DLocal.pm37 my $MaxInt;
41 $MaxInt = ( 1 << ( 8 * $Config::Config{ivsize} ) )
45 $MaxInt
50 $MaxDay = int( ( $MaxInt - ( SECS_PER_DAY / 2 ) ) / SECS_PER_DAY ) - 1;
/dports/lang/perl5.32/perl-5.32.1/cpan/Time-Local/lib/Time/
H A DLocal.pm37 my $MaxInt;
41 $MaxInt = ( 1 << ( 8 * $Config::Config{ivsize} ) )
45 $MaxInt
50 $MaxDay = int( ( $MaxInt - ( SECS_PER_DAY / 2 ) ) / SECS_PER_DAY ) - 1;
/dports/lang/perl5.34/perl-5.34.0/cpan/Time-Local/lib/Time/
H A DLocal.pm43 my $MaxInt;
47 $MaxInt = ( 1 << ( 8 * $Config::Config{ivsize} ) )
51 $MaxInt
56 $MaxDay = int( ( $MaxInt - ( SECS_PER_DAY / 2 ) ) / SECS_PER_DAY ) - 1;
/dports/devel/p5-Time-Local/Time-Local-1.30/lib/Time/
H A DLocal.pm43 my $MaxInt;
47 $MaxInt = ( 1 << ( 8 * $Config::Config{ivsize} ) )
51 $MaxInt
56 $MaxDay = int( ( $MaxInt - ( SECS_PER_DAY / 2 ) ) / SECS_PER_DAY ) - 1;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Time-Local/lib/Time/
H A DLocal.pm43 my $MaxInt;
47 $MaxInt = ( 1 << ( 8 * $Config::Config{ivsize} ) )
51 $MaxInt
56 $MaxDay = int( ( $MaxInt - ( SECS_PER_DAY / 2 ) ) / SECS_PER_DAY ) - 1;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Math/
H A DGeom_2d.pas190 if R > MaxInt then R:=MaxInt
191 else if R < -MaxInt then R:=-MaxInt;
194 if R > MaxInt then R:=MaxInt
195 else if R < - MaxInt then R:= - MaxInt;
/dports/net-im/tut/tut-0.0.17/vendor/github.com/icza/gox/mathx/
H A Dconst.go9 MaxInt = int(MaxUint >> 1) const
10 MinInt = -MaxInt - 1
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dbox.go153 Right: util.Math.MaxInt(b.Right, other.Right),
154 Bottom: util.Math.MaxInt(b.Bottom, other.Bottom),
225 newBox.Top = util.Math.MaxInt(newBox.Top, other.Top)
226 newBox.Left = util.Math.MaxInt(newBox.Left, other.Left)
269 Right: util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X),
270 Bottom: util.Math.MaxInt(bc.BottomLeft.Y, bc.BottomRight.Y),
277 maxRight := util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X)
284 maxBottom := util.Math.MaxInt(bc.BottomLeft.Y, bc.BottomRight.Y)

12345678910>>...48