Home
last modified time | relevance | path

Searched refs:PL_is_number (Results 1 – 11 of 11) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/pyswip/pyswip/
H A Dcore.py405 PL_is_number = _lib.PL_is_number variable
406 PL_is_number.argtypes = [term_t]
407 PL_is_number.restype = c_int
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.def61 PL_is_number
H A Dswi.c2241 X_API int PL_is_number(term_t ts) in PL_is_number() function
/dports/lang/swi-pl/swipl-8.2.3/src/compat/
H A Dsicstus.h199 PL_is_number(t) ) in SP_put_number_codes()
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h438 extern X_API int PL_is_number(term_t);
/dports/lang/swi-pl/swipl-8.2.3/packages/nlp/
H A Dporter_stem.c387 { if ( PL_is_number(t_in) ) in pl_stem()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A DSWI-Prolog.h542 PL_EXPORT(int) PL_is_number(term_t t);
H A Dpl-write.c1188 if ( PL_is_number(t) ) /* beware of automatic conversion */ in writePrimitive()
H A Dpl-fli.c2338 PL_is_number(term_t t) in PL_is_number() function
H A Dpl-prims.c750 { return PL_is_number(A1);
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dforeign.doc789 \cfunction{int}{PL_is_number}{term_t}