Searched refs:to_f (Results 1 – 7 of 7) sorted by relevance
34 EXPECT_FLOAT_EQ(ops[0].to_f(), 1.2f); in TEST_F()
29 EXPECT_FLOAT_EQ(o.to_f(), 1.2f); in TEST_F()
79 float to_f() const { return float_val_; } in to_f() function
62 auto f = op.to_f(); in process_op()
96 ALWAYS_INLINE static f_pixel to_f(const float gamma_lut[], const rgba_pixel px);97 inline static f_pixel to_f(const float gamma_lut[], const rgba_pixel px) in to_f() function
214 hist->achv[j].acolor = to_f(gamma_lut, entry.color.rgba); \
543 img->fixed_colors[img->fixed_colors_count++] = to_f (gamma_lut, pix); in liq_image_add_fixed_color()775 row_f_pixels[col] = to_f (gamma_lut, row_pixels[col]); in convert_row_to_f()1129 …map->palette[x].acolor = to_f (gamma_lut, px); /* saves rounding error introduced by to_rgb, … in set_rounded_palette()