HomeSort by relevance Sort by last modified time
    Searched refs:alphas (Results 1 - 17 of 17) sorted by null

  /external/eigen/doc/snippets/
GeneralizedEigenSolver.cpp 5 cout << "The (complex) numerators of the generalzied eigenvalues are: " << ges.alphas().transpose() << endl;
7 cout << "The (complex) generalzied eigenvalues are (alphas./beta): " << ges.eigenvalues().transpose() << endl;
  /external/webp/src/enc/
analysis.c 143 const int alphas[MAX_ALPHA + 1]) {
161 for (n = 0; n <= MAX_ALPHA && alphas[n] == 0; ++n) {}
163 for (n = MAX_ALPHA; n > min_a && alphas[n] == 0; --n) {}
184 if (alphas[a]) {
190 dist_accum[n] += a * alphas[a];
191 accum[n] += alphas[a];
225 SetSegmentAlphas(enc, centers, weighted_average); // pick some alphas.
330 int alphas[MAX_ALPHA + 1],
352 alphas[best_alpha]++;
371 // distribution in alphas[]. Segments is assigned a-posteriori, based o
395 int alphas[MAX_ALPHA + 1]; member in struct:__anon21222
    [all...]
  /external/skia/gm/
modecolorfilters.cpp 102 SkColor alphas[] = {0xFFFFFFFF, 0x80808080}; local
132 int paintColorCnt = hasShader ? SK_ARRAY_COUNT(alphas) : SK_ARRAY_COUNT(colors);
133 SkColor* paintColors = hasShader ? alphas : colors;
  /external/skia/src/opts/
Sk4px_SSE2.h 45 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
57 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
Sk4px_NEON.h 52 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
Sk4px_none.h 59 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gml.py 209 ParseException, restOfLine, White, alphas, alphanums, nums,\
216 ParseException, restOfLine, White, alphas, alphanums, nums,\
230 key = Word(alphas,alphanums+'_')
210 OneOrMore,quotedString,removeQuotes,dblQuotedString, Regex namespace
217 OneOrMore,quotedString,removeQuotes,dblQuotedString, Regex namespace
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 77 static const u8 alphas[52] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,5,6,7,8,9,10, variable
    [all...]
  /external/skia/src/core/
Sk4px.h 21 Sk4px alphas() const; // ARGB argb XYZW xyzw -> AAAA aaaa XXXX xxxx
34 // Ditto for Alphas... Load2Alphas fills the low two lanes of Sk4px.
SkXfermode.cpp     [all...]
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 184 * It is a shortcut for \code this->alphas().cwiseQuotient(this->betas()); \endcode
186 * but rather directly deal with the alphas and betas vectors.
196 * \sa alphas(), betas(), eigenvectors()
206 * This vector permits to reconstruct the j-th eigenvalues as alphas(i)/betas(j).
209 ComplexVectorType alphas() const function in class:Eigen::GeneralizedEigenSolver
217 * This vector permits to reconstruct the j-th eigenvalues as alphas(i)/betas(j).
219 * \sa alphas(), eigenvalues() */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 543 milliseconds