Searched refs:has_fpu (Results 1 – 4 of 4) sorted by relevance
31 EXPECT_TRUE(cpu.has_fpu()); in TEST()35 EXPECT_TRUE(cpu.has_fpu()); in TEST()40 EXPECT_TRUE(cpu.has_fpu()); in TEST()
59 bool has_fpu() const { return has_fpu_; } in has_fpu() function
112 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()
105 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()