Home | History | Annotate | Download | only in libtests

Lines Matching full:abse

7588             const double abse = .5/(sample_depth == 16 ? 65535 : 255);
7604 /* 'abse' is the error in the gamma table calculation itself. */
7606 rlo = DD(pow(rlo, power)-abse, calc_depth, 1);
7607 rhi = DU(pow(rhi, power)+abse, calc_depth, 1);
7610 glo = DD(pow(glo, power)-abse, calc_depth, 1);
7611 ghi = DU(pow(ghi, power)+abse, calc_depth, 1);
7614 blo = DD(pow(blo, power)-abse, calc_depth, 1);
7615 bhi = DU(pow(bhi, power)+abse, calc_depth, 1);