Home
last modified time | relevance | path

Searched refs:debug_set_strict_mode (Results 1 – 4 of 4) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/test/src/
H A Dunittests-math.cpp30 debug_set_strict_mode(true);
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.h39 void debug_set_strict_mode(bool setting);
H A Ddebug.cpp56 void debug_set_strict_mode(bool setting) { debug_strict = setting; } in debug_set_strict_mode() function
H A Dgemma.cpp1617 debug_set_strict_mode(true); in Assign()