/external/XNNPACK/bench/ |
D | rounding.cc | 79 BENCHMARK_F(RoundingToNearestEven, scalar_addsub)(benchmark::State& state) { in BENCHMARK_F() function 86 BENCHMARK_F(RoundingToNearestEven, scalar_nearbyint)(benchmark::State& state) { in BENCHMARK_F() function 93 BENCHMARK_F(RoundingToNearestEven, scalar_rint)(benchmark::State& state) { in BENCHMARK_F() function 100 BENCHMARK_F(RoundingDown, scalar_addsub)(benchmark::State& state) { in BENCHMARK_F() function 107 BENCHMARK_F(RoundingDown, scalar_cvt)(benchmark::State& state) { in BENCHMARK_F() function 114 BENCHMARK_F(RoundingDown, scalar_floor)(benchmark::State& state) { in BENCHMARK_F() function 121 BENCHMARK_F(RoundingUp, scalar_addsub)(benchmark::State& state) { in BENCHMARK_F() function 128 BENCHMARK_F(RoundingUp, scalar_cvt)(benchmark::State& state) { in BENCHMARK_F() function 135 BENCHMARK_F(RoundingUp, scalar_ceil)(benchmark::State& state) { in BENCHMARK_F() function 142 BENCHMARK_F(RoundingTowardsZero, scalar_addsub)(benchmark::State& state) { in BENCHMARK_F() function [all …]
|
D | qs8-requantization.cc | 77 BENCHMARK_F(Requantization, precise__scalar_unsigned32)(benchmark::State& state) { in BENCHMARK_F() function 84 BENCHMARK_F(Requantization, precise__scalar_unsigned64)(benchmark::State& state) { in BENCHMARK_F() function 91 BENCHMARK_F(Requantization, precise__scalar_signed64)(benchmark::State& state) { in BENCHMARK_F() function 98 BENCHMARK_F(Requantization, fp32__scalar_lrintf)(benchmark::State& state) { in BENCHMARK_F() function 105 BENCHMARK_F(Requantization, fp32__scalar_magic)(benchmark::State& state) { in BENCHMARK_F() function 112 BENCHMARK_F(Requantization, q31__scalar)(benchmark::State& state) { in BENCHMARK_F() function 121 BENCHMARK_F(Requantization, fp32__wasmsimd)(benchmark::State& state) { in BENCHMARK_F() function 128 BENCHMARK_F(Requantization, q31__wasmsimd)(benchmark::State& state) { in BENCHMARK_F() function 138 BENCHMARK_F(Requantization, precise__neon)(benchmark::State& state) { in BENCHMARK_F() function 145 BENCHMARK_F(Requantization, fp32__neon)(benchmark::State& state) { in BENCHMARK_F() function [all …]
|
D | qu8-requantization.cc | 77 BENCHMARK_F(Requantization, precise__scalar_unsigned32)(benchmark::State& state) { in BENCHMARK_F() function 84 BENCHMARK_F(Requantization, precise__scalar_unsigned64)(benchmark::State& state) { in BENCHMARK_F() function 91 BENCHMARK_F(Requantization, precise__scalar_signed64)(benchmark::State& state) { in BENCHMARK_F() function 98 BENCHMARK_F(Requantization, fp32__scalar_lrintf)(benchmark::State& state) { in BENCHMARK_F() function 105 BENCHMARK_F(Requantization, fp32__scalar_magic)(benchmark::State& state) { in BENCHMARK_F() function 112 BENCHMARK_F(Requantization, q31__scalar)(benchmark::State& state) { in BENCHMARK_F() function 121 BENCHMARK_F(Requantization, fp32__wasmsimd)(benchmark::State& state) { in BENCHMARK_F() function 128 BENCHMARK_F(Requantization, q31__wasmsimd)(benchmark::State& state) { in BENCHMARK_F() function 138 BENCHMARK_F(Requantization, precise__neon)(benchmark::State& state) { in BENCHMARK_F() function 145 BENCHMARK_F(Requantization, fp32__neon)(benchmark::State& state) { in BENCHMARK_F() function [all …]
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | fixture_test.cc | 28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | fixture_test.cc | 28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
|
/external/libcxx/utils/google-benchmark/test/ |
D | fixture_test.cc | 28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
|
/external/google-benchmark/test/ |
D | fixture_test.cc | 30 BENCHMARK_F(FIXTURE_BECHMARK_NAME, Foo)(benchmark::State &st) { in BENCHMARK_F() function
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 1197 #define BENCHMARK_F(BaseClass, Method) \ macro
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1236 #define BENCHMARK_F(BaseClass, Method) \ macro
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1236 #define BENCHMARK_F(BaseClass, Method) \ macro
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1259 #define BENCHMARK_F(BaseClass, Method) \ macro
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 611 * `BENCHMARK_F(ClassName, Method)` 620 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {
|
/external/llvm-project/llvm/utils/benchmark/ |
D | README.md | 579 * `BENCHMARK_F(ClassName, Method)` 588 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | README.md | 611 * `BENCHMARK_F(ClassName, Method)` 620 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {
|
/external/google-benchmark/ |
D | README.md | 695 * `BENCHMARK_F(ClassName, Method)` 711 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {
|