Lines Matching refs:DU
7563 # define DU(v,d,r) (digitize(v*(1+DBL_EPSILON), d, r) * (1+DBL_EPSILON)) in image_transform_png_set_rgb_to_gray_mod() macro
7569 rhi = DU(rhi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod()
7575 ghi = DU(ghi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod()
7581 bhi = DU(bhi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod()
7597 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7599 ghi = DU(ghi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7601 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7607 rhi = DU(pow(rhi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
7611 ghi = DU(pow(ghi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
7615 bhi = DU(pow(bhi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
7641 grayhi = DU(rhi * (data.red_coefficient+ce) + in image_transform_png_set_rgb_to_gray_mod()
7657 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7659 ghi = DU(ghi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7661 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7666 grayhi = DU(pow(grayhi, power), sample_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
7670 # undef DU in image_transform_png_set_rgb_to_gray_mod()