/external/chromium_org/third_party/widevine/cdm/ |
widevine_cdm_common.h | 15 // "alpha" is a temporary name until a convention is defined. 16 const char kWidevineKeySystem[] = "com.widevine.alpha";
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrixTriangular_MKL.h | 53 const Scalar* rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) \ 57 ::run(size,depth,lhs,lhsStride,rhs,rhsStride,res,resStride,alpha); \ 63 ::run(size,depth,lhs,lhsStride,rhs,rhsStride,res,resStride,alpha); \ 83 const EIGTYPE* rhs, Index rhsStride, EIGTYPE* res, Index resStride, EIGTYPE alpha) \ 92 assign_scalar_eig2mkl<MKLTYPE, EIGTYPE>(alpha_, alpha); \ 108 const EIGTYPE* rhs, Index rhsStride, EIGTYPE* res, Index resStride, EIGTYPE alpha) \ 118 /* assign_scalar_eig2mkl<MKLTYPE, EIGTYPE>(alpha_, alpha); */\ 120 alpha_ = alpha.real(); \
|
SelfadjointMatrixVector_MKL.h | 55 const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) { \ 61 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \ 64 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \ 82 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* res, EIGTYPE alpha) \ 92 assign_scalar_eig2mkl(alpha_, alpha); \
|
/external/eigen/bench/btl/data/ |
action_settings.txt | 4 axpby ; "{/*1.5 Y = alpha X + beta Y}" ; "vector size" ; 5:1000000 5 axpy ; "{/*1.5 Y += alpha X}" ; "vector size" ; 5:1000000
|
/external/eigen/blas/testing/ |
cblat3.dat | 11 3 NUMBER OF VALUES OF ALPHA 12 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
|
dblat3.dat | 11 3 NUMBER OF VALUES OF ALPHA 12 0.0 1.0 0.7 VALUES OF ALPHA
|
sblat3.dat | 11 3 NUMBER OF VALUES OF ALPHA 12 0.0 1.0 0.7 VALUES OF ALPHA
|
zblat3.dat | 11 3 NUMBER OF VALUES OF ALPHA 12 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.h | 29 * Alpha testing to LLVM IR translation. 54 LLVMValueRef alpha,
|
/external/openssl/crypto/bn/asm/ |
README | 13 For the DEC alpha, I also hand wrote the assember (except the division which 15 On the 2 alpha C compilers I had access to, it was not possible to do
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_FillRect.3 | 13 The color should be a pixel of the format used by the surface, and can be generated by the \fISDL_MapRGB\fR or \fISDL_MapRGBA\fR functions\&. If the color value contains an alpha value then the destination is simply "filled" with that alpha information, no blending takes place\&.
|
SDL_GLattr.3 | 16 Size of the framebuffer alpha component, in bits 40 Size of the accumulation buffer alpha component, in bits
|
SDL_MapRGBA.3 | 15 If the specified pixel format has no alpha component the alpha value will be ignored (as it will be in formats with a palette)\&.
|
SDL_PixelFormat.3 | 15 Uint8 alpha; 43 Overall surface alpha value 97 Uint8 red, green, blue, alpha; 124 /* Get Alpha component */ 125 temp=pixel&fmt->Amask; /* Isolate alpha component */ 128 alpha=(Uint8)temp; 131 ", red, green, blue, alpha);
|
SDL_VideoInfo.3 | 37 Are hardware to hardware alpha blits accelerated? 46 Are software to hardware alpha blits accelerated?
|
/external/skia/src/core/ |
SkBlitter.h | 30 /// zero-terminated run-length encoding of spans of constant alpha values. 33 /// Blit a vertical run of pixels with a constant alpha value. 34 virtual void blitV(int x, int y, int height, SkAlpha alpha); 37 /** Blit a rectangle with one alpha-blended column on the left, 38 width (zero or more) opaque pixels, and one alpha-blended column 98 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE; 120 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE; 147 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 115 * Returns the alpha value of this drawable's color. 125 * Sets the color's alpha value. 127 * @param alpha The alpha value to set, between 0 and 255. 129 public void setAlpha(int alpha) { 130 alpha += alpha >> 7; // make it 0..256 132 int useAlpha = baseAlpha * alpha >> 8;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserConstants.java | 23 int ALPHA = 11; 51 "<ALPHA>",
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.cpp | 24 SkMemoryStream* alpha = NULL; local 45 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 47 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 105 alpha = new SkMemoryStream(srcRect.width() * srcRect.height()); 107 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 133 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 134 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 175 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 176 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 204 SkSafeUnref(alpha); [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseDenseProduct.h | 153 static void run(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, typename Res::Scalar alpha) 163 res.coeffRef(j,c) = alpha * tmp; 177 static void run(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, typename Res::Scalar alpha) 183 typename Res::Scalar rhs_j = alpha * rhs.coeff(j,c); 199 static void run(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, typename Res::Scalar alpha) 205 res_j += (alpha*it.value()) * rhs.row(it.index()); 218 static void run(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, typename Res::Scalar alpha) 224 res.row(it.index()) += (alpha*it.value()) * rhs_j; 230 inline void sparse_time_dense_product(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) 232 sparse_time_dense_product_impl<SparseLhsType,DenseRhsType,DenseResType>::run(lhs, rhs, res, alpha); [all...] |
/external/skia/src/pdf/ |
SkPDFImage.cpp | 24 SkMemoryStream* alpha = NULL; local 45 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 47 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 105 alpha = new SkMemoryStream(srcRect.width() * srcRect.height()); 107 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 133 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 134 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 175 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height()); 176 uint8_t* alphaDst = (uint8_t*)alpha->getMemoryBase(); 204 SkSafeUnref(alpha); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
is_many.pass.cpp | 43 assert( (m[0] & F::alpha)); 57 assert(!(m[1] & F::alpha)); 71 assert( (m[2] & F::alpha)); 85 assert(!(m[3] & F::alpha)); 99 assert(!(m[4] & F::alpha)); 113 assert( (m[5] & F::alpha)); 127 assert(!(m[6] & F::alpha)); 152 assert(!(m[0] & F::alpha)); 166 assert(!(m[1] & F::alpha)); 180 assert( (m[2] & F::alpha)); [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
LightingColorFilterTest.java | 54 // alpha is ignored 61 // channels get clipped (no overflow into green or alpha) 74 // source alpha remains unchanged 84 assertEquals(Color.alpha(expected), Color.alpha(actual), TOLERANCE);
|
/external/ceres-solver/internal/ceres/ |
corrector.h | 54 // correction constant alpha is constrained to be smaller than 1, if 56 // residual and the correction. If alpha is equal to 1 will result 57 // in a divide by zero error. Thus we constrain alpha to be upper 68 // residuals *= sqrt(rho[1]) / (1 - alpha) 72 // sqrt(rho[1]) * alpha / sq_norm * residuals residuals' * jacobian.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_print.c | 346 inst->RGB.Opcode : inst->Alpha.Opcode, branch_depth); 359 if (inst->Alpha.Src[src].Used) { 363 rc_print_register(f, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, 0); 372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { 375 inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Index)); 421 if (inst->Alpha.Opcode != RC_OPCODE_NOP) { 422 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode); 427 fprintf(f, " %s%s", opcode->Name, inst->Alpha.Saturate ? "_SAT" : ""); 428 if (inst->Alpha.WriteMask [all...] |