Home
last modified time | relevance | path

Searched defs:PL_unify_int64 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-ldpass.h86 #define PL_unify_int64(t, i) PL_unify_int64__LD(t, i PASS_LD) macro
H A Dpl-fli.c3220 PL_unify_int64(term_t t, int64_t i) in PL_unify_int64() function
3225 #define PL_unify_int64(t, i) PL_unify_int64__LD(t, i PASS_LD) macro
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.c1615 X_API int PL_unify_int64(term_t t, int64_t n) in PL_unify_int64() function