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

<<41424344454647484950>>

  /prebuilts/misc/windows/sdl2/include/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
  /toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.h 1 /* This file is tc-alpha.h
31 #define ELF_TARGET_FORMAT "elf64-alpha-freebsd"
34 #define ELF_TARGET_FORMAT "elf64-alpha"
42 ? "vms-alpha" \
64 #define md_convert_frag(b,s,f) as_fatal ("alpha convert_frag\n")
  /toolchain/binutils/binutils-2.25/include/nlm/
ChangeLog 7 * alpha-ext.h: Update copyright notice to use GPLv3.
19 alpha-ext.h, common.h, external.h, i386-ext.h, internal.h,
68 * alpha-ext.h: New file describing formats of information in Alpha
70 * common.h: Define some non-external Alpha information.
common.h 87 /* Alpha information. This should probably be in a separate Alpha
88 header file, but it can't go in alpha-ext.h because some of it is
91 /* Magic number in Alpha prefix header. */
94 /* The r_type field in an Alpha reloc is one of the following values. */
  /external/llvm/test/Transforms/LoopReroll/
basic.ll 143 ; void goo(float alpha, float *a, float *b) {
145 ; a[i] += alpha * b[i];
146 ; a[i + 1] += alpha * b[i + 1];
147 ; a[i + 2] += alpha * b[i + 2];
148 ; a[i + 3] += alpha * b[i + 3];
149 ; a[i + 4] += alpha * b[i + 4];
154 define void @goo(float %alpha, float* nocapture %a, float* nocapture readonly %b) #0 {
162 %mul = fmul float %0, %alpha
170 %mul6 = fmul float %3, %alpha
178 %mul14 = fmul float %6, %alpha
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 80 int16_t Alpha_hi, Alpha_low, Alpha_exp; /* Prediction gain Alpha in high precision
120 /* Alpha = R[0] * (1-K^2) */
131 /* Calculate Alpha in Q31 */
135 /* Normalize Alpha and put it in hi and low format */
168 /* K = -temp1W32 / Alpha */
170 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */
177 /* Use the Alpha shifts from earlier to denormalize */
230 /* Alpha = Alpha * (1-K^2) */
241 /* Calculate Alpha = Alpha * (1-K^2) in Q31 *
711 int16_t alpha=328; \/\/0.01 in Q15 local
761 int16_t alpha=328; \/\/0.01 in Q15 local
    [all...]
  /external/skia/src/codec/
SkBmpCodec.cpp 364 // V3+ bmp files introduce an alpha mask and allow the creator of the image
365 // to use the alpha channels. However, many of these images leave the
366 // alpha channel blank and expect to be rendered as opaque. This is the
367 // case for almost all V3 images, so we ignore the alpha mask. For V4+
368 // images in kMask mode, we will use the alpha mask. Additionally, V3
369 // bmp-in-ico expect us to use the alpha mask.
371 // skbug.com/4116: We should perhaps also apply the alpha mask in kStandard
378 inputMasks.alpha = get_int(iBuffer.get(), 48);
432 // alpha as kBinary if the BMP is contained in an ICO.
434 SkEncodedInfo::Alpha alpha = inIco ? SkEncodedInfo::kBinary_Alpha local
529 SkEncodedInfo::Alpha alpha; local
    [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 136 * When there is no coverage, or the blend mode can tweak alpha for coverage, we use the standard
556 uint8_t alpha() const { return fAlpha; }
559 PDLCDXferProcessor(GrColor blendConstant, uint8_t alpha);
598 const char* alpha;
600 kDefault_GrSLPrecision, "alpha", &alpha);
602 // We want to force our primary output to be alpha * Coverage, where alpha is the alpha
607 fragBuilder->codeAppendf("%s = %s * %s;", args.fOutputPrimary, alpha, args.fInputCoverage)
    [all...]
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 49 int bgAlpha = Color.alpha(background);
50 int fgAlpha = Color.alpha(foreground);
92 if (Color.alpha(background) != 255) {
96 if (Color.alpha(foreground) < 255) {
109 * Calculates the minimum alpha value which can be applied to {@code foreground} so that would
116 * @return the alpha value in the range 0-255, or -1 if no value could be calculated
120 if (Color.alpha(background) != 255) {
218 * @param color the ARGB color to convert. The alpha component is ignored
293 * Set the alpha component of {@code color} to be {@code alpha}
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java 48 int bgAlpha = Color.alpha(background);
49 int fgAlpha = Color.alpha(foreground);
91 if (Color.alpha(background) != 255) {
95 if (Color.alpha(foreground) < 255) {
108 * Calculates the minimum alpha value which can be applied to {@code foreground} so that would
115 * @return the alpha value in the range 0-255, or -1 if no value could be calculated
119 if (Color.alpha(background) != 255) {
217 * @param color the ARGB color to convert. The alpha component is ignored
292 * Set the alpha component of {@code color} to be {@code alpha}
    [all...]
  /bootable/recovery/minui/include/minui/
minui.h 103 // screen with gr_blit(). An "alpha" surface is a grayscale image
104 // interpreted as an alpha mask used to render text in the current
119 // Load a single alpha surface from a grayscale PNG image.
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java 61 // check blur zone, color should remain, alpha varies
82 assertEquals(Color.alpha(expected), Color.alpha(actual), alphaTolerance);
LightingColorFilterTest.java 64 // alpha is ignored
71 // channels get clipped (no overflow into green or alpha)
84 // source alpha remains unchanged
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 49 private void drawOriginalRects(Canvas canvas, int alpha) {
52 mPaint.setAlpha(alpha);
55 mPaint.setAlpha(alpha);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BiDiagonalTransformer.java 110 double alpha = 0; local
112 alpha -= cachedU.getEntry(i, j) * householderVectors[i][k - diagOffset];
114 alpha /= diagonal[k - diagOffset] * hK[k - diagOffset];
117 cachedU.addToEntry(i, j, -alpha * householderVectors[i][k - diagOffset]);
275 double alpha = 0; local
278 alpha -= hI[j] * hI[k];
280 alpha /= a * householderVectors[k][k];
283 hI[j] -= alpha * hI[k];
340 double alpha = 0; local
342 alpha -= hI[j] * hK[j]
    [all...]
  /external/bison/
README-release 37 # "TYPE" must be stable, beta or alpha
43 of gnu_ftp_host-{alpha,beta,stable}.
94 * After each non-alpha release, run
  /external/cblas/src/
cblas_cher2.c 13 const int N, const void *alpha, const void *X, const int incX,
55 F77_cher2(F77_UL, &F77_N, alpha, X, &F77_incX,
135 F77_cher2(F77_UL, &F77_N, alpha, y, &F77_incY, x,
cblas_chpr2.c 13 const int N,const void *alpha, const void *X,
55 F77_chpr2(F77_UL, &F77_N, alpha, X, &F77_incX, Y, &F77_incY, Ap);
134 F77_chpr2(F77_UL, &F77_N, alpha, y, &F77_incY, x, &F77_incX, Ap);
cblas_ctrmm.c 15 const void *alpha, const void *A, const int lda,
86 F77_ctrmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, alpha, A, &F77_lda, B, &F77_ldb);
138 F77_ctrmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, alpha, A, &F77_lda, B, &F77_ldb);
cblas_ctrsm.c 15 const void *alpha, const void *A, const int lda,
93 F77_ctrsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, alpha, A,
148 F77_ctrsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, alpha, A,
cblas_dtrmm.c 15 const double alpha, const double *A, const int lda,
91 F77_dtrmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha, A, &F77_lda, B, &F77_ldb);
142 F77_dtrmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A, &F77_lda, B, &F77_ldb);
cblas_dtrsm.c 15 const double alpha, const double *A, const int lda,
92 F77_dtrsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha,
146 F77_dtrsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A,
cblas_strmm.c 15 const float alpha, const float *A, const int lda,
91 F77_strmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha, A, &F77_lda, B, &F77_ldb);
141 F77_strmm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A,
cblas_strsm.c 15 const float alpha, const float *A, const int lda,
89 F77_strsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha, A, &F77_lda, B, &F77_ldb);
137 F77_strsm(F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A, &F77_lda, B, &F77_ldb);

Completed in 545 milliseconds

<<41424344454647484950>>