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 337 static void early_process_cmd_line_options ( /*OUT*/Int* need_help,
357 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {}
358 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {}
360 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {}
1511 Int need_help = 0; \/\/ 0 = no, 1 = --help, 2 = --help-debug local
    [all...]
  /external/eigen/test/
main.h 438 bool need_help = false; local
462 need_help = true;
466 if(need_help)

Completed in 993 milliseconds