HomeSort by relevance Sort by last modified time
    Searched refs:gamma (Results 251 - 275 of 401) sorted by null

<<11121314151617

  /prebuilts/go/darwin-x86/src/math/cmplx/
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
  /prebuilts/go/darwin-x86/src/strings/
builder_test.go 53 b.WriteString("gamma")
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 25 // source listings for the gamma function and the incomplete beta
  /prebuilts/go/linux-x86/src/math/
sin.go 86 // source listings for the gamma function and the incomplete beta
  /prebuilts/go/linux-x86/src/strings/
builder_test.go 53 b.WriteString("gamma")
  /external/libcups/cups/
ppd.h 229 float gamma; /* Gamma correction to use */ member in struct:ppd_profile_s
248 float custom_curve; /* Gamma value */
250 float custom_invcurve; /* Gamma value */
260 float custom_curve; /* Gamma value */
262 float custom_invcurve; /* Gamma value */
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsTest.java 46 bar.gamma = (byte) 0x03;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 95 Word16 gamma, /* (i) Q15 : Spectral expansion factor. */
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 280 // Gamma level of the image
281 double gamma(void) const;
631 // make set its gamma appropriatally.
    [all...]
  /external/ImageMagick/MagickCore/
histogram.c 895 % const double white,const double gamma,ExceptionInfo *exception)
904 % o gamma: the gamma.
910 const double black,const double white,const double gamma,
933 status&=LevelImage(image,min,max,gamma,exception);
953 status&=LevelImage(image,min,max,gamma,exception);
    [all...]
compare.c 1008 gamma;
1011 gamma=image_statistics[channel].standard_deviation*
1013 gamma=PerceptibleReciprocal(gamma);
1014 distortion[i]=QuantumRange*gamma*distortion[i];
1005 gamma; local
    [all...]
quantize.c 1296 gamma; local
    [all...]
  /external/ImageMagick/coders/
mpc.c 501 if (LocaleCompare(keyword,"gamma") == 0)
503 image->gamma=StringToDouble(options,(char **) NULL);
    [all...]
dpx.c 294 gamma,
291 gamma, member in struct:_DPXTelevisionInfo
    [all...]
psd.c 323 gamma;
328 gamma=QuantumScale*GetPixelAlpha(image, q);
329 if (gamma != 0.0 && gamma != 1.0)
335 q[i]=ClampToQuantum((q[i]-((1.0-gamma)*QuantumRange))/gamma);
318 gamma; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 824 ECFieldElement gamma, z, zeroElement = this.fromBigInteger(ECConstants.ZERO); local
843 gamma = z.square().add(z);
845 while (gamma.isZero());
    [all...]
  /external/libconstrainedcrypto/
p256_ec.c 806 felem delta, gamma, alpha, beta, tmp, tmp2; local
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
backend_test.py     [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 116 static uint32_t I830BoundGamma(uint32_t gamma, uint32_t gammaPrev)
118 return (I830BoundGammaElt(gamma >> 24, gammaPrev >> 24) << 24 |
119 I830BoundGammaElt(gamma >> 16, gammaPrev >> 16) << 16 |
120 I830BoundGammaElt(gamma >> 8, gammaPrev >> 8) << 8 |
121 I830BoundGammaElt(gamma , gammaPrev));
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2256 double gamma; \/* Encoding (file) gamma of space *\/ member in struct:color_encoding
3298 png_fixed_point gamma; member in struct:gama_modification
7580 double gamma; \/* File gamma to use in processing *\/ member in struct:__anon25686
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers_test.py     [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 822 var delta, gamma, alpha, beta, tmp, tmp2 [p256Limbs]uint32
825 p256Square(&gamma, y)
826 p256Mul(&beta, x, &gamma)
835 p256Diff(&tmp, &tmp, &gamma)
845 p256Square(&tmp2, &gamma)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 822 var delta, gamma, alpha, beta, tmp, tmp2 [p256Limbs]uint32
825 p256Square(&gamma, y)
826 p256Mul(&beta, x, &gamma)
835 p256Diff(&tmp, &tmp, &gamma)
845 p256Square(&tmp2, &gamma)
    [all...]
  /external/libpng/
pngread.c 294 * the user to obtain a gamma-corrected palette, for example.
    [all...]

Completed in 790 milliseconds

<<11121314151617