Home | History | Annotate | Download | only in libtests

Lines Matching refs:DU

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