Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 25 of 12012) sorted by relevance

12345678910>>...481

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/ghc-lib/stage0/lib/
H A DGHCConstantsHaskellType.hs3 pc_STD_HDR_SIZE :: Int,
4 pc_PROF_HDR_SIZE :: Int,
5 pc_BLOCK_SIZE :: Int,
6 pc_BLOCKS_PER_MBLOCK :: Int,
7 pc_TICKY_BIN_COUNT :: Int,
102 pc_MIN_INTLIKE :: Int,
120 pc_WORD_SIZE :: Int,
121 pc_CINT_SIZE :: Int,
122 pc_CLONG_SIZE :: Int,
125 pc_TAG_BITS :: Int,
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/ghc-lib/stage0/lib/
H A DGHCConstantsHaskellType.hs3 pc_STD_HDR_SIZE :: Int,
4 pc_PROF_HDR_SIZE :: Int,
5 pc_BLOCK_SIZE :: Int,
6 pc_BLOCKS_PER_MBLOCK :: Int,
7 pc_TICKY_BIN_COUNT :: Int,
102 pc_MIN_INTLIKE :: Int,
120 pc_WORD_SIZE :: Int,
122 pc_CINT_SIZE :: Int,
123 pc_CLONG_SIZE :: Int,
126 pc_TAG_BITS :: Int,
[all …]
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/arith/
H A Dpbrewrites-test.smt26 (declare-fun x0 () Int)
7 (declare-fun x1 () Int)
8 (declare-fun x2 () Int)
9 (declare-fun x3 () Int)
10 (declare-fun x4 () Int)
11 (declare-fun x5 () Int)
12 (declare-fun x6 () Int)
13 (declare-fun x7 () Int)
14 (declare-fun x8 () Int)
15 (declare-fun x9 () Int)
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/indexing/
H A Ddecl.hpp17 Int Length( Int n, Int rank, Int firstRank, Int numProcs );
18 Int Length_( Int n, Int rank, Int firstRank, Int numProcs );
20 Int Length( Int n, Int shift, Int numProcs );
21 Int Length_( Int n, Int shift, Int numProcs );
32 ( Int n, Int rank, Int firstRank, Int bsize, Int cut, Int numProcs );
34 ( Int n, Int rank, Int firstRank, Int bsize, Int cut, Int numProcs );
36 Int BlockedLength ( Int n, Int shift, Int bsize, Int cut, Int numProcs );
37 Int BlockedLength_( Int n, Int shift, Int bsize, Int cut, Int numProcs );
42 Int GlobalBlockedIndex( Int iLoc, Int shift, Int bsize, Int cut, Int numProcs );
43 Int LocalBlockedOffset( Int i, Int shift, Int bsize, Int cut, Int numProcs );
[all …]
/dports/net/py-ldap/python-ldap-3.4.0/Lib/ldap/
H A Dconstants.py40 class Int(Constant): class
46 class TLSInt(Int):
161 Int('PORT'),
166 Int('VERSION'),
175 Int('REQ_ADD'),
204 Int('RES_ADD'),
208 Int('RES_ANY'),
224 Int('MOD_ADD'),
230 Int('MSG_ONE'),
231 Int('MSG_ALL'),
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/BlockDistMatrix/
H A DAbstract.hpp39 void Resize( Int height, Int width, Int ldim );
47 Int colAlign, Int rowAlign, Int colCut=0, Int rowCut=0,
63 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
66 ( Int blockHeight, Int colAlign, Int colCut, Int height, Int width,
69 ( Int blockWidth, Int rowAlign, Int rowCut, Int height, Int width,
78 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
83 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
88 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
93 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
147 Int Owner( Int i, Int j ) const; // rank in DistComm
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/DistMatrix/
H A DAbstract.hpp38 void Resize( Int height, Int width );
39 void Resize( Int height, Int width, Int ldim );
56 ( Int colAlign, Int rowAlign, Int height, Int width,
59 ( Int colAlign, Int height, Int width,
62 ( Int rowAlign, Int height, Int width,
70 Int colAlign, Int rowAlign, T* buffer, Int ldim, Int root=0 );
73 Int colAlign, Int rowAlign, const T* buffer, Int ldim, Int root=0 );
76 Int colAlign, Int rowAlign, elem::Matrix<T>& A, Int root=0 );
128 Int Owner( Int i, Int j ) const; // rank in DistComm
167 T Get( Int i, Int j ) const;
[all …]
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/sets/
H A DUniqueZipper.hs.fqout.cvc4.1832.smt23 (define-sort Elt () Int)
18 (declare-fun z3f69 (Int) Int)
26 (declare-fun z3f77 (Int Int) Int)
30 (declare-fun z3f81 (Int) Int)
42 (declare-fun z3f94 (Int) Int)
43 (declare-fun z3f95 (Int) Int)
44 (declare-fun z3f96 (Int Int Int) Int)
115 (declare-fun z3f191 (Int) Int)
116 (declare-fun z3f192 (Int) Int)
131 (declare-fun z3f214 (Int) Int)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gnat_util/gnat_util/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dstand.adb68 Tree_Read_Int (Int (Elmt));
76 Tree_Read_Int (Int (Any_Id));
77 Tree_Read_Int (Int (Any_Type));
78 Tree_Read_Int (Int (Any_Access));
79 Tree_Read_Int (Int (Any_Array));
84 Tree_Read_Int (Int (Any_Fixed));
88 Tree_Read_Int (Int (Any_Real));
89 Tree_Read_Int (Int (Any_Scalar));
148 Tree_Write_Int (Int (Empty));
153 Tree_Write_Int (Int (Any_Id));
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h74 Int m_confWinLeft;
75 Int m_confWinRight;
76 Int m_confWinTop;
77 Int m_confWinBottom;
235 Int m_toneMapId;
240 Int m_toneMapModelId;
244 Int m_sigmoidWidth;
245 Int m_numPivots;
282 Int m_kneeSEIId;
299 Int m_TMVPModeId;
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/
H A DMatrix.hpp27 Matrix( Int height, Int width, Int ldim, bool fixed=false );
46 void Resize( Int height, Int width, Int ldim );
48 void Attach( Int height, Int width, T* buffer, Int ldim );
51 void Control( Int height, Int width, T* buffer, Int ldim );
62 T* Buffer( Int i, Int j );
70 T Get( Int i, Int j ) const;
79 void MakeReal( Int i, Int j );
80 void Conjugate( Int i, Int j );
161 void Resize_( Int height, Int width, Int ldim );
163 void Attach_( Int height, Int width, T* buffer, Int ldim );
[all …]

12345678910>>...481