/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_random.py | 462 def gamma(z, sqrt2pi=(2.0*pi)**0.5):
function 465 return pi / sin(pi*z) / gamma(1.0-z)
511 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0),
512 gamma(1+2/3.0)-gamma(1+1/3.0)**2) ]:
|
/external/ImageMagick/MagickCore/ |
resample.c | [all...] |
resize.c | 2518 gamma, local 2734 gamma, local [all...] |
/external/skia/src/codec/ |
SkPngCodec.cpp | 346 // This is necessary because the gAMA chunk actually stores 1/gamma. 389 png_fixed_point gamma; local 408 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { 412 fn.fG = png_inverted_fixed_point_to_float(gamma); 417 // Default to sRGB gamma if the image has color space information, 418 // but does not specify gamma. 422 // Last, check for gamma. 423 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { 427 fn.fG = png_inverted_fixed_point_to_float(gamma); [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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) ]:
|
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 426 RealScalar gamma = dj*alpha + swj2; local 435 if(gamma != 0) 436 mat.col(j).tail(rs) += (sigma*numext::conj(wj)/gamma)*w.tail(rs);
|
LLT.h | 276 RealScalar gamma = dj*beta + swj2; local 290 if(gamma != 0) 291 mat.col(j).tail(rs) = (nLjj/Ljj) * mat.col(j).tail(rs) + (nLjj * sigma*numext::conj(wj)/gamma)*temp.tail(rs);
|
/frameworks/base/graphics/java/android/graphics/ |
ColorSpace.java | [all...] |
/external/libpng/ |
pngtest.c | 1129 png_fixed_point gamma; local 1152 double gamma; local [all...] |
pngrtran.c | 136 png_warning(png_ptr, "Application must supply a known background gamma"); 222 /* If there is no sRGB support this just sets the gamma to the standard 253 * gamma values are passed to the floating point API. This is safe and it 266 png_fixed_error(png_ptr, "gamma value"); 291 * who use the inverse of the gamma value accidentally! Since some of these 295 * gamma of 36, and its reciprocal.) 298 png_error(png_ptr, "output gamma out of expected range"); 300 /* The default file gamma is the inverse of the output gamma; the output 301 * gamma may be changed below so get the file value first [all...] |
/external/skia/third_party/libpng/ |
pngtest.c | 1122 png_fixed_point gamma; local 1124 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0 1145 double gamma; local [all...] |
/external/syslinux/com32/lib/libpng/ |
pngtest.c | 935 png_fixed_point gamma; local 937 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma)) 938 png_set_gAMA_fixed(write_ptr, write_info_ptr, gamma); 957 double gamma; local 959 if (png_get_gAMA(read_ptr, read_info_ptr, &gamma)) 960 png_set_gAMA(write_ptr, write_info_ptr, gamma); [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PairingSession.java | 539 // Display gamma 541 byte[] gamma = mChallenge.getGamma(nonce); 542 mListener.onPerformOutputDeviceRole(this, gamma);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 249 /* Error and gamma functions. */ 258 /* True gamma function. */ 265 __MATHCALL (gamma,, (_Mdouble_));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 250 /* Error and gamma functions. */ 259 /* True gamma function. */ 266 __MATHCALL (gamma,, (_Mdouble_));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 250 /* Error and gamma functions. */ 259 /* True gamma function. */ 266 __MATHCALL (gamma,, (_Mdouble_));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dwrite_1.h | 237 FLOAT gamma, 315 FLOAT gamma,
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
sin.go | 25 // source listings for the gamma function and the incomplete beta
|
/prebuilts/go/darwin-x86/src/math/ |
tan.go | 56 // source listings for the gamma function and the incomplete beta
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
sin.go | 25 // source listings for the gamma function and the incomplete beta
|
/prebuilts/go/linux-x86/src/math/ |
tan.go | 56 // source listings for the gamma function and the incomplete beta
|
/external/pdfium/third_party/libpng16/ |
pngrtran.c | 136 png_warning(png_ptr, "Application must supply a known background gamma"); 222 /* If there is no sRGB support this just sets the gamma to the standard 253 * gamma values are passed to the floating point API. This is safe and it 266 png_fixed_error(png_ptr, "gamma value"); 291 * who use the inverse of the gamma value accidentally! Since some of these 295 * gamma of 36, and its reciprocal.) 298 png_error(png_ptr, "output gamma out of expected range"); 300 /* The default file gamma is the inverse of the output gamma; the output 301 * gamma may be changed below so get the file value first [all...] |