Searched refs:ncycle (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/misc/math/fptests/ |
D | fptest02.c | 91 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()
|
D | fptest01.c | 91 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/ |
D | getopt_long.c | 142 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/ |
D | getopt_long.c | 125 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/ |
D | GetOptInc.cpp | 79 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/ |
D | getopt_long.c | 142 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/ |
D | lapacke.h | 3947 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 …]
|