Searched refs:has_fpu (Results 1 – 4 of 4) sorted by relevance
33 EXPECT_TRUE(cpu.has_fpu()); in TEST()37 EXPECT_TRUE(cpu.has_fpu()); in TEST()42 EXPECT_TRUE(cpu.has_fpu()); in TEST()
77 bool has_fpu() const { return has_fpu_; } in has_fpu() function
88 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()
81 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()