HomeSort by relevance Sort by last modified time
    Searched refs:alpha (Results 226 - 250 of 2766) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libdrm/tests/util/
format.h 38 struct util_color_component alpha; member in struct:util_rgb_info
  /external/mesa3d/src/mesa/main/
accum.h 47 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
  /external/skia/src/effects/
SkOverdrawColorFilter.cpp 29 uint8_t alpha = (int)(pixels[i].a() * 255);
30 if (alpha >= kNumColors) {
31 alpha = kNumColors - 1;
33 pixels[i] = SkPM4f::FromPMColor(ctx->colors[alpha]);
  /external/skqp/src/effects/
SkOverdrawColorFilter.cpp 29 uint8_t alpha = (int)(pixels[i].a() * 255);
30 if (alpha >= kNumColors) {
31 alpha = kNumColors - 1;
33 pixels[i] = SkPM4f::FromPMColor(ctx->colors[alpha]);
  /external/tensorflow/tensorflow/contrib/nn/python/ops/
alpha_dropout.py 31 """Computes alpha dropout.
33 Alpha Dropout is a dropout that maintains the self-normalizing property. For
35 Alpha Dropout maintains the original mean and standard deviation of the input.
70 alpha = -1.7580993408473766
79 x = x * kept_idx + alpha * (1 - kept_idx)
82 a = (keep_prob + keep_prob * (1 - keep_prob) * alpha ** 2) ** -0.5
83 b = -a * alpha * (1 - keep_prob)
  /external/webp/src/dsp/
alpha_processing_sse41.c 24 uint8_t* alpha, int alpha_stride) {
25 // alpha_and stores an 'and' operation of all the alpha[] values. The final
26 // value is not 0xff if any of the alpha[] is not equal to 0xff.
33 // 'src[4 * width - 4]', because we don't know if alpha is the first or the
60 _mm_storeu_si128((__m128i*)&alpha[i], d0);
61 // accumulate sixteen alpha 'and' in parallel
67 alpha[i] = alpha_value;
71 alpha += alpha_stride;
73 // Combine the sixteen alpha 'and' into an 8-bit mask.
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.h 137 * Purpose: calculate pitch/codebook gain adaptation factor alpha
146 Word16 *alpha, /* o : gain adaptation factor, Q15 */
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteVolumeSlider.java 28 * Volume slider with showing, hiding, and applying alpha supports to the thumb.
56 int alpha = isEnabled() ? 0xFF : (int) (0xFF * mDisabledAlpha); local
59 // state. Apply the color filter and alpha on every state change.
62 mThumb.setAlpha(alpha);
66 getProgressDrawable().setAlpha(alpha);
97 if (Color.alpha(color) != 0xFF) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 28 // static const mask alpha = 1 << 5;
32 // static const mask alnum = alpha | digit;
49 assert(std::ctype_base::alpha);
59 & std::ctype_base::alpha
63 assert(std::ctype_base::alnum == (std::ctype_base::alpha | std::ctype_base::digit));
71 test(std::ctype_base::alpha);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-reloc-4.d 2 #name: alpha elf-reloc-4
4 .*: file format elf64-alpha.*
elf-reloc-5.d 2 #name: alpha elf-reloc-5
4 .*: file format elf64-alpha.*
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 144 static void walk_tiled_gemm(Func blasFunc, T_param alpha, T_param beta, int vecSize,
184 mEnd - mStart, nEnd - nStart, call->K, alpha,
196 float alpha = call->alpha.f; local
199 walk_tiled_gemm<float, float, FnPtr_cblas_sgemm>(cblas_sgemm, alpha, beta, 1, call, mtls);
207 double alpha = call->alpha.d; local
210 walk_tiled_gemm<double, double, FnPtr_cblas_dgemm>(cblas_dgemm, alpha, beta, 1, call, mtls);
218 void * alpha = (void *)&call->alpha.c local
229 void * alpha = (void *)&call->alpha.z; 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));
  /device/google/cuttlefish/shared/phone/
device.mk 26 ro.cdma.home.operator.alpha=Android \
28 ro.gsm.home.operator.alpha=Android \
31 gsm.sim.operator.alpha=Android \
  /device/google/cuttlefish/shared/tablet_3g/
device.mk 26 ro.cdma.home.operator.alpha=Android \
28 ro.gsm.home.operator.alpha=Android \
31 gsm.sim.operator.alpha=Android \
  /external/cblas/examples/
cblas_example1.c 13 double alpha, beta; local
24 alpha = 1;
60 cblas_dgemv( order, transa, m, n, alpha, a, lda, x, incx, beta,
  /external/cblas/src/
cblas_cgerc.c 13 const void *alpha, const void *X, const int incX,
36 F77_cgerc( &F77_M, &F77_N, alpha, X, &F77_incX, Y, &F77_incY, A,
75 F77_cgeru( &F77_N, &F77_M, alpha, y, &F77_incY, X, &F77_incX, A,
cblas_dgemv.c 13 const double alpha, const double *A, const int lda,
52 F77_dgemv(F77_TA, &F77_M, &F77_N, &alpha, A, &F77_lda, X, &F77_incX,
71 F77_dgemv(F77_TA, &F77_N, &F77_M, &alpha, A, &F77_lda, X,
cblas_dsbmv.c 14 const double alpha, const double *A, const int lda,
52 F77_dsbmv(F77_UL, &F77_N, &F77_K, &alpha, A, &F77_lda, X,
70 F77_dsbmv(F77_UL, &F77_N, &F77_K, &alpha,
cblas_dspmv.c 15 const double alpha, const double *AP,
51 F77_dspmv(F77_UL, &F77_N, &alpha, AP, X,
69 F77_dspmv(F77_UL, &F77_N, &alpha,
cblas_dspr2.c 11 const int N, const double alpha, const double *X,
48 F77_dspr2(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A);
65 F77_dspr2(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A);
cblas_dsymv.c 14 const double alpha, const double *A, const int lda,
51 F77_dsymv(F77_UL, &F77_N, &alpha, A, &F77_lda, X,
69 F77_dsymv(F77_UL, &F77_N, &alpha,
cblas_dsyr.c 13 const int N, const double alpha, const double *X,
49 F77_dsyr(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda);
66 F77_dsyr(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda);
cblas_dsyr2.c 13 const int N, const double alpha, const double *X,
52 F77_dsyr2(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A,
70 F77_dsyr2(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A,
cblas_sgemv.c 13 const float alpha, const float *A, const int lda,
52 F77_sgemv(F77_TA, &F77_M, &F77_N, &alpha, A, &F77_lda, X, &F77_incX,
71 F77_sgemv(F77_TA, &F77_N, &F77_M, &alpha, A, &F77_lda, X,

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>