Searched refs:max_iters (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/mem/tunable/ |
D | max_map_count.c | 145 long max_iters; in max_map_count_test() local 167 max_iters = memfree / sysconf(_SC_PAGESIZE) * 1024 - 64; in max_map_count_test() 168 if (max_iters > MAX_MAP_COUNT) in max_map_count_test() 169 max_iters = MAX_MAP_COUNT; in max_map_count_test() 172 while (max_maps <= max_iters) { in max_map_count_test()
|
/external/skqp/src/core/ |
D | SkCubicMap.cpp | 49 static int max_iters; variable 84 if (iters > max_iters) { in solve_nice_cubic_halley() 85 max_iters = iters; in solve_nice_cubic_halley() 86 SkDebugf("max_iters %d\n", max_iters); in solve_nice_cubic_halley() 129 if (iters > max_iters) { in solve_nice_cubic_householder() 130 max_iters = iters; in solve_nice_cubic_householder() 131 SkDebugf("max_iters %d\n", max_iters); in solve_nice_cubic_householder()
|
/external/skia/src/core/ |
D | SkCubicMap.cpp | 49 static int max_iters; variable 84 if (iters > max_iters) { in solve_nice_cubic_halley() 85 max_iters = iters; in solve_nice_cubic_halley() 86 SkDebugf("max_iters %d\n", max_iters); in solve_nice_cubic_halley() 129 if (iters > max_iters) { in solve_nice_cubic_householder() 130 max_iters = iters; in solve_nice_cubic_householder() 131 SkDebugf("max_iters %d\n", max_iters); in solve_nice_cubic_householder()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | benchmark_test.cc | 32 options.max_iters = 1; in TEST() 37 options.max_iters = 5; in TEST()
|
D | benchmark.cc | 114 const int64 max_us = (options.max_micros <= 0 && options.max_iters <= 0) in Benchmark() 129 (options.max_iters > 0 && iters >= options.max_iters)) { in Benchmark()
|
D | benchmark.h | 43 int64 max_iters = 0; // Maximum iterations to run, ignored if <= 0. member
|
/external/google-benchmark/src/ |
D | benchmark.cc | 124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State() argument 129 max_iterations(max_iters), in State()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark.cc | 124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State() argument 129 max_iterations(max_iters), in State()
|
/external/brotli/c/enc/ |
D | backward_references_hq.c | 416 const size_t max_iters = MaxZopfliCandidates(params); in UpdateNodes() local 434 for (k = 0; k < max_iters && k < StartPosQueueSize(queue); ++k) { in UpdateNodes()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 670 State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i,
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 670 State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i,
|