Home
last modified time | relevance | path

Searched refs:C_LONG (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/math/pari/pari-2.13.3/examples/
H A Dpari.f906 import C_LONG
36 import C_PTR, C_LONG
38 integer(kind=C_LONG), VALUE :: d
48 import C_PTR, C_LONG
50 integer(kind=C_LONG), VALUE :: prec
54 import C_PTR, C_LONG
55 integer(kind=C_LONG), VALUE :: x
59 import C_PTR, C_LONG
64 import C_PTR, C_LONG
65 integer(kind=C_LONG), VALUE :: x
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/callarranger/
H A DTestSysVCallArranger.java65 assertEquals(callingSequence.functionDesc(), fd.withAppendedArgumentLayouts(C_LONG)); in testEmpty()
112 C_LONG in testNestedUnion()
140 C_LONG, in testNestedStructsUnaligned()
170 C_LONG in testNestedUnionUnaligned()
260 C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, in testMixed()
403 { MemoryLayout.ofStruct(C_LONG), new Binding[]{ in structs()
407 { MemoryLayout.ofStruct(C_LONG, C_LONG), new Binding[]{ in structs()
413 { MemoryLayout.ofStruct(C_LONG, C_LONG, C_LONG), new Binding[]{ in structs()
421 { MemoryLayout.ofStruct(C_LONG, C_LONG, C_LONG, C_LONG), new Binding[]{ in structs()
436 MemoryLayout struct = MemoryLayout.ofStruct(C_LONG, C_LONG); in testReturnRegisterStruct()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/callarranger/
H A DTestSysVCallArranger.java65 assertEquals(callingSequence.functionDesc(), fd.withAppendedArgumentLayouts(C_LONG)); in testEmpty()
112 C_LONG in testNestedUnion()
140 C_LONG, in testNestedStructsUnaligned()
170 C_LONG in testNestedUnionUnaligned()
260 C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, C_LONG, in testMixed()
403 { MemoryLayout.structLayout(C_LONG), new Binding[]{ in structs()
407 { MemoryLayout.structLayout(C_LONG, C_LONG), new Binding[]{ in structs()
413 { MemoryLayout.structLayout(C_LONG, C_LONG, C_LONG), new Binding[]{ in structs()
421 { MemoryLayout.structLayout(C_LONG, C_LONG, C_LONG, C_LONG), new Binding[]{ in structs()
436 MemoryLayout struct = MemoryLayout.structLayout(C_LONG, C_LONG); in testReturnRegisterStruct()
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dscan_copyc.c118 test_scan_copy(C_LONG,long,reg, C_LONG,long,reg) in test_scan_copy()
196 tests(C_LONG, C_INT); in test_scan_copy()
203 tests(C_INT, C_LONG); in test_scan_copy()
204 tests(C_LONG, C_LONG); in test_scan_copy()
205 tests(C_LONGLONG,C_LONG); in test_scan_copy()
206 tests(C_FLOAT, C_LONG); in test_scan_copy()
207 tests(C_DBL, C_LONG); in test_scan_copy()
208 tests(C_SCPL, C_LONG); in test_scan_copy()
209 tests(C_DCPL, C_LONG); in test_scan_copy()
228 tests(C_LONG, C_DBL); in test_scan_copy()
[all …]
H A Dunpackc.c150 test_unpack(C_LONG,long,reg, C_LONG,long,reg) in test_unpack()
230 tests(C_LONG, C_INT); in test_unpack()
237 tests(C_INT, C_LONG); in test_unpack()
238 tests(C_LONG, C_LONG); in test_unpack()
239 tests(C_LONGLONG,C_LONG); in test_unpack()
240 tests(C_FLOAT, C_LONG); in test_unpack()
241 tests(C_DBL, C_LONG); in test_unpack()
242 tests(C_SCPL, C_LONG); in test_unpack()
243 tests(C_DCPL, C_LONG); in test_unpack()
262 tests(C_LONG, C_DBL); in test_unpack()
[all …]
H A Dpackc.c151 test_pack(C_LONG,long,reg, C_LONG,long,reg) in test_pack()
231 tests(C_LONG, C_INT); in test_pack()
238 tests(C_INT, C_LONG); in test_pack()
239 tests(C_LONG, C_LONG); in test_pack()
240 tests(C_LONGLONG,C_LONG); in test_pack()
241 tests(C_FLOAT, C_LONG); in test_pack()
242 tests(C_DBL, C_LONG); in test_pack()
243 tests(C_SCPL, C_LONG); in test_pack()
244 tests(C_DCPL, C_LONG); in test_pack()
263 tests(C_LONG, C_DBL); in test_pack()
[all …]
H A Dscan_addc.c164 test_scan_add(C_LONG,long,reg, C_LONG,long,reg) in test_scan_add()
247 tests(C_LONG, C_INT); in test_scan_add()
254 tests(C_INT, C_LONG); in test_scan_add()
255 tests(C_LONG, C_LONG); in test_scan_add()
256 tests(C_LONGLONG,C_LONG); in test_scan_add()
257 tests(C_FLOAT, C_LONG); in test_scan_add()
258 tests(C_DBL, C_LONG); in test_scan_add()
259 tests(C_SCPL, C_LONG); in test_scan_add()
260 tests(C_DCPL, C_LONG); in test_scan_add()
279 tests(C_LONG, C_DBL); in test_scan_add()
[all …]
/dports/devel/ga/ga-5.8/global/src/
H A Dtypes2.xh2 TYPE_CASE(C_LONG,long,reg, C_INT,int,reg)
8 TYPE_CASE(C_INT,int,reg, C_LONG,long,reg)
9 TYPE_CASE(C_LONG,long,reg, C_LONG,long,reg)
10 TYPE_CASE(C_LONGLONG,long long,reg,C_LONG,long,reg)
11 TYPE_CASE(C_FLOAT,float,reg, C_LONG,long,reg)
12 TYPE_CASE(C_DBL,double,reg, C_LONG,long,reg)
13 TYPE_CASE(C_SCPL,SingleComplex,cpl,C_LONG,long,reg)
14 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg)
16 TYPE_CASE(C_LONG,long,reg, C_LONGLONG,long long,reg)
23 TYPE_CASE(C_LONG,long,reg, C_FLOAT,float,reg)
[all …]
H A Dsparse.c156 pnga_gop(C_LONG,lim,nproc,"+"); in pnga_scan_copy()
293 pnga_gop(C_LONG,lim,nproc,"+"); in pnga_scan_add()
500 ga_unpack_case(C_LONG,long,reg, C_INT,int,reg) in sga_unpack()
506 ga_unpack_case(C_INT,int,reg, C_LONG,long,reg) in sga_unpack()
507 ga_unpack_case(C_LONG,long,reg, C_LONG,long,reg) in sga_unpack()
508 ga_unpack_case(C_LONGLONG,long long,reg,C_LONG,long,reg) in sga_unpack()
509 ga_unpack_case(C_FLOAT,float,reg, C_LONG,long,reg) in sga_unpack()
510 ga_unpack_case(C_DBL,double,reg, C_LONG,long,reg) in sga_unpack()
634 pnga_gop(C_LONG,lim,nproc,"+"); in sga_pack_unpack()
761 if(type!= C_INT && type!=C_LONG && type!=C_LONGLONG) in pnga_create_bin_range()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunmatrix/sparse/
H A Dtest_fsunmatrix_sparse_mod.f9022 integer(C_LONG), parameter :: N = 5
43 integer(C_LONG), pointer :: inddat(:) ! indices pointer
44 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
46 integer(C_LONG) :: tmp1
109 integer(C_LONG) :: ii, jj, tmp1, tmp2
208 integer(C_LONG), pointer :: Aidxvals(:), Bidxvals(:)
209 integer(C_LONG), pointer :: Aidxptrs(:), Bidxptrs(:)
210 integer(C_LONG) :: i, np, Annz, Bnnz
294 integer(C_LONG), pointer :: Aidxptrs(:)
295 integer(C_LONG) :: i, np
/dports/math/sundials/sundials-5.7.0/examples/sunmatrix/sparse/
H A Dtest_fsunmatrix_sparse_mod.f9022 integer(C_LONG), parameter :: N = 5
43 integer(C_LONG), pointer :: inddat(:) ! indices pointer
44 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
46 integer(C_LONG) :: tmp1
109 integer(C_LONG) :: ii, jj, tmp1, tmp2
208 integer(C_LONG), pointer :: Aidxvals(:), Bidxvals(:)
209 integer(C_LONG), pointer :: Aidxptrs(:), Bidxptrs(:)
210 integer(C_LONG) :: i, np, Annz, Bnnz
294 integer(C_LONG), pointer :: Aidxptrs(:)
295 integer(C_LONG) :: i, np
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/band/
H A Dtest_fsunlinsol_band_mod.f9022 integer(C_LONG), parameter :: N = 10
23 integer(C_LONG), parameter :: mu = 2
24 integer(C_LONG), parameter :: ml = 3
46 integer(C_LONG) :: j, k
47 integer(C_LONG) :: smu, kstart, kend, offset
131 integer(C_LONG) :: i, xlen, ylen
/dports/math/sundials/sundials-5.7.0/examples/sunlinsol/band/
H A Dtest_fsunlinsol_band_mod.f9022 integer(C_LONG), parameter :: N = 10
23 integer(C_LONG), parameter :: mu = 2
24 integer(C_LONG), parameter :: ml = 3
46 integer(C_LONG) :: j, k
47 integer(C_LONG) :: smu, kstart, kend, offset
131 integer(C_LONG) :: i, xlen, ylen
/dports/devel/ga/ga-5.8/ga++/testing/
H A Dmtest.cc99 case C_LONG: in test_scale_cols()
125 case C_LONG: in test_scale_cols()
167 case C_LONG: in test_scale_cols()
234 case C_LONG: in test_scale_cols()
314 case C_LONG: in test_scale_rows()
340 case C_LONG: in test_scale_rows()
382 case C_LONG: in test_scale_rows()
449 case C_LONG: in test_scale_rows()
537 case C_LONG: in test_median_patch()
578 case C_LONG: in test_median_patch()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunmatrix/band/
H A Dtest_fsunmatrix_band_mod.f9022 integer(C_LONG), parameter :: N = 4
23 integer(C_LONG), parameter :: mu = 1
24 integer(C_LONG), parameter :: ml = 1
45 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
46 integer(C_LONG) :: val
110 integer(C_LONG) :: ii, jj, smu, jstart, jend, offset
210 integer(C_LONG) :: N, smu, mu, ml, ii, istart, iend, jj, offset
275 integer(C_LONG) :: N, smu, mu, ml, ii, istart, iend, jj, offset
/dports/math/sundials/sundials-5.7.0/examples/sunmatrix/band/
H A Dtest_fsunmatrix_band_mod.f9022 integer(C_LONG), parameter :: N = 4
23 integer(C_LONG), parameter :: mu = 1
24 integer(C_LONG), parameter :: ml = 1
45 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
46 integer(C_LONG) :: val
110 integer(C_LONG) :: ii, jj, smu, jstart, jend, offset
210 integer(C_LONG) :: N, smu, mu, ml, ii, istart, iend, jj, offset
275 integer(C_LONG) :: N, smu, mu, ml, ii, istart, iend, jj, offset
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Diso_c_bind.F9539 integer C_LONG variable
40 parameter ( C_LONG = 4 )
46 integer C_LONG variable
47 parameter ( C_LONG = 8 )
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunmatrix/dense/
H A Dtest_fsunmatrix_dense_mod.f9022 integer(C_LONG), parameter :: N = 4
43 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
44 integer(C_LONG) :: val
102 integer(C_LONG) :: ii, jj, tmp1, tmp2
191 integer(C_LONG) :: Aldata, Bldata, i
227 integer(C_LONG) :: Aldata, i
/dports/math/sundials/sundials-5.7.0/examples/sunmatrix/dense/
H A Dtest_fsunmatrix_dense_mod.f9022 integer(C_LONG), parameter :: N = 4
43 integer(C_LONG) :: lenrw(1), leniw(1) ! matrix real and int work space size
44 integer(C_LONG) :: val
102 integer(C_LONG) :: ii, jj, tmp1, tmp2
191 integer(C_LONG) :: Aldata, Bldata, i
227 integer(C_LONG) :: Aldata, i
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/pcg/serial/
H A Dtest_fsunlinsol_pcg_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
33 integer(C_LONG) :: N
57 integer(C_LONG) :: j
227 integer(C_LONG) :: i, N
270 integer(C_LONG) :: i, N
297 integer(C_LONG) :: i, xlen, ylen
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/spfgmr/serial/
H A Dtest_fsunlinsol_spfgmr_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
34 integer(C_LONG) :: N
57 integer(C_LONG) :: j
220 integer(C_LONG) :: i, N
264 integer(C_LONG) :: i, N
290 integer(C_LONG) :: i, xlen, ylen
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/spbcgs/serial/
H A Dtest_fsunlinsol_spbcgs_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
33 integer(C_LONG) :: N
56 integer(C_LONG) :: j
218 integer(C_LONG) :: i, N
262 integer(C_LONG) :: i, N
288 integer(C_LONG) :: i, xlen, ylen
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/spgmr/serial/
H A Dtest_fsunlinsol_spgmr_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
34 integer(C_LONG) :: N
57 integer(C_LONG) :: j
220 integer(C_LONG) :: i, N
264 integer(C_LONG) :: i, N
290 integer(C_LONG) :: i, xlen, ylen
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/sptfqmr/serial/
H A Dtest_fsunlinsol_sptfqmr_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
33 integer(C_LONG) :: N
56 integer(C_LONG) :: j
218 integer(C_LONG) :: i, N
262 integer(C_LONG) :: i, N
288 integer(C_LONG) :: i, xlen, ylen
/dports/math/sundials/sundials-5.7.0/examples/sunlinsol/spgmr/serial/
H A Dtest_fsunlinsol_spgmr_mod_serial.f9027 integer(C_LONG), private, parameter :: N = 100
34 integer(C_LONG) :: N
57 integer(C_LONG) :: j
220 integer(C_LONG) :: i, N
264 integer(C_LONG) :: i, N
290 integer(C_LONG) :: i, xlen, ylen

123456789