HomeSort by relevance Sort by last modified time
    Searched refs:need_help (Results 1 - 5 of 5) sorted by null

  /external/eigen/bench/
spmv.cpp 46 bool need_help = false; local
71 need_help = true;
74 if(need_help)
bench_gemm.cpp 134 bool need_help = false; local
146 need_help = true;
149 if(need_help)
  /external/eigen/test/eigen2/
main.h 333 bool need_help = false; local
372 need_help = true;
376 if(need_help)
  /external/valgrind/main/coregrind/
m_main.c 334 static void early_process_cmd_line_options ( /*OUT*/Int* need_help,
354 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {}
355 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {}
357 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {}
1540 Int need_help = 0; \/\/ 0 = no, 1 = --help, 2 = --help-debug local
    [all...]
  /external/eigen/test/
main.h 415 bool need_help = false; local
439 need_help = true;
443 if(need_help)

Completed in 356 milliseconds