Home
last modified time | relevance | path

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

/dports/math/chaco/Chaco-2.2/code/optimize/
H A Dopt2d.c18 extern int DEBUG_OPTIMIZE; /* debug flag for optimization */
107 if (DEBUG_OPTIMIZE > 0) {
H A Dopt3d.c22 extern int DEBUG_OPTIMIZE; /* debug flag for optimization */
262 if (DEBUG_OPTIMIZE > 0) {
/dports/math/chaco/Chaco-2.2/code/input/
H A Dreflect_input.c254 extern int DEBUG_OPTIMIZE; /* Debug flag for optimization/rotation */
432 if (DEBUG_OPTIMIZE)
433 fprintf(tempfile, " DEBUG_OPTIMIZE = %d\n", DEBUG_OPTIMIZE);
H A Dread_params.c107 extern int DEBUG_OPTIMIZE; /* debug flag for optimization/rotation */
181 &DEBUG_ASSIGN, &DEBUG_INERTIAL, &DEBUG_OPTIMIZE,
/dports/math/chaco/Chaco-2.2/code/main/
H A Duser_params.c113 int DEBUG_OPTIMIZE = 0; /* Debug flag for optimization/rotation (0..2) */ variable
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dbgm.cpp1987 #ifdef DEBUG_OPTIMIZE in Optimize()