HomeSort by relevance Sort by last modified time
    Searched full:gamma (Results 301 - 325 of 803) sorted by null

<<11121314151617181920>>

  /external/libpng/contrib/gregbook/
readpng2.c 383 double gamma; local
485 * such images have a file gamma of 0.45455, which corresponds to a PC-like
491 * "gamma" value for the entire display system, i.e., the product of
494 if (png_get_gAMA(png_ptr, info_ptr, &gamma))
495 png_set_gamma(png_ptr, mainprog_ptr->display_exponent, gamma);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 422 /* Apply gamma to a set of colors - this is easy. :) */
423 void SDL_ApplyGamma(Uint16 *gamma, SDL_Color *colors, SDL_Color *output,
429 output[i].r = gamma[0*256 + colors[i].r] >> 8;
430 output[i].g = gamma[1*256 + colors[i].g] >> 8;
431 output[i].b = gamma[2*256 + colors[i].b] >> 8;
SDL_video.c 214 video->gamma = NULL;
1055 /* gamma-corrected palette */
1117 /* gamma-corrected palette */
1201 * gamma modification, we apply it directly instead,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 470 def gamma(z, sqrt2pi=(2.0*pi)**0.5): function
473 return pi / sin(pi*z) / gamma(1.0-z)
521 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0),
522 gamma(1+2/3.0)-gamma(1+1/3.0)**2) ]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 470 def gamma(z, sqrt2pi=(2.0*pi)**0.5): function
473 return pi / sin(pi*z) / gamma(1.0-z)
521 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0),
522 gamma(1+2/3.0)-gamma(1+1/3.0)**2) ]:
  /bionic/libm/include/
math.h 256 double gamma(double);
286 * Reentrant version of gamma & lgamma; passes signgam back by reference
381 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-3/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-9/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /external/eigen/Eigen/src/Cholesky/
LLT.h 238 RealScalar gamma = dj*beta + swj2; local
252 if(gamma != 0)
253 mat.col(j).tail(rs) = (nLjj/Ljj) * mat.col(j).tail(rs) + (nLjj * sigma*conj(wj)/gamma)*temp.tail(rs);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
video.html 149 >&nbsp;--&nbsp;Sets the color gamma function for the display</DT
154 >&nbsp;--&nbsp;Gets the color gamma lookup tables for the display</DT
159 >&nbsp;--&nbsp;Sets the color gamma lookup tables for the display</DT
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 405 const double gamma = 0.9; local
454 tmp = gamma;
458 tmp *= gamma;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
modified_bessel_func.tcc 256 * \frac{(x/2)^{\nu + 2k}}{k!\Gamma(\nu+k+1)}
418 // The number is Ai(0) = 3^{-2/3}/\Gamma(2/3).
424 // The number is Ai'(0) = -3^{-1/3}/\Gamma(1/3).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
modified_bessel_func.tcc 256 * \frac{(x/2)^{\nu + 2k}}{k!\Gamma(\nu+k+1)}
418 // The number is Ai(0) = 3^{-2/3}/\Gamma(2/3).
424 // The number is Ai'(0) = -3^{-1/3}/\Gamma(1/3).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
modified_bessel_func.tcc 256 * \frac{(x/2)^{\nu + 2k}}{k!\Gamma(\nu+k+1)}
418 // The number is Ai(0) = 3^{-2/3}/\Gamma(2/3).
424 // The number is Ai'(0) = -3^{-1/3}/\Gamma(1/3).
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 256 * \frac{(x/2)^{\nu + 2k}}{k!\Gamma(\nu+k+1)}
418 // The number is Ai(0) = 3^{-2/3}/\Gamma(2/3).
424 // The number is Ai'(0) = -3^{-1/3}/\Gamma(1/3).
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes

Completed in 1197 milliseconds

<<11121314151617181920>>