Home
last modified time | relevance | path

Searched refs:DOMAIN_ERROR_NOT_LESS_THAN_ZERO (Results 1 – 17 of 17) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Darith1.c128 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, MkIntegerTerm(inp), in msb()
150 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, MkIntegerTerm(inp), in lsb()
174 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, MkIntegerTerm(inp), in popcount()
237 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, "log(%f)", dbl); in eval1()
246 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, "log(%f)", dbl); in eval1()
H A Dmavar.c71 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,ts,"setarg/3"); in p_setarg()
84 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,ts,"setarg/3"); in p_setarg()
H A Dinlines.c556 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, in p_arg()
745 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3"); in p_functor()
H A Danalyst.c823 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, "shows_sequences/1"); in p_show_sequences()
827 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, "shows_sequences/1"); in p_show_sequences()
H A Dagc.c519 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,t,"prolog_flag/2 agc_margin"); in p_agc_threshold()
H A Dgmp_support.c1620 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, in Yap_gmp_lsb()
1636 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, in Yap_gmp_msb()
1652 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t, in Yap_gmp_popcount()
H A Dstdpreds.c998 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,Head,"name/2"); in p_name()
1781 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t2, "atom_length/2"); in p_atom_length()
1844 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t2, "$atom_split/4"); in p_atom_split()
2472 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,ARG2,"sub_atom/5"); in p_sub_atom_extract()
2474 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,ARG3,"sub_atom/5"); in p_sub_atom_extract()
H A Dgrow.c1809 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t1, "grow_heap/1"); in p_growheap()
1906 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t1, "grow_stack/1"); in p_growstack()
H A Darith2.c602 return Yap_ArithError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t2, in p_exp()
H A Dypsocks.c1040 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,t4,"socket_buffering/4");
H A Dabsmi.c12397 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,
12488 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,
12591 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,
12697 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,
12837 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3");
12954 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3");
13189 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3");
13328 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3");
13839 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,MkIntegerTerm(d1),"functor/3");
H A Derrors.c639 case DOMAIN_ERROR_NOT_LESS_THAN_ZERO: in Yap_Error()
H A Ddbase.c3070 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, TCount, "nth_instance/3"); in p_nth_instance()
3129 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, TCount, "recorded_at/4"); in p_nth_instancep()
H A Diopreds.c5243 Yap_Error(DOMAIN_ERROR_NOT_LESS_THAN_ZERO,hd,"format/2");
5926 Yap_Error_TYPE = DOMAIN_ERROR_NOT_LESS_THAN_ZERO;
H A Dcompiler.c1036 Yap_Error_TYPE = DOMAIN_ERROR_NOT_LESS_THAN_ZERO; in c_bifun()
/dports/lang/yap/yap-6.2.2/VC/include/
H A DYap.h406 DOMAIN_ERROR_NOT_LESS_THAN_ZERO, enumerator
/dports/lang/yap/yap-6.2.2/H/
H A DYap.h466 DOMAIN_ERROR_NOT_LESS_THAN_ZERO, enumerator