Searched defs:alphas (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/opts/
H A DSk4px_NEON.h52 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
H A DSk4px_SSE2.h45 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
57 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
H A DSk4px_none.h59 inline Sk4px Sk4px::alphas() const { function in class:Sk4px
/external/skia/gm/
H A Dmodecolorfilters.cpp102 SkColor alphas[] = {0xFFFFFFFF, 0x80808080}; local
132 int paintColorCnt = hasShader ? SK_ARRAY_COUNT(alphas) : SK_ARRAY_COUNT(colors);
133 SkColor* paintColors = hasShader ? alphas : colors;
/external/eigen/Eigen/src/Eigenvalues/
H A DGeneralizedEigenSolver.h184 * 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/webp/src/enc/
H A Danalysis.c143 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[]
395 int alphas[MAX_ALPHA + 1]; member in struct:__anon16955
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2209 milliseconds