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

<<31323334353637383940>>

  /external/ImageMagick/PerlMagick/t/reference/composite/
Xor.miff 2 class=DirectClass colors=0 alpha-trait=Undefined
  /external/ImageMagick/PerlMagick/t/reference/filter/
AdaptiveThreshold.miff 2 class=DirectClass colors=0 alpha-trait=Undefined
Segment.miff 2 class=PseudoClass colors=2 alpha-trait=Undefined
  /external/ImageMagick/PerlMagick/t/reference/read/
granite.miff 2 class=PseudoClass colors=16 alpha-trait=Undefined
input_tim.miff 2 class=PseudoClass colors=16 alpha-trait=Undefined
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
QRDecompositionImpl.java 127 * Let 2<x,v>/|v|^2 = alpha. From above we have
129 * alpha = -<x,v>/(a*qr[minor][minor])
133 double alpha = 0; local
135 alpha -= qrtCol[row] * qrtMinor[row];
137 alpha /= a * qrtMinor[minor];
139 // Subtract the column vector alpha*v from x.
141 qrtCol[row] -= alpha * qrtMinor[row];
205 double alpha = 0; local
207 alpha -= cachedQT.getEntry(col, row) * qrtMinor[row];
209 alpha /= rDiag[minor] * qrtMinor[minor]
378 final double[] alpha = new double[blockSize]; local
    [all...]
  /external/clang/test/Analysis/
casts.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
dynamic_type_check.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core.DynamicTypeChecker -verify %s
exercise-ps.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
func.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region -verify %s
nil-receiver-undefined-larger-than-voidptr-ret-region.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
taint-tester.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 46 const ResScalar& alpha, level3_blocking<RhsScalar,LhsScalar>& blocking)
52 ::run(size,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking);
63 const ResScalar& alpha, level3_blocking<LhsScalar,RhsScalar>& blocking)
111 (std::min)(size,i2), alpha, -1, -1, 0, 0);
114 sybb(_res+resStride*i2 + i2, resStride, blockA, blockB + actual_kc*i2, actual_mc, actual_kc, alpha);
120 actual_kc, (std::max)(Index(0), size-j2), alpha, -1, -1, 0, 0);
145 void operator()(ResScalar* _res, Index resStride, const LhsScalar* blockA, const RhsScalar* blockB, Index size, Index depth, const ResScalar& alpha)
161 gebp_kernel(res.getSubMapper(0, j), blockA, actual_b, j, depth, actualBlockSize, alpha,
169 gebp_kernel(ResMapper(buffer.data(), BlockSize), blockA+depth*i, actual_b, actualBlockSize, depth, actualBlockSize, alpha, local
185 depth, actualBlockSize, alpha, -1, -1, 0, 0)
    [all...]
  /external/eigen/blas/f2c/
dsbmv.c 16 alpha, doublereal *a, integer *lda, doublereal *x, integer *incx,
39 /* y := alpha*A*x + beta*y, */
41 /* where alpha and beta are scalars, x and y are n element vectors and */
70 /* ALPHA - DOUBLE PRECISION. */
71 /* On entry, ALPHA specifies the scalar alpha. */
198 if (*n == 0 || (*alpha == 0. && *beta == 1.)) {
254 if (*alpha == 0.) {
265 temp1 = *alpha * x[j];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2
    [all...]
ssbmv.c 15 /* Subroutine */ int ssbmv_(char *uplo, integer *n, integer *k, real *alpha,
39 /* y := alpha*A*x + beta*y, */
41 /* where alpha and beta are scalars, x and y are n element vectors and */
70 /* ALPHA - REAL . */
71 /* On entry, ALPHA specifies the scalar alpha. */
200 if (*n == 0 || (*alpha == 0.f && *beta == 1.f)) {
256 if (*alpha == 0.f) {
267 temp1 = *alpha * x[j];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2
    [all...]
  /external/eigen/demos/opengl/
camera.h 26 Frame lerp(float alpha, const Frame& other) const
28 return Frame((1.f-alpha)*position + alpha * other.position,
29 orientation.slerp(alpha,other.orientation));
  /external/libdrm/intel/tests/
gen7-2d-copy.batch-ref.txt 1 0x12300000: 0x54f08006: XY_SRC_COPY_BLT (rgb enabled, alpha enabled, src tile 1, dst tile 0)
  /external/libpng/contrib/pngminus/
pnm2png.c 55 BOOL alpha);
70 BOOL alpha = FALSE; local
83 alpha = TRUE;
88 fprintf (stderr, "Error: alpha-channel file %s does not exist\n",
146 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
157 /* close alpha file */
158 if (alpha)
182 " -a[lpha] <file>.pgm read PNG alpha channel as pgm-file\n");
191 BOOL alpha)
302 /* read header of PGM file with alpha channel *
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
tex-read-cuda.ll 14 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [%rd[[TEXREG]], {%r{{[0-9]+}}}]
16 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [%rd[[TEXREG]], {%r{{[0-9]+}}}]
33 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [tex0, {%r{{[0-9]+}}}]
34 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [%rd[[TEXHANDLE]], {%r{{[0-9]+}}}]
  /external/llvm/test/MC/ARM/
thumb_set.s 52 .type alpha,%function
53 alpha: label
58 .thumb_set beta, alpha
97 @ CHECK: Name: alpha
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
87 struct rc_pair_sub_instruction Alpha;
103 unsigned int rgb, unsigned int alpha,
  /external/opencv/cv/src/
cvaccum.cpp 120 CvSize size, dsttype alpha ), (src, srcstep, dst, dststep, size, alpha) )\
122 dsttype beta = (dsttype)(1 - alpha); \
131 dsttype t0 = dst[x]*beta + cvtmacro(src[x])*alpha; \
132 dsttype t1 = dst[x+1]*beta + cvtmacro(src[x+1])*alpha; \
135 t0 = dst[x + 2]*beta + cvtmacro(src[x + 2])*alpha; \
136 t1 = dst[x + 3]*beta + cvtmacro(src[x + 3])*alpha; \
141 dst[x] = dst[x]*beta + cvtmacro(src[x])*alpha; \
225 dsttype *dst, int dststep, CvSize size, dsttype alpha ), \
226 (src, srcstep, mask, maskstep, dst, dststep, size, alpha )) \
    [all...]
  /external/skia/include/utils/
SkShadowUtils.h 33 * @param ambientAlpha The maximum alpha of the ambient shadow.
34 * @param spotAlpha The maxium alpha of the spot shadow.
58 * @param ambientAlpha The maximum alpha of the ambient shadow.
59 * @param spotAlpha The maxium alpha of the spot shadow.
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 21 // omit the alpha and compare only the RGB values
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 60 // A8 treats alpha/opauqe the same (equally efficient)

Completed in 614 milliseconds

<<31323334353637383940>>