sRGB_from_linear  158 contrib/libtests/pngstest.c    return u8d(255 * sRGB_from_linear(linear));
sRGB_from_linear  228 contrib/libtests/pngstest.c          pow(sRGB_to_d[value], 1/2.2) - sRGB_from_linear(pow(vd, 2.2)));
sRGB_from_linear  249 contrib/libtests/pngstest.c          pow(sRGB_from_linear(vd), 2.2) - linear_from_sRGB(pow(vd, 1/2.2)));
sRGB_from_linear  176 contrib/tools/cvtcolor.c          c[i] = sRGB_from_linear(c[i]);
sRGB_from_linear   45 contrib/tools/makesRGB.c    return sRGB_from_linear(l/max_input);