Home
last modified time | relevance | path

Searched refs:LONGBITS (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/libF77/
H A Dlbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
33 if (len >= LONGBITS) in lbit_cshift()
38 b %= LONGBITS; in lbit_cshift()
39 return (integer) (x << b | x >> (LONGBITS - b)); in lbit_cshift()
42 b %= LONGBITS; in lbit_cshift()
43 return (integer) (x << (LONGBITS - b) | x >> b); in lbit_cshift()
H A Dqbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
8 #define LONG8BITS (2*LONGBITS)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/libF77/
H A Dlbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
33 if (len >= LONGBITS) in lbit_cshift()
38 b %= LONGBITS; in lbit_cshift()
39 return (integer) (x << b | x >> (LONGBITS - b)); in lbit_cshift()
42 b %= LONGBITS; in lbit_cshift()
43 return (integer) (x << (LONGBITS - b) | x >> b); in lbit_cshift()
H A Dqbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
8 #define LONG8BITS (2*LONGBITS)
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtf.h142 #ifndef LONGBITS
143 # define LONGBITS (sizeof(long) * NBBY) /* bits per long */ macro
148 unsigned long bits[(((size) + LONGBITS - 1) / LONGBITS)]; \
151 #define VEC_SET(n,p) ((p)->bits[(n)/LONGBITS] |= (1L << ((n) % LONGBITS)))
152 #define VEC_CLR(n,p) ((p)->bits[(n)/LONGBITS] &= ~(1L << ((n) % LONGBITS)))
153 #define VEC_ISSET(n,p) ((p)->bits[(n)/LONGBITS] & (1L << ((n) % LONGBITS)))
/dports/net/tinyfugue/tf-50b8/src/
H A Dtf.h142 #ifndef LONGBITS
143 # define LONGBITS (sizeof(long) * NBBY) /* bits per long */ macro
148 unsigned long bits[(((size) + LONGBITS - 1) / LONGBITS)]; \
151 #define VEC_SET(n,p) ((p)->bits[(n)/LONGBITS] |= (1L << ((n) % LONGBITS)))
152 #define VEC_CLR(n,p) ((p)->bits[(n)/LONGBITS] &= ~(1L << ((n) % LONGBITS)))
153 #define VEC_ISSET(n,p) ((p)->bits[(n)/LONGBITS] & (1L << ((n) % LONGBITS)))
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dlbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
40 if (len >= LONGBITS) {
43 b %= LONGBITS;
44 return (integer)(x << b | x >> LONGBITS -b );
47 b %= LONGBITS;
48 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
8 #define LONG8BITS (2*LONGBITS)
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dlbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
40 if (len >= LONGBITS) {
43 b %= LONGBITS;
44 return (integer)(x << b | x >> LONGBITS -b );
47 b %= LONGBITS;
48 return (integer)(x << LONGBITS - b | x >> b);
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dlbitbits.c3 #ifndef LONGBITS
4 #define LONGBITS 32 macro
40 if (len >= LONGBITS) {
43 b %= LONGBITS;
44 return (integer)(x << b | x >> LONGBITS -b );
47 b %= LONGBITS;
48 return (integer)(x << LONGBITS - b | x >> b);
/dports/math/igraph/igraph-0.9.5/vendor/f2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/libf2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/LIBF2C/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/libf2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/vf2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/install/util/other/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/lang/f2c/f2c-20200916/libf2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/libf2c/
H A Dlbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
43 if (len >= LONGBITS) {
46 b %= LONGBITS;
47 return (integer)(x << b | x >> LONGBITS -b );
50 b %= LONGBITS;
51 return (integer)(x << LONGBITS - b | x >> b);
H A Dqbitbits.c6 #ifndef LONGBITS
7 #define LONGBITS 32 macro
11 #define LONG8BITS (2*LONGBITS)
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Ddefaults.h30 #define MAX_PROCS LONGBITS
45 #define MAX_THREADS LONGBITS
47 #define MAX_THREADS_MASK (~0UL >> (LONGBITS - MAX_THREADS))

1234567