HomeSort by relevance Sort by last modified time
    Searched full:alpha (Results 726 - 750 of 7977) sorted by null

<<21222324252627282930>>

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector_BLAS.h 59 Scalar* res, Index resIncr, Scalar alpha) \
63 rows, cols, lhs, rhs, res, resIncr, alpha); \
66 rows, cols, lhs.data(), lhs.stride(), rhs.data(), rhs.stride(), res, resIncr, alpha); \
76 Scalar* res, Index resIncr, Scalar alpha) \
79 rows, cols, lhs.data(), lhs.stride(), rhs.data(), rhs.stride(), res, resIncr, alpha); \
98 EIGTYPE* res, Index resIncr, EIGTYPE alpha) \
116 BLASPREFIX##gemv_(&trans, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)lhs, &lda, (const BLASTYPE*)x_ptr, &incx, &numext::real_ref(beta), (BLASTYPE*)res, &incy); \
  /external/pcre/pcrecpp/
pcre_scanner_unittest.cc 65 "alpha = 1; // this sets alpha\n"
79 CHECK_EQ(var, "alpha");
84 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
105 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
117 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
125 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
  /frameworks/base/core/res/res/values/
dimens_leanback.xml 18 <!-- Default alpha value for disabled elements. -->
32 <!-- The opacity of the background of the new activity background when the alpha animation starts-->
34 <!-- The opacity of the background of the new activity background when the alpha animation ends-->
40 <!-- The opacity of the background of the new activity background when the alpha animation ends-->
46 <!-- Parameter for alpha animation of new content coming on to the screen when we're moving "forward" -->
67 <!-- Alpha animation values for the content that will be displayed after the transition is complete, this is the content coming in. -->
73 <!-- Alpha animiation values for the content that is displayed when the transition starts, this is the content going away. -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ScrimView.java 120 color = Color.argb((int) (Color.alpha(color) * mViewAlpha), Color.red(color),
134 mIsEmpty = Color.alpha(color) == 0;
152 public void setViewAlpha(float alpha) {
156 if (alpha != mViewAlpha) {
157 mViewAlpha = alpha;
165 public void animateViewAlpha(float alpha, long durationOut, Interpolator interpolator) {
169 mAlphaAnimator = ValueAnimator.ofFloat(mViewAlpha, alpha);
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon/1.0-alpha-6/
wagon-1.0-alpha-6.pom 7 <version>1.0-alpha-6</version>
72 <connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-alpha-6</connection>
73 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-alpha-6</developerConnection>
74 <url>http://svn.apache.org/viewcvs.cgi/maven/wagon/tags/wagon-1.0-alpha-6</url>
145 <version>1.0-alpha-6</version>
150 <version>1.0-alpha-6</version>
160 <version>1.0-alpha-8</version>
  /external/boringssl/src/crypto/bn/
montgomery_inv.c 107 /* alpha == 2**(lg r - 1) == r / 2. */
108 static const uint64_t alpha = UINT64_C(1) << (LG_LITTLE_R - 1); local
116 * 2**(lg r - i) == u*2*alpha - v*beta. */
120 ((BN_ULLONG)u * 2 * alpha) - ((BN_ULLONG)v * beta));
124 * |u = (u + beta) / 2| and |v = (v / 2) + alpha|. */
150 uint64_t alpha_if_u_is_odd = alpha & u_is_odd; /* Either |alpha| or 0. */
154 /* The invariant now shows that u*r - v*n == 1 since r == 2 * alpha. */
156 assert(1 == ((BN_ULLONG)u * 2 * alpha) - ((BN_ULLONG)v * beta));
  /external/skia/gm/
recordopts.cpp 52 // Draws an pattern that can be optimized by alpha folding outer savelayer alpha value to
68 // Draws an pattern that can be optimized by alpha folding outer savelayer alpha value to
95 // Draws an pattern that can be optimized by alpha folding outer savelayer alpha value to
96 // inner savelayer. We know that alpha folding happens to inner savelayer, so add detector there.
142 // Draw layer-related sequences that can be optimized by folding the opacity layer alpha to
170 // incorrect if the alpha is folded or folded incorrectly. These test the observable state
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.cc 231 double alpha = 1.08; local
235 alpha = pow(alpha, time_since_last_update_ms / 1000.0);
238 current_bitrate_bps * (alpha - 1.0), 1000.0);
261 const float alpha = 0.05f; local
265 avg_max_bitrate_kbps_ = (1 - alpha) * avg_max_bitrate_kbps_ +
266 alpha * incoming_bitrate_kbps;
271 var_max_bitrate_kbps_ = (1 - alpha) * var_max_bitrate_kbps_ +
272 alpha * (avg_max_bitrate_kbps_ - incoming_bitrate_kbps) *
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 45 // Sets and gets the current alpha, alpha must be in [0, 1].
46 public abstract void setAlpha(float alpha);
50 // (current alpha) = (current alpha) * alpha
51 public abstract void multiplyAlpha(float alpha);
64 // Pushes the configuration state (matrix, and alpha) onto
76 // alpha, and clip). This call balances a previous call to save(), and is
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 47 // Sets and gets the current alpha, alpha must be in [0, 1].
48 public abstract void setAlpha(float alpha);
52 // (current alpha) = (current alpha) * alpha
53 public abstract void multiplyAlpha(float alpha);
66 // Pushes the configuration state (matrix, and alpha) onto
78 // alpha, and clip). This call balances a previous call to save(), and is
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FlashingResourcesParserTest.java 105 final String validInfoData = "require product=alpha|beta\n" +
139 final String validInfoData = "require product=alpha|beta";
145 assertTrue(reqBoards.contains("alpha"));
158 "require product=alpha|beta|gamma\n" +
173 assertEquals("alpha", products.get(0));
197 "require product=alpha|beta|gamma\n" +
205 assertEquals("1234", parser.getRequiredImageVersion("version-bootloader", "alpha"));
231 "require product=alpha|beta|gamma\n" +
241 assertEquals("5678", parser.getRequiredImageVersion("version-bootloader", "alpha"));
  /external/ImageMagick/MagickCore/
fx.c 727 blend_percentage.alpha=(MagickRealType) TransparentAlpha;
733 blend_percentage.alpha=geometry_info.psi;
739 blend_percentage.alpha=geometry_info.chi;
827 % permits saturation changes, hue rotation, luminance to alpha, and various
1284 alpha, local
2113 alpha, local
3040 alpha; local
3164 alpha; local
3458 alpha, local
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 84 public void setAlpha(float alpha) {
85 this.mAlpha = alpha;
86 mShape.setAlpha((int)((alpha * 255f) + .5f));
  /external/bison/m4/
fpieee.m4 29 # IEEE behaviour is the default on all CPUs except Alpha and SH
33 alpha*)
34 # On Alpha systems, a compiler option provides the behaviour.
  /external/cblas/src/
cblas_cgemm.c 14 const int K, const void *alpha, const void *A,
72 F77_cgemm(F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, alpha, A,
102 F77_cgemm(F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, alpha, B,
cblas_chemm.c 14 const void *alpha, const void *A, const int lda,
69 F77_chemm(F77_SD, F77_UL, &F77_M, &F77_N, alpha, A, &F77_lda,
99 F77_chemm(F77_SD, F77_UL, &F77_N, &F77_M, alpha, A,
cblas_cher.c 13 const int N, const float alpha, const void *X, const int incX
53 F77_cher(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda);
102 F77_cher(F77_UL, &F77_N, &alpha, x, &F77_incX, A, &F77_lda);
cblas_cherk.c 14 const float alpha, const void *A, const int lda,
68 F77_cherk(F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda,
98 F77_cherk(F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda,
cblas_chpr.c 13 const int N, const float alpha, const void *X,
52 F77_chpr(F77_UL, &F77_N, &alpha, X, &F77_incX, A);
101 F77_chpr(F77_UL, &F77_N, &alpha, x, &F77_incX, A);
cblas_csymm.c 14 const void *alpha, const void *A, const int lda,
69 F77_csymm(F77_SD, F77_UL, &F77_M, &F77_N, alpha, A, &F77_lda,
99 F77_csymm(F77_SD, F77_UL, &F77_N, &F77_M, alpha, A, &F77_lda,
cblas_csyr2k.c 14 const void *alpha, const void *A, const int lda,
72 F77_csyr2k(F77_UL, F77_TR, &F77_N, &F77_K, alpha, A, &F77_lda,
102 F77_csyr2k(F77_UL, F77_TR, &F77_N, &F77_K, alpha, A, &F77_lda, B, &F77_ldb, beta, C, &F77_ldc);
cblas_csyrk.c 14 const void *alpha, const void *A, const int lda,
70 F77_csyrk(F77_UL, F77_TR, &F77_N, &F77_K, alpha, A, &F77_lda,
100 F77_csyrk(F77_UL, F77_TR, &F77_N, &F77_K, alpha, A, &F77_lda,
cblas_dgemm.c 14 const int K, const double alpha, const double *A,
72 F77_dgemm(F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, &alpha, A,
102 F77_dgemm(F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, &alpha, B,
cblas_dsymm.c 14 const double alpha, const double *A, const int lda,
69 F77_dsymm(F77_SD, F77_UL, &F77_M, &F77_N, &alpha, A, &F77_lda,
99 F77_dsymm(F77_SD, F77_UL, &F77_N, &F77_M, &alpha, A, &F77_lda, B,
cblas_dsyr2k.c 14 const double alpha, const double *A, const int lda,
72 F77_dsyr2k(F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda,
102 F77_dsyr2k(F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda, B,

Completed in 337 milliseconds

<<21222324252627282930>>