Home
last modified time | relevance | path

Searched refs:DOUBLE_SIZE (Results 51 – 61 of 61) sorted by relevance

123

/dports/devel/binutils/binutils-2.37/binutils/
H A Dcoffgrok.c60 #define DOUBLE_SIZE 8 macro
420 res->size = DOUBLE_SIZE; in do_type()
/dports/lang/racket/racket-8.3/src/bc/sgc/
H A Dsgc.c302 #define DOUBLE_SIZE sizeof(double) macro
2546 extra_alignment = (DOUBLE_SIZE - PTR_SIZE); in do_malloc()
2548 extra_alignment = (size & (DOUBLE_SIZE - 1)) ? 0 : (DOUBLE_SIZE - PTR_SIZE); in do_malloc()
2597 if (!(size & (DOUBLE_SIZE - 1))) /* Even more alignment for doubles: */ in do_malloc()
2601 if (c & (DOUBLE_SIZE - 1)) in do_malloc()
2602 c += (DOUBLE_SIZE - (c & (DOUBLE_SIZE - 1))); in do_malloc()
/dports/lang/racket-minimal/racket-8.3/src/bc/sgc/
H A Dsgc.c302 #define DOUBLE_SIZE sizeof(double) macro
2546 extra_alignment = (DOUBLE_SIZE - PTR_SIZE); in do_malloc()
2548 extra_alignment = (size & (DOUBLE_SIZE - 1)) ? 0 : (DOUBLE_SIZE - PTR_SIZE); in do_malloc()
2597 if (!(size & (DOUBLE_SIZE - 1))) /* Even more alignment for doubles: */ in do_malloc()
2601 if (c & (DOUBLE_SIZE - 1)) in do_malloc()
2602 c += (DOUBLE_SIZE - (c & (DOUBLE_SIZE - 1))); in do_malloc()
/dports/lang/ucc/ucc/ucl/
H A Dtype.c645 T(DOUBLE)->size = DOUBLE_SIZE; in SetupTypeSystem()
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Dcython_fortran_utils.pyx13 cdef DOUBLE_SIZE = sizeof(np.float64_t)
/dports/lang/seed7/seed7/src/
H A Dfltlib.c63 #if DOUBLE_SIZE == 64
H A Dsql_oci.c1192 case DOUBLE_SIZE / 8: in printBuffer()
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DUnicastTestRpcDist.java620 buf=ByteBuffer.allocate(Global.BYTE_SIZE + Global.DOUBLE_SIZE); in objectToByteBuffer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DDatabase.java116 public static final int DOUBLE_SIZE = LONG_SIZE; field in Database
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DUtil.java472 return ByteBuffer.allocate(Global.BYTE_SIZE + Global.DOUBLE_SIZE).put(TYPE_DOUBLE) in objectToByteBuffer()
/dports/emulators/atari800/atari800-3.1.0/DOC/
H A DCHANGES.OLD2186 - The DOUBLE_SIZE compilation flag for the X11 version has been

123