Searched refs:agx_minifloat_exact (Results 1 – 4 of 4) sorted by relevance
38 EXPECT_TRUE(agx_minifloat_exact(0.0f)); in TEST()39 EXPECT_TRUE(agx_minifloat_exact(0.390625f)); in TEST()40 EXPECT_TRUE(agx_minifloat_exact(-0.109375f)); in TEST()41 EXPECT_TRUE(agx_minifloat_exact(-31.0)); in TEST()42 EXPECT_FALSE(agx_minifloat_exact(3.141f)); in TEST()43 EXPECT_FALSE(agx_minifloat_exact(2.718f)); in TEST()44 EXPECT_FALSE(agx_minifloat_exact(1.618f)); in TEST()52 EXPECT_TRUE(agx_minifloat_exact(f)); in TEST()
79 agx_minifloat_exact(float f) in agx_minifloat_exact() function
132 if (!agx_minifloat_exact(f)) continue; in agx_optimizer_inline_imm()
125 assert(agx_minifloat_exact(f)); in agx_immediate_f()