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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite_2.h 229 FLOAT gamma,
306 FLOAT gamma,
333 FLOAT gamma,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 431 self.assertEqual(urllib.quote_plus('alpha+beta gamma'),
432 'alpha%2Bbeta+gamma')
433 self.assertEqual(urllib.quote_plus('alpha+beta gamma', '+'),
434 'alpha+beta+gamma')
  /external/libpng/contrib/gregbook/
wpng.c 187 wpng_info.gamma = 0.0;
193 * looks correct on the user's display system, its file gamma is the
209 * get the "gamma" value, so we do it the hard way */
260 } else if (!strncmp(*argv, "-gamma", 2)) {
264 wpng_info.gamma = atof(*argv);
265 if (wpng_info.gamma <= 0.0)
267 else if (wpng_info.gamma > 1.01)
406 "Usage: %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] pnmfile\n"
407 "or: ... | %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] | ...\n"
408 " exp \ttransfer-function exponent (``gamma'') of the image in\n
    [all...]
  /external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/
least_squares_test.py 65 norm_s = np.sqrt(cgls_val.gamma)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_acelp.h 117 int16 gamma, /* (i) Q15 : Spectral expansion factor. */
  /libcore/ojluni/src/main/native/
fdlibm.h 146 extern double gamma __P((double));
193 * Reentrant version of gamma & lgamma; passes signgam back by reference
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 554 self.assertEqual(urllib.quote_plus('alpha+beta gamma'),
555 'alpha%2Bbeta+gamma')
556 self.assertEqual(urllib.quote_plus('alpha+beta gamma', '+'),
557 'alpha+beta+gamma')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 554 self.assertEqual(urllib.quote_plus('alpha+beta gamma'),
555 'alpha%2Bbeta+gamma')
556 self.assertEqual(urllib.quote_plus('alpha+beta gamma', '+'),
557 'alpha+beta+gamma')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 554 self.assertEqual(urllib.quote_plus('alpha+beta gamma'),
555 'alpha%2Bbeta+gamma')
556 self.assertEqual(urllib.quote_plus('alpha+beta gamma', '+'),
557 'alpha+beta+gamma')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 554 self.assertEqual(urllib.quote_plus('alpha+beta gamma'),
555 'alpha%2Bbeta+gamma')
556 self.assertEqual(urllib.quote_plus('alpha+beta gamma', '+'),
557 'alpha+beta+gamma')
    [all...]
  /external/ImageMagick/coders/
cin.c 196 gamma;
640 cin.origination.gamma=ReadBlobFloat(image);
642 if (IsFloatDefined(cin.origination.gamma) != MagickFalse)
643 image->gamma=cin.origination.gamma;
194 gamma; member in struct:_CINOriginationInfo
    [all...]
rla.c 118 gamma[16+1],
227 count=ReadBlob(image,16,(unsigned char *) rla_info.gamma);
116 gamma[16+1], member in struct:_RLAInfo
  /external/python/cpython3/Lib/test/
test_urllib.py     [all...]
  /external/skia/src/core/
SkColorSpaceXform_A2B.cpp 147 SkCSXformPrintf("Gamma stage added: %s\n", debugGammaNamed[(int)e.gammaNamed()]);
152 fElementsPipeline.append(SkRasterPipeline::gamma, &fn->fG);
162 SkCSXformPrintf("Gamma stage added:");
239 fElementsPipeline.append(SkRasterPipeline::gamma, this->copy(1/2.2f));
  /external/skqp/src/core/
SkColorSpaceXform_A2B.cpp 147 SkCSXformPrintf("Gamma stage added: %s\n", debugGammaNamed[(int)e.gammaNamed()]);
152 fElementsPipeline.append(SkRasterPipeline::gamma, &fn->fG);
162 SkCSXformPrintf("Gamma stage added:");
239 fElementsPipeline.append(SkRasterPipeline::gamma, this->copy(1/2.2f));
  /prebuilts/go/darwin-x86/src/math/
atan.go 48 // source listings for the gamma function and the incomplete beta
tanh.go 50 // source listings for the gamma function and the incomplete beta
lgamma.go 8 Floating-point logarithm of the Gamma function.
26 // Reentrant version of the logarithm of the Gamma function
27 // with user provided pointer for the sign of Gamma(x).
31 // Since gamma(1+s)=s*gamma(s), for x in [0,8], we may
71 // 4. For negative x, since (G is gamma function)
77 // lgamma(x) = log(|Gamma(x)|)
166 // Lgamma returns the natural logarithm and sign (-1 or +1) of Gamma(x).
  /prebuilts/go/darwin-x86/src/math/cmplx/
pow.go 25 // source listings for the gamma function and the incomplete beta
  /prebuilts/go/linux-x86/src/math/
atan.go 48 // source listings for the gamma function and the incomplete beta
tanh.go 50 // source listings for the gamma function and the incomplete beta
lgamma.go 8 Floating-point logarithm of the Gamma function.
26 // Reentrant version of the logarithm of the Gamma function
27 // with user provided pointer for the sign of Gamma(x).
31 // Since gamma(1+s)=s*gamma(s), for x in [0,8], we may
71 // 4. For negative x, since (G is gamma function)
77 // lgamma(x) = log(|Gamma(x)|)
166 // Lgamma returns the natural logarithm and sign (-1 or +1) of Gamma(x).
  /prebuilts/go/linux-x86/src/math/cmplx/
pow.go 25 // source listings for the gamma function and the incomplete beta
  /external/ImageMagick/www/api/
histogram.php 148 const double white,const double gamma,ExceptionInfo *exception)
166 <dt>gamma</dt>
167 <dd>the gamma. </dd>

Completed in 3511 milliseconds

1 2 3 4 5 67 8 91011>>