Home
last modified time | relevance | path

Searched refs:WORDS_PER_DOUBLE (Results 1 – 13 of 13) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-yap.h13 #define WORDS_PER_DOUBLE 1 macro
15 #define WORDS_PER_DOUBLE 2 macro
H A Dpl-incl.h99 word w[WORDS_PER_DOUBLE]; /* for packing/unpacking the double */
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-vmi.c461 VMI(H_FLOAT, 0, WORDS_PER_DOUBLE, (CA1_FLOAT))
474 gTop += 2+WORDS_PER_DOUBLE;
477 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT);
479 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT);
902 VMI(B_FLOAT, 0, WORDS_PER_DOUBLE, (CA1_FLOAT))
907 gTop += 2+WORDS_PER_DOUBLE;
910 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT);
912 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT);
3251 VMI(A_DOUBLE, 0, WORDS_PER_DOUBLE, (CA1_FLOAT))
5675 VMI(T_FLOAT, 0, WORDS_PER_DOUBLE, (CA1_FLOAT))
[all …]
H A Dpl-alloc.c1031 word m = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in put_double()
1033 if ( flags != ALLOW_CHECKED && !hasGlobalSpace(2+WORDS_PER_DOUBLE) ) in put_double()
1034 { int rc = ensureGlobalSpace(2+WORDS_PER_DOUBLE, flags); in put_double()
1040 gTop += 2+WORDS_PER_DOUBLE; in put_double()
1049 p += WORDS_PER_DOUBLE; in put_double()
H A Dpl-incl.h495 #define WORDS_PER_DOUBLE ((sizeof(double)+sizeof(word)-1)/sizeof(word)) macro
742 word w[WORDS_PER_DOUBLE]; /* for packing/unpacking the double */
1111 switch(WORDS_PER_DOUBLE) \
H A Dpl-comp.c2292 Output_n(ci, c, p, WORDS_PER_DOUBLE); in compileArgument()
2985 Output_n(ci, A_DOUBLE, p, WORDS_PER_DOUBLE); in compileArithArgument()
3637 PC += WORDS_PER_DOUBLE; in stepDynPC()
4637 { Word p = allocGlobal(2+WORDS_PER_DOUBLE); in decompile_head()
4642 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in decompile_head()
4644 *p = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in decompile_head()
4978 if ( !hasGlobalSpace(2+WORDS_PER_DOUBLE) ) in decompileBody()
4982 gTop += 2+WORDS_PER_DOUBLE; in decompileBody()
4985 *p++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in decompileBody()
6222 word w[WORDS_PER_DOUBLE]; in unify_vmi()
[all …]
H A Dpl-rec.c578 { info->size += WORDS_PER_DOUBLE + 2; in compile_term_to_heap()
1434 *b->gstore++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in copy_record()
1439 b->gstore += WORDS_PER_DOUBLE; in copy_record()
1440 *b->gstore++ = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in copy_record()
H A Dpl-wic.c1403 codeTable[op].arguments == WORDS_PER_DOUBLE) || in loadPredicate()
2691 { word w[WORDS_PER_DOUBLE]; in saveWicClause()
H A Dpl-fli.c3255 if ( !hasGlobalSpace(2+WORDS_PER_DOUBLE) ) in PL_unify_float()
3258 if ( (rc=ensureGlobalSpace(2+WORDS_PER_DOUBLE, ALLOW_GC)) != TRUE ) in PL_unify_float()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfns.c1639 enum { WORDS_PER_DOUBLE = (sizeof (double) / sizeof (EMACS_UINT) enumerator
1644 EMACS_UINT word[WORDS_PER_DOUBLE];
1657 for (int i = 0; i < WORDS_PER_DOUBLE; i++) in same_float()
4774 for (int i = 0; i < WORDS_PER_DOUBLE; i++) in sxhash_float()
/dports/editors/emacs/emacs-27.2/src/
H A Dfns.c1524 enum { WORDS_PER_DOUBLE = (sizeof (double) / sizeof (EMACS_UINT) enumerator
1529 EMACS_UINT word[WORDS_PER_DOUBLE];
1542 for (int i = 0; i < WORDS_PER_DOUBLE; i++) in same_float()
4590 for (int i = 0; i < WORDS_PER_DOUBLE; i++) in sxhash_float()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.361222 * src/fns.c (WORDS_PER_DOUBLE): Move to top level of this file.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3149802 * src/fns.c (WORDS_PER_DOUBLE): Move to top level of this file.