PNG_FP_1          603 contrib/libtests/makepng.c          gamma = PNG_FP_1;
PNG_FP_1         1303 contrib/libtests/makepng.c          gamma = PNG_FP_1;
PNG_FP_1           80 contrib/libtests/pngunknown.c    ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
PNG_FP_1          109 contrib/libtests/pngvalid.c    ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
PNG_FP_1          211 contrib/libtests/pngvalid.c    d = floor(d * PNG_FP_1 + .5);
PNG_FP_1         6863 contrib/libtests/pngvalid.c #           define API_cvt(x) ((double)(x)/PNG_FP_1)
PNG_FP_1          894 contrib/libtests/tarith.c       png_fixed_point gfp = floor(g * PNG_FP_1 + .5);
PNG_FP_1         1049 png.c                (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
PNG_FP_1         1201 png.c             if (!png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d)) return 1;
PNG_FP_1         1202 png.c             if (!png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d)) return 1;
PNG_FP_1         1208 png.c             if (!png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d)) return 1;
PNG_FP_1         1209 png.c             if (!png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d)) return 1;
PNG_FP_1         1215 png.c             if (!png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d)) return 1;
PNG_FP_1         1216 png.c             if (!png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d)) return 1;
PNG_FP_1         1224 png.c             if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
PNG_FP_1         1225 png.c             if (!png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite)) return 1;
PNG_FP_1         1240 png.c             if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
PNG_FP_1         1241 png.c             if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
PNG_FP_1         1242 png.c             if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1;
PNG_FP_1         1243 png.c             if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1;
PNG_FP_1         1244 png.c             if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1;
PNG_FP_1         1245 png.c             if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1;
PNG_FP_1         1246 png.c             if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
PNG_FP_1         1247 png.c             if (xy->whitey < 0 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
PNG_FP_1         1467 png.c             if (!png_muldiv(&XYZ->red_X, xy->redx, PNG_FP_1, red_inverse)) return 1;
PNG_FP_1         1468 png.c             if (!png_muldiv(&XYZ->red_Y, xy->redy, PNG_FP_1, red_inverse)) return 1;
PNG_FP_1         1469 png.c             if (!png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
PNG_FP_1         1473 png.c             if (!png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse))
PNG_FP_1         1475 png.c             if (!png_muldiv(&XYZ->green_Y, xy->greeny, PNG_FP_1, green_inverse))
PNG_FP_1         1477 png.c             if (!png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1,
PNG_FP_1         1481 png.c             if (!png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1)) return 1;
PNG_FP_1         1482 png.c             if (!png_muldiv(&XYZ->blue_Y, xy->bluey, blue_scale, PNG_FP_1)) return 1;
PNG_FP_1         1483 png.c             if (!png_muldiv(&XYZ->blue_Z, PNG_FP_1 - xy->bluex - xy->bluey, blue_scale,
PNG_FP_1         1484 png.c                PNG_FP_1))
PNG_FP_1         1511 png.c             if (Y != PNG_FP_1)
PNG_FP_1         1513 png.c                if (!png_muldiv(&XYZ->red_X, XYZ->red_X, PNG_FP_1, Y)) return 1;
PNG_FP_1         1514 png.c                if (!png_muldiv(&XYZ->red_Y, XYZ->red_Y, PNG_FP_1, Y)) return 1;
PNG_FP_1         1515 png.c                if (!png_muldiv(&XYZ->red_Z, XYZ->red_Z, PNG_FP_1, Y)) return 1;
PNG_FP_1         1517 png.c                if (!png_muldiv(&XYZ->green_X, XYZ->green_X, PNG_FP_1, Y)) return 1;
PNG_FP_1         1518 png.c                if (!png_muldiv(&XYZ->green_Y, XYZ->green_Y, PNG_FP_1, Y)) return 1;
PNG_FP_1         1519 png.c                if (!png_muldiv(&XYZ->green_Z, XYZ->green_Z, PNG_FP_1, Y)) return 1;
PNG_FP_1         1521 png.c                if (!png_muldiv(&XYZ->blue_X, XYZ->blue_X, PNG_FP_1, Y)) return 1;
PNG_FP_1         1522 png.c                if (!png_muldiv(&XYZ->blue_Y, XYZ->blue_Y, PNG_FP_1, Y)) return 1;
PNG_FP_1         1523 png.c                if (!png_muldiv(&XYZ->blue_Z, XYZ->blue_Z, PNG_FP_1, Y)) return 1;
PNG_FP_1         3338 png.c             return gamma_val < PNG_FP_1 - PNG_GAMMA_THRESHOLD_FIXED ||
PNG_FP_1         3339 png.c                 gamma_val > PNG_FP_1 + PNG_GAMMA_THRESHOLD_FIXED;
PNG_FP_1         3697 png.c                   if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1))
PNG_FP_1         3721 png.c                   if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1))
PNG_FP_1         3997 png.c                   png_ptr->screen_gamma) : PNG_FP_1);
PNG_FP_1         4078 png.c                   png_ptr->screen_gamma) : PNG_FP_1);
PNG_FP_1         4083 png.c                   png_ptr->screen_gamma) : PNG_FP_1);
PNG_FP_1         1282 png.h          #define PNG_GAMMA_LINEAR PNG_FP_1 /* Linear */
PNG_FP_1          217 pngget.c             if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
PNG_FP_1         1347 pngread.c         if (g < PNG_FP_1)
PNG_FP_1         3720 pngread.c                     PNG_FP_1) && !png_gamma_significant(gtest))
PNG_FP_1          219 pngrtran.c           output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
PNG_FP_1          236 pngrtran.c           output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
PNG_FP_1          259 pngrtran.c           output_gamma *= PNG_FP_1;
PNG_FP_1          330 pngrtran.c              output_gamma = PNG_FP_1;
PNG_FP_1          996 pngrtran.c           if (red >= 0 && green >= 0 && red + green <= PNG_FP_1)
PNG_FP_1         1085 pngrtran.c        return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
PNG_FP_1         1326 pngrtran.c              png_ptr->screen_gamma = png_ptr->colorspace.gamma = PNG_FP_1;
PNG_FP_1         1615 pngrtran.c                          gs = PNG_FP_1;
PNG_FP_1         1630 pngrtran.c                          g = PNG_FP_1;    /* back_1 */
PNG_FP_1         1631 pngrtran.c                          gs = PNG_FP_1;   /* back */
PNG_FP_1         1717 pngrtran.c                 png_fixed_point g = PNG_FP_1;  /* Correction to linear */
PNG_FP_1         1718 pngrtran.c                 png_fixed_point gs = PNG_FP_1; /* Correction to screen */
PNG_FP_1         1324 pngwrite.c                    ((PNG_WEIGHT_FACTOR*filter_weights[i]+PNG_FP_HALF)/PNG_FP_1);
PNG_FP_1         1327 pngwrite.c                    PNG_FP_1+(filter_weights[i]/2))/filter_weights[i]);
PNG_FP_1         1339 pngwrite.c              if (filter_costs[i] >= PNG_FP_1)
PNG_FP_1         1347 pngwrite.c              tmp = PNG_COST_FACTOR*PNG_FP_1 + (filter_costs[i]/2);
PNG_FP_1         1353 pngwrite.c              tmp /= PNG_FP_1;