Home
last modified time | relevance | path

Searched refs:mkind (Results 26 – 50 of 351) sorted by last modified time

12345678910>>...15

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc88/Compat/
H A DHieAst.hs1227 toHie (HsDataDefn _ _ ctx _ mkind cons derivs) = concatM
1229 , toHie mkind
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc810/Compat/
H A DHieAst.hs1353 toHie (HsDataDefn _ _ ctx _ mkind cons derivs) = concatM
1355 , toHie mkind
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc88/Compat/
H A DHieAst.hs1227 toHie (HsDataDefn _ _ ctx _ mkind cons derivs) = concatM
1229 , toHie mkind
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieAst.hs1229 toHie (HsDataDefn _ _ ctx _ mkind cons derivs) = concatM
1231 , toHie mkind
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimplify.c8317 enum gomp_map_kind mkind in insert_struct_comp_map() local
8323 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in insert_struct_comp_map()
8348 OMP_CLAUSE_SET_MAP_KIND (c3, mkind); in insert_struct_comp_map()
9297 enum gomp_map_kind mkind in gimplify_scan_omp_clauses() local
9299 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in gimplify_scan_omp_clauses()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimplify.c8317 enum gomp_map_kind mkind in insert_struct_comp_map() local
8323 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in insert_struct_comp_map()
8348 OMP_CLAUSE_SET_MAP_KIND (c3, mkind); in insert_struct_comp_map()
9297 enum gomp_map_kind mkind in gimplify_scan_omp_clauses() local
9299 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in gimplify_scan_omp_clauses()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DMan.hs517 ControlLine mkind _ pos -> do
518 report $ SkippedContent ("." <> mkind) pos
/dports/lang/ghc/ghc-8.10.7/compiler/hieFile/
H A DHieAst.hs1380 toHie (HsDataDefn _ _ ctx _ mkind cons derivs) = concatM
1382 , toHie mkind
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify.c8618 enum gomp_map_kind mkind in gimplify_scan_omp_clauses()
8623 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in gimplify_scan_omp_clauses()
8636 OMP_CLAUSE_SET_MAP_KIND (c3, mkind); in gimplify_scan_omp_clauses()
8657 enum gomp_map_kind mkind in gimplify_scan_omp_clauses() local
8659 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in gimplify_scan_omp_clauses()
8791 enum gomp_map_kind mkind in gimplify_scan_omp_clauses()
8794 OMP_CLAUSE_SET_MAP_KIND (c2, mkind); in gimplify_scan_omp_clauses()
8807 OMP_CLAUSE_SET_MAP_KIND (c3, mkind); in gimplify_scan_omp_clauses()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/Demo/
H A DRBdemo.c36 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
55 &nelnz, &mkind, &skind, &fem, &xsize, &Ap, &Ai, &Ax) ; in main()
73 mkind, skind, asize, znz) ; in main()
84 RBget_entry (mkind, Ax, Az, p, &xr, &xz) ; in main()
92 status = RBok (nrow, ncol, asize, Ap, Ai, Ax, Az, NULL, mkind, in main()
111 mkind, mtype2) ; in main()
136 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
160 &nelnz, &mkind, &skind, &fem, &xsize, &Ap, &Ai, &Ax) ; in main()
190 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
193 status = RBok (nrow, ncol, asize, Ap, Ai, Ax, Az, NULL, mkind, in main()
[all …]
H A DRBdemo.out7 mkind 0 skind 0 asize 3820 znz 22
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/Include/
H A DRBio.h133 int *mkind, /* 0:R, 1:P: 2:Csplit, 3:I, 4:Cmerged */
163 int *mkind, /* R: 0, P: 1, C: 2, I: 3 */
180 SuiteSparse_long *mkind, SuiteSparse_long *skind, SuiteSparse_long *asize,
198 int *mkind, /* 0:R, 1:P: 2:Csplit, 3:I, 4:Cmerged */
212 SuiteSparse_long *nnz, SuiteSparse_long *nelnz, SuiteSparse_long *mkind,
245 int mkind, /* R: 0, P: 1, C: 2, I: 3 */
253 void RBget_entry (SuiteSparse_long mkind, double *Ax, double *Az,
259 int mkind, /* R: 0, P: 1, C: 2, I: 3 */
267 void RBput_entry (SuiteSparse_long mkind, double *Ax, double *Az,
282 int mkind, /* 0:real, 1:logical/pattern, 2:split-complex, 3:integer,
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/RBio/
H A DRBwrite.c55 Long nrow, ncol, ititle, zrow, zcol, i, mkind ; in mexFunction() local
95 mkind = 2 ; in mexFunction()
100 mkind = 0 ; in mexFunction()
158 mkind, mtype) ; in mexFunction()
H A DRBraw.c56 Long p, j, nrow, ncol, mkind, skind, xsize, status, nelnz, fem, in mexFunction() local
86 &mkind, &skind, &fem, &xsize, &Ap, &Ai, &Ax) ; in mexFunction()
H A DRBread.c36 Long p, j, build_upper, zero_handling, nrow, ncol, mkind, skind, asize, znz, in mexFunction() local
66 &nrow, &ncol, &mkind, &skind, &asize, &znz, in mexFunction()
79 pargout [0] = mxCreateSparse (0, 0, 0, (mkind == 2) ? mxCOMPLEX : mxREAL) ; in mexFunction()
83 if (mkind == 2) mxFree (mxGetPi (pargout [0])) ; in mexFunction()
90 if (mkind == 2) mxSetPi (pargout [0], Az) ; in mexFunction()
H A DRBtype.c52 Long nrow, ncol, nnz, mkind, skind, mkind_in ; in mexFunction() local
86 RBkind (nrow, ncol, Ap, Ai, Ax, Az, mkind_in, &mkind, &skind, mtype, in mexFunction()
96 pargout [1] = mxCreateDoubleScalar ((double) mkind) ; in mexFunction()
H A DRBtype.m1 function [mtype, mkind, skind] = RBtype (A) %#ok
4 % [mtype mkind skind] = RBtype (A)
10 % mkind: R: (0), A is real, and not binary
21 % mtype is a 3-character string, where mtype(1) is the mkind
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/RBio/private/
H A DtestRB3.m29 [mtype2 mkind skind] = RBtype (A+Z) ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c361 if (mkind == 0 || mkind == 3) in RB()
402 if (mkind == 0 || mkind == 3) in RB()
1298 if (ok && (mkind == 2 || mkind == 4)) in RB()
1457 if (*mkind == 0 || *mkind == 3 || *mkind == 1) in RB()
1879 if (mkind != 1) in RB()
1885 if (mkind == 2) in RB()
1913 if (mkind == 0 || mkind == 3) in RB()
2006 if (mkind != 1) in RB()
2182 is_h = (*mkind == 2 || *mkind == 4) ; in RB()
2565 if (ok && (mkind == 2 || mkind == 4)) in RB()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/Tcov/
H A DRBtest.c47 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
80 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
96 NULL, Zp, Zi, mkind, mtype2) ; in main()
106 NULL, Zp, Zi, mkind, mtype2) ; in main()
116 NULL, Zp, Zi, mkind, NULL) ; in main()
129 NULL, Zp, Zi, mkind, NULL) ; in main()
141 NULL, Zp, Zi, mkind, NULL) ; in main()
151 NULL, Zp, Zi, mkind, NULL) ; in main()
162 NULL, Zp, Zi, mkind, NULL) ; in main()
171 NULL, Zp, Zi, mkind, NULL) ; in main()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/RBio/Demo/
H A DRBdemo.c36 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
55 &nelnz, &mkind, &skind, &fem, &xsize, &Ap, &Ai, &Ax) ; in main()
73 mkind, skind, asize, znz) ; in main()
84 RBget_entry (mkind, Ax, Az, p, &xr, &xz) ; in main()
92 status = RBok (nrow, ncol, asize, Ap, Ai, Ax, Az, NULL, mkind, in main()
111 mkind, mtype2) ; in main()
136 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
160 &nelnz, &mkind, &skind, &fem, &xsize, &Ap, &Ai, &Ax) ; in main()
190 &nrow, &ncol, &mkind, &skind, &asize, &znz, in main()
193 status = RBok (nrow, ncol, asize, Ap, Ai, Ax, Az, NULL, mkind, in main()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/RBio/RBio/
H A DRBtype.c52 Long nrow, ncol, nnz, mkind, skind, mkind_in ; in mexFunction() local
86 RBkind (nrow, ncol, Ap, Ai, Ax, Az, mkind_in, &mkind, &skind, mtype, in mexFunction()
96 pargout [1] = mxCreateDoubleScalar ((double) mkind) ; in mexFunction()
H A DRBtype.m1 function [mtype, mkind, skind] = RBtype (A) %#ok
4 % [mtype mkind skind] = RBtype (A)
10 % mkind: R: (0), A is real, and not binary
21 % mtype is a 3-character string, where mtype(1) is the mkind
H A DRBread.c36 Long p, j, build_upper, zero_handling, nrow, ncol, mkind, skind, asize, znz, in mexFunction() local
66 &nrow, &ncol, &mkind, &skind, &asize, &znz, in mexFunction()
79 pargout [0] = mxCreateSparse (0, 0, 0, (mkind == 2) ? mxCOMPLEX : mxREAL) ; in mexFunction()
83 if (mkind == 2) mxFree (mxGetPi (pargout [0])) ; in mexFunction()
90 if (mkind == 2) mxSetPi (pargout [0], Az) ; in mexFunction()
H A DRBwrite.c55 Long nrow, ncol, ititle, zrow, zcol, i, mkind ; in mexFunction() local
95 mkind = 2 ; in mexFunction()
100 mkind = 0 ; in mexFunction()
158 mkind, mtype) ; in mexFunction()

12345678910>>...15