Lines Matching refs:FMF
144 FastMathFlags FMF; in TEST_F() local
145 Builder.setFastMathFlags(FMF); in TEST_F()
150 FMF.setUnsafeAlgebra(); in TEST_F()
151 Builder.setFastMathFlags(FMF); in TEST_F()
180 FMF.clear(); in TEST_F()
181 FMF.setAllowReciprocal(); in TEST_F()
182 Builder.setFastMathFlags(FMF); in TEST_F()
198 FMF.clear(); in TEST_F()
199 FMF.setAllowReciprocal(); in TEST_F()
200 Builder.setFastMathFlags(FMF); in TEST_F()
225 FMF.clear(); in TEST_F()
226 FMF.setNoNaNs(); in TEST_F()
227 Builder.setFastMathFlags(FMF); in TEST_F()
316 FastMathFlags FMF; in TEST_F() local
317 FMF.setAllowReciprocal(); in TEST_F()
318 Builder.setFastMathFlags(FMF); in TEST_F()