OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_iterations
(Results
1 - 10
of
10
) sorted by null
/external/autotest/client/site_tests/kernel_TPMStress/
kernel_TPMStress.py
28
n_iterations
= 3000
31
for iteration in range(
n_iterations
):
36
(iteration,
n_iterations
))
/external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc
13
// a) clang++ native O1 with
n_iterations
=200kk takes
15
// clang++ tsanv2 O1 with
n_iterations
=20kk takes
19
// b) g++ native O1 with
n_iterations
=200kk takes
21
// g++ tsanv1 O1 with
n_iterations
=2kk takes
45
int n_threads,
n_iterations
;
variable
63
for (int i = 0; i <
n_iterations
; i++) {
76
n_iterations
= 20000000;
82
n_iterations
= atoi(argv[3]);
84
printf("Usage: %s n_threads n_garbage_threads
n_iterations
\n", argv[0]);
87
printf("%s: n_threads=%d n_garbage_threads=%d
n_iterations
=%d\n"
[
all
...]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderPrimitiveCounter.hpp
126
const std::string&
n_iterations
);
esextcGeometryShaderPrimitiveCounter.cpp
677
* @param
n_iterations
String storing a number of vertex emitting iterations;
683
const std::string&
n_iterations
)
699
" for (int i=0; i<<-
N_ITERATIONS
->; i++)\n"
755
template_name = "<-
N_ITERATIONS
->"
[
all
...]
esextcGeometryShaderRendering.cpp
424
const unsigned int
n_iterations
= sizeof(iterations) / sizeof(iterations[0]) / 2;
local
427
for (unsigned int n_iteration = 0; n_iteration <
n_iterations
; ++n_iteration)
[
all
...]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderInvariance.cpp
328
const unsigned int
n_iterations
= getAmountOfIterations();
local
329
m_programs.reserve(
n_iterations
);
336
for (unsigned int n_iteration = 0; n_iteration <
n_iterations
; ++n_iteration)
536
const unsigned int
n_iterations
= getAmountOfIterations();
local
537
char** iteration_data = new char*[
n_iterations
];
540
for (unsigned int n_iteration = 0; n_iteration <
n_iterations
; ++n_iteration)
667
for (unsigned int n_iteration = 0; n_iteration <
n_iterations
; ++n_iteration)
[
all
...]
esextcTessellationShaderVertexSpacing.cpp
262
const unsigned int
n_iterations
= (run.inner[0] > 1) ? 2 : 1;
local
264
for (unsigned int n_iteration = 0; n_iteration <
n_iterations
; ++n_iteration)
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py
240
n_iterations
= 500
254
for _ in xrange(
n_iterations
):
/external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.cpp
2538
GLuint
n_iterations
= 0;
local
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp
2921
const unsigned int
n_iterations
=
local
[
all
...]
Completed in 388 milliseconds