/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
omap3isp.h | 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
|
/external/libpng/ |
png.c | 836 * paletted. Most useful for gamma correction and simplification 1037 /* This is called to check a new gamma value against an existing one. The 1038 * routine returns false if the new gamma value should not be written. 1040 * 'from' says where the new gamma value comes from: 1042 * 0: the new gamma value is the libpng estimate for an ICC profile 1043 * 1: the new gamma value comes from a gAMA chunk 1044 * 2: the new gamma value comes from an sRGB chunk 1050 (png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) == 0 || 1053 /* Either this is an sRGB image, in which case the calculated gamma 1055 * value libpng calculates for the gamma of the profile does not match th [all...] |
/external/pdfium/third_party/libpng16/ |
png.c | 836 * paletted. Most useful for gamma correction and simplification 1037 /* This is called to check a new gamma value against an existing one. The 1038 * routine returns false if the new gamma value should not be written. 1040 * 'from' says where the new gamma value comes from: 1042 * 0: the new gamma value is the libpng estimate for an ICC profile 1043 * 1: the new gamma value comes from a gAMA chunk 1044 * 2: the new gamma value comes from an sRGB chunk 1050 (png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) == 0 || 1053 /* Either this is an sRGB image, in which case the calculated gamma 1055 * value libpng calculates for the gamma of the profile does not match th [all...] |
/external/skia/third_party/libpng/ |
png.c | 836 * paletted. Most useful for gamma correction and simplification 1037 /* This is called to check a new gamma value against an existing one. The 1038 * routine returns false if the new gamma value should not be written. 1040 * 'from' says where the new gamma value comes from: 1042 * 0: the new gamma value is the libpng estimate for an ICC profile 1043 * 1: the new gamma value comes from a gAMA chunk 1044 * 2: the new gamma value comes from an sRGB chunk 1050 (png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) == 0 || 1053 /* Either this is an sRGB image, in which case the calculated gamma 1055 * value libpng calculates for the gamma of the profile does not match th [all...] |
/external/boringssl/src/crypto/ec/ |
p224-64.c | 628 felem delta, gamma, beta, alpha, ftmp, ftmp2; local 637 /* gamma = y^2 */ 639 felem_reduce(gamma, tmp); 641 /* beta = x*gamma */ 642 felem_mul(tmp, x_in, gamma); 666 /* z' = (y + z)^2 - gamma - delta */ 667 felem_sum(delta, gamma); 678 /* y' = alpha*(4*beta - x') - 8*gamma^2 */ 685 felem_square(tmp2, gamma); [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsgamma.c | 319 // X = Y ^ Gamma 332 // Type 1 Reversed: X = Y ^1/gamma 346 // Y = (aX + b)^Gamma | X >= -b/a 378 // Y = (aX + b)^Gamma | X <= -b/a 419 // Y = (aX + b)^Gamma | X >= d 455 // Y = (aX + b)^Gamma + e | X >= d 495 // Y = (a * X + b) ^ Gamma + c 505 // ((Y - c) ^1/Gamma - b) / a 515 // Y = a * log (b * X^Gamma + c) + d 525 // (Y - d) / a = log(b * X ^Gamma + c 1265 cmsFloat64Number gamma, sum, sum2; local [all...] |
/external/syslinux/com32/lib/libpng/ |
pngrtran.c | 106 png_warning(png_ptr, "Application must supply a known background gamma"); 547 * We will turn off gamma transformation later if no semitransparent entries 563 png_ptr->gamma = (float)file_gamma; 901 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0) 916 png_ptr->gamma != 0.0) 952 g = 1.0 / (png_ptr->gamma); 953 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma); [all...] |
/external/ImageMagick/MagickCore/ |
colorspace.c | 592 gamma, 603 gamma=DisplayGamma; 604 value=GetImageProperty(image,"gamma",exception); 606 gamma=PerceptibleReciprocal(StringToDouble(value,(char **) NULL)); 608 value=GetImageProperty(image,"film-gamma",exception); 624 black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/ 632 log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002/ 588 gamma, local 2049 gamma, local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 702 ECFieldElement gamma = dy.divide(dx); local 703 ECFieldElement X3 = gamma.square().subtract(X1).subtract(X2); 704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); 906 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1)); local 907 ECFieldElement X3 = gamma.square().subtract(two(X1)); 908 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); [all...] |
/external/ImageMagick/MagickWand/ |
operation.c | 2124 gamma; local 2595 gamma, local [all...] |
/external/freetype/src/base/ |
ftstroke.c | 1506 FT_Angle beta, gamma; local 1719 FT_Angle beta, gamma; local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftstroke.c | 1505 FT_Angle beta, gamma; local 1718 FT_Angle beta, gamma; local [all...] |
/prebuilts/go/darwin-x86/src/math/cmplx/ |
asin.go | 25 // source listings for the gamma function and the incomplete beta
|
tan.go | 25 // source listings for the gamma function and the incomplete beta
|
/prebuilts/go/darwin-x86/src/math/ |
sin.go | 86 // source listings for the gamma function and the incomplete beta
|