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

  /external/ltp/testcases/misc/math/fptests/
fptest01.c 91 int ncycle; /* number of cycles completed */ variable
127 ncycle = 0;
162 avgspd = ncycle / global_time;
318 ncycle++;
323 if (ncycle < ncycmax)
fptest02.c 91 int ncycle; /* number of cycles completed */ variable
126 ncycle = 0;
156 avgspd = ncycle / sgtime;
299 ncycle++;
304 if (ncycle < ncycmax)
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
166 ncycle = gcd(nnonopts, nopts);
167 cyclelen = (opt_end - panonopt_start) / ncycle;
169 for (i = 0; i < ncycle; i++) {
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
133 ncycle = gcd(nnonopts, nopts);
134 cyclelen = (opt_end - panonopt_start) / ncycle;
136 for (i = 0; i < ncycle; i++) {
  /external/openssh/openbsd-compat/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
150 ncycle = gcd(nnonopts, nopts);
151 cyclelen = (opt_end - panonopt_start) / ncycle;
153 for (i = 0; i < ncycle; i++) {
  /external/tcpdump/missing/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
150 ncycle = gcd(nnonopts, nopts);
151 cyclelen = (opt_end - panonopt_start) / ncycle;
153 for (i = 0; i < ncycle; i++) {
  /external/epid-sdk/ext/argtable3/
argtable3.c 445 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
453 ncycle = gcd(nnonopts, nopts);
454 cyclelen = (opt_end - panonopt_start) / ncycle;
456 for (i = 0; i < ncycle; i++) {
    [all...]
  /external/eigen/Eigen/src/misc/
lapacke.h     [all...]

Completed in 1077 milliseconds