Home
last modified time | relevance | path

Searched refs:max_reps (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/reporting/performance/
Dtest_polynomial.cpp19 unsigned max_reps = 1000; variable
37 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add()
47 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract()
57 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add_int()
67 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract_int()
77 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply()
87 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply_int()
97 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide()
107 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide_int()
118 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_gcd()
[all …]
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c632 uint32_t max_reps = 0; in RunLengthCodeZeros() local
641 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()
643 max_prefix = max_reps > 0 ? Log2FloorNonZero(max_reps) : 0; in RunLengthCodeZeros()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c632 uint32_t max_reps = 0; in RunLengthCodeZeros() local
641 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()
643 max_prefix = max_reps > 0 ? Log2FloorNonZero(max_reps) : 0; in RunLengthCodeZeros()