HomeSort by relevance Sort by last modified time
    Searched refs:gamma (Results 226 - 250 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 66 reflection formula for the gamma function. It conforms to IEEE
108 /* Implementation of the real gamma function. In extensive but non-exhaustive
125 Gamma(x) involves computing pow(x+g-0.5, x-0.5) / exp(x+g-0.5). For many x
189 /* gamma values for small positive integers, 1 though NGAMMA_INTEGRAL */
326 lgamma: natural log of the absolute value of the Gamma function.
848 FUNC1A(gamma, m_tgamma,
849 "gamma(x)\n\nGamma function at x.")
851 "lgamma(x)\n\nNatural logarithm of absolute value of Gamma function at x.")
    [all...]
  /external/ImageMagick/MagickCore/
property.c 159 image->gamma=clone_image->gamma;
1009 { 0x301, "exif:Gamma" },
    [all...]
quantum-import.c 4266 gamma, local
    [all...]
xwindow.c     [all...]
  /external/ImageMagick/coders/
pcd.c 881 image->gamma=1.000f/2.200f;
    [all...]
msl.c 3213 gamma[MagickPathExtent]; local
    [all...]
  /external/dng_sdk/source/
dng_color_space.cpp 66 const real64 gamma = 1.0 / 1.8; local
70 const real64 x1 = 8.2118790552e-4; // pow (slope0, 1.0 / (gamma - 1.0)) * 2.0
72 const real64 y1 = 0.019310851; // pow (x1, gamma)
74 const real64 slope1 = 13.064306598; // gamma * pow (x1, gamma - 1.0)
86 return pow (x, gamma);
122 const real64 gamma = 1.0 / 2.2; local
126 const real64 x1 = 0.0034800731; // pow (slope0, 1.0 / (gamma - 1.0)) * 2.0
128 const real64 y1 = 0.0763027458; // pow (x1, gamma)
130 const real64 slope1 = 9.9661890075; // gamma * pow (x1, gamma - 1.0
    [all...]
dng_negative.cpp     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 391 friend const mpreal gamma (const mpreal& v, mp_rnd_t rnd_mode);
    [all...]
  /external/libchrome/base/android/jni_generator/
jni_generator_tests.py 156 double alpha, double beta, double gamma);
276 name='gamma'),
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 66 reflection formula for the gamma function. It conforms to IEEE
108 /* Implementation of the real gamma function. In extensive but non-exhaustive
125 Gamma(x) involves computing pow(x+g-0.5, x-0.5) / exp(x+g-0.5). For many x
189 /* gamma values for small positive integers, 1 though NGAMMA_INTEGRAL */
326 lgamma: natural log of the absolute value of the Gamma function.
847 FUNC1A(gamma, m_tgamma,
848 "gamma(x)\n\nGamma function at x.")
850 "lgamma(x)\n\nNatural logarithm of absolute value of Gamma function at x.")
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py 91 # Initialize beta and gamma for use by layer_norm.
92 vs.get_variable("gamma", shape=shape, initializer=gamma_init)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 244 """Same image should be returned for gamma equal to one"""
250 y = image_ops.adjust_gamma(x, gamma=1)
258 """White image should be returned for gamma equal to zero"""
265 err_msg = "Gamma should be a non-negative real number."
268 image_ops.adjust_gamma(x, gamma=-1)
277 """White image should be returned for gamma equal to zero"""
285 image = image_ops.adjust_gamma(x, gamma=y)
287 err_msg = "Gamma should be a non-negative real number."
297 """White image should be returned for gamma equal to zero"""
303 y = image_ops.adjust_gamma(x, gamma=0
    [all...]
  /bionic/tests/
math_test.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 336 double* gamma) {
384 *gamma = kPngGamma;
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 945 double Magick::Image::gamma(void) const function in class:Magick::Image
947 return(constImage()->gamma);
3214 void Magick::Image::gamma(const double gamma_) function in class:Magick::Image
3222 void Magick::Image::gamma(const double gammaRed_,const double gammaGreen_, function in class:Magick::Image
    [all...]
STL.cpp 551 // Gamma correct image
568 image_.gamma( _gammaRed, _gammaGreen, _gammaBlue );
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c 1175 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local
1285 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local
    [all...]
  /external/python/cpython3/Modules/
mathmodule.c 69 reflection formula for the gamma function. It conforms to IEEE
113 /* Implementation of the real gamma function. In extensive but non-exhaustive
130 Gamma(x) involves computing pow(x+g-0.5, x-0.5) / exp(x+g-0.5). For many x
194 /* gamma values for small positive integers, 1 though NGAMMA_INTEGRAL */
361 lgamma: natural log of the absolute value of the Gamma function.
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
keras_backward_compat_test.py     [all...]
  /external/fonttools/Lib/fontTools/
agl.py 169 0393;Gamma;GREEK CAPITAL LETTER GAMMA
461 03B3;gamma;GREEK SMALL LETTER GAMMA
    [all...]
  /external/libpng/
pngwrite.c 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma);
    [all...]
  /external/pdfium/third_party/libpng16/
pngwrite.c 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 333 { "Gamma", { {"gamma", StringReference}, {"channel", MagickChannelOptions},
410 {"white-point", RealReference}, {"gamma", RealReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 333 { "Gamma", { {"gamma", StringReference}, {"channel", MagickChannelOptions},
410 {"white-point", RealReference}, {"gamma", RealReference},
    [all...]

Completed in 1296 milliseconds

1 2 3 4 5 6 7 8 91011