Home
last modified time | relevance | path

Searched refs:call_counting (Results 1 – 6 of 6) sorted by relevance

/dports/math/stan/stan-2.28.2/src/test/unit/services/util/
H A Dgenerate_transitions_test.cpp24 TEST_F(ServicesSamplesGenerateTransitions, call_counting) { in TEST_F() argument
/dports/lang/yap/yap-6.2.2/C/
H A Dcompiler.c1341 else if (call_counting) in c_functor()
1481 else if (call_counting)
1526 else if (call_counting)
1570 if (call_counting)
1784 else if (call_counting)
1813 else if (call_counting)
1835 else if (call_counting)
1949 else if (call_counting)
3477 call_counting = FALSE;
3480 call_counting = TRUE;
[all …]
/dports/lang/yap/yap-6.2.2/H/
H A Ddhstruct.h200 #define call_counting Yap_heap_regs->compiler_call_counting macro
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS217 int compiler_call_counting call_counting =FALSE void
/dports/lang/yap/yap-6.2.2/pl/
H A Dflags.yap176 yap_flag(call_counting,X) :- (var(X); X = on; X = off), !,
/dports/lang/yap/yap-6.2.2/docs/
H A Dyap.tex7399 Predicates compiled with YAP's flag @code{call_counting} set to
7455 ?- yap_flag(call_counting,on), [-user]. l :- l. end_of_file. yap_flag(call_counting,off).
7467 @code{call_counting} @code{on}. Next, we @code{catch/3} to handle an
7906 @findex call_counting (yap_flag/2 option)