Home
last modified time | relevance | path

Searched refs:ncycle (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/misc/math/fptests/
Dfptest02.c91 int ncycle; /* number of cycles completed */ variable
126 ncycle = 0; in init()
156 avgspd = ncycle / sgtime; in term()
299 ncycle++; in doevent()
304 if (ncycle < ncycmax) in doevent()
Dfptest01.c91 int ncycle; /* number of cycles completed */ variable
127 ncycle = 0; in init()
162 avgspd = ncycle / global_time; in term()
318 ncycle++; in doevent()
323 if (ncycle < ncycmax) in doevent()
/external/openssh/openbsd-compat/
Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
150 ncycle = gcd(nnonopts, nopts); in permute_args()
151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
153 for (i = 0; i < ncycle; i++) { in permute_args()
/external/mesa3d/src/getopt/
Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
133 ncycle = gcd(nnonopts, nopts); in permute_args()
134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
136 for (i = 0; i < ncycle; i++) { in permute_args()
/external/llvm-project/lldb/source/Host/common/
DGetOptInc.cpp79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
87 ncycle = gcd(nnonopts, nopts); in permute_args()
88 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
90 for (i = 0; i < ncycle; i++) { in permute_args()
/external/tcpdump/missing/
Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
150 ncycle = gcd(nnonopts, nopts); in permute_args()
151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
153 for (i = 0; i < ncycle; i++) { in permute_args()
/external/eigen/Eigen/src/misc/
Dlapacke.h3947 lapack_int* ncycle );
3955 lapack_int* ncycle );
3964 lapack_int* ncycle );
3974 lapack_int* ncycle );
9154 lapack_int* ncycle );
9163 lapack_int* ncycle );
9174 lapack_int* ncycle );
9185 lapack_int* ncycle );
14648 float* q, lapack_int* ldq, float* work, lapack_int* ncycle,
14656 lapack_int* ncycle, lapack_int *info );
[all …]