Home
last modified time | relevance | path

Searched refs:LOG10_FUNCTION_OKAY (Results 1 – 7 of 7) sorted by relevance

/dports/lang/seed7/seed7/prg/
H A Dconfval.sd756 writeln("LOG10_FUNCTION_OKAY: " <& ccConf.LOG10_FUNCTION_OKAY);
/dports/lang/seed7/seed7/src/
H A Dflt_rtl.h99 #if LOG10_FUNCTION_OKAY
H A Dcommon.h411 #define LOG10_FUNCTION_OKAY (LOG10_OF_NAN_OKAY && LOG10_OF_ZERO_OKAY && LOG10_OF_NEGATIVE_OKAY) macro
H A Dflt_rtl.c1015 #if !LOG10_FUNCTION_OKAY
H A Dcmd_rtl.c2266 opt = LOG10_FUNCTION_OKAY ? "TRUE" : "FALSE";
/dports/lang/seed7/seed7/lib/
H A Dcc_conf.s7i121 var boolean: LOG10_FUNCTION_OKAY is FALSE;
821 conf.LOG10_FUNCTION_OKAY := boolean(configValue("LOG10_FUNCTION_OKAY"));
/dports/lang/seed7/seed7/lib/comp/
H A Dflt_act.s7i137 if not ccConf.LOG10_FUNCTION_OKAY then
1299 if ccConf.LOG10_FUNCTION_OKAY then