Home
last modified time | relevance | path

Searched +defs:b +defs:n (Results 251 – 275 of 164124) sorted by relevance

1...<<11121314151617181920>>...6565

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevxres.c36 #define RINIT(a,b,t,s,o,it,n)\ argument
39 #define rpix(a,b,o,n)\ argument
41 #define rdim(a,b,o,n)\ argument
43 #define rstr(a,b,o,n)\ argument
45 #define rint(a,b,o,n)\ argument
47 #define rbool(a,b,o,n)\ argument
49 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevxres.c41 #define RINIT(a,b,t,s,o,it,n)\ argument
44 #define rpix(a,b,o,n)\ argument
46 #define rdim(a,b,o,n)\ argument
48 #define rstr(a,b,o,n)\ argument
50 #define rint(a,b,o,n)\ argument
52 #define rbool(a,b,o,n)\ argument
54 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevxres.c36 #define RINIT(a,b,t,s,o,it,n)\ argument
39 #define rpix(a,b,o,n)\ argument
41 #define rdim(a,b,o,n)\ argument
43 #define rstr(a,b,o,n)\ argument
45 #define rint(a,b,o,n)\ argument
47 #define rbool(a,b,o,n)\ argument
49 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevxres.c38 #define RINIT(a,b,t,s,o,it,n)\ argument
41 #define rpix(a,b,o,n)\ argument
43 #define rdim(a,b,o,n)\ argument
45 #define rstr(a,b,o,n)\ argument
47 #define rint(a,b,o,n)\ argument
49 #define rbool(a,b,o,n)\ argument
51 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevxres.c38 #define RINIT(a,b,t,s,o,it,n)\ argument
41 #define rpix(a,b,o,n)\ argument
43 #define rdim(a,b,o,n)\ argument
45 #define rstr(a,b,o,n)\ argument
47 #define rint(a,b,o,n)\ argument
49 #define rbool(a,b,o,n)\ argument
51 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevxres.c38 #define RINIT(a,b,t,s,o,it,n)\ argument
41 #define rpix(a,b,o,n)\ argument
43 #define rdim(a,b,o,n)\ argument
45 #define rstr(a,b,o,n)\ argument
47 #define rint(a,b,o,n)\ argument
49 #define rbool(a,b,o,n)\ argument
51 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevxres.c38 #define RINIT(a,b,t,s,o,it,n)\ argument
41 #define rpix(a,b,o,n)\ argument
43 #define rdim(a,b,o,n)\ argument
45 #define rstr(a,b,o,n)\ argument
47 #define rint(a,b,o,n)\ argument
49 #define rbool(a,b,o,n)\ argument
51 #define rfloat(a,b,o,n)\ argument
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevxres.c41 #define RINIT(a,b,t,s,o,it,n)\ argument
44 #define rpix(a,b,o,n)\ argument
46 #define rdim(a,b,o,n)\ argument
48 #define rstr(a,b,o,n)\ argument
50 #define rint(a,b,o,n)\ argument
52 #define rbool(a,b,o,n)\ argument
54 #define rfloat(a,b,o,n)\ argument
/dports/mail/rspamd/rspamd-3.1/contrib/lua-bit/
H A Dbit.c48 lua_Number n; member
50 uint64_t b; member
52 UBits b; member
60 UBits b; in barg() local
111 #define bshl(b, n) (b << n) argument
112 #define bshr(b, n) (b >> n) argument
113 #define bsar(b, n) ((SBits)b >> n) argument
114 #define brol(b, n) ((b << n) | (b >> (32-n))) argument
115 #define bror(b, n) ((b << (32-n)) | (b >> n)) argument
135 SBits n = lua_isnone(L, 2) ? 8 : (SBits)barg(L, 2); in bit_tohex() local
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/lua-bit/
H A Dbit.c48 lua_Number n; member
50 uint64_t b; member
52 UBits b; member
60 UBits b; in barg() local
111 #define bshl(b, n) (b << n) argument
112 #define bshr(b, n) (b >> n) argument
113 #define bsar(b, n) ((SBits)b >> n) argument
114 #define brol(b, n) ((b << n) | (b >> (32-n))) argument
115 #define bror(b, n) ((b << (32-n)) | (b >> n)) argument
135 SBits n = lua_isnone(L, 2) ? 8 : (SBits)barg(L, 2); in bit_tohex() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-4.f907 subroutine work( b, n, m ) argument
9 real :: b(n) local
10 integer :: i,n,m local
20 subroutine work_ref( b, n, m ) argument
22 real :: b(n) local
23 integer :: i,n,m local
32 subroutine init (b, n) argument
33 real :: b(*) local
34 integer :: n, i, s local
44 subroutine check (a, b, n) argument
[all …]

1...<<11121314151617181920>>...6565