Lines Matching refs:INHERITED
57 typedef Benchmark INHERITED; typedef in MathBench
62 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
77 typedef MathBench INHERITED; typedef in MathBenchU32
84 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
94 typedef MathBench INHERITED; typedef in NoOpMathBench
99 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
109 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
115 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
125 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
140 FastISqrtMathBench() : INHERITED("fastIsqrt") {} in FastISqrtMathBench()
150 typedef MathBench INHERITED; typedef in FastISqrtMathBench
165 QMul64Bench() : INHERITED("qmul64") {} in QMul64Bench()
175 typedef MathBenchU32 INHERITED; typedef in QMul64Bench
180 QMul32Bench() : INHERITED("qmul32") {} in QMul32Bench()
190 typedef MathBenchU32 INHERITED; typedef in QMul32Bench
331 typedef Benchmark INHERITED; typedef in IsFiniteBench
392 typedef Benchmark INHERITED; typedef in FloorBench
452 typedef Benchmark INHERITED; typedef in CLZBench
499 typedef Benchmark INHERITED; typedef in NormalizeBench
543 typedef Benchmark INHERITED; typedef in FixedMathBench