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

<<21222324252627282930>>

  /external/clang/test/Analysis/
PR24184.cpp 1 // RUN: %clang_cc1 -w -analyze -analyzer-eagerly-assume -fcxx-exceptions -analyzer-checker=core -analyzer-checker=alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 64 -verify %s
2 // RUN: %clang_cc1 -w -analyze -analyzer-checker=core -analyzer-checker=cplusplus -fcxx-exceptions -analyzer-checker alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 63 -verify %s
chroot.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.unix.Chroot -analyzer-store region -verify %s
misc-ps-region-store-i386.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
misc-ps-region-store-x86_64.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
no-exit-cfg.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
rdar-6600344-nil-receiver-undefined-struct-ret.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
rdar-7168531.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s
return-ptr-range.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.ReturnPtrRange -verify %s
taint-tester.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
  /external/eigen/blas/f2c/
dspmv.c 15 /* Subroutine */ int dspmv_(char *uplo, integer *n, doublereal *alpha,
38 /* y := alpha*A*x + beta*y, */
40 /* where alpha and beta are scalars, x and y are n element vectors and */
64 /* ALPHA - DOUBLE PRECISION. */
65 /* On entry, ALPHA specifies the scalar alpha. */
157 if (*n == 0 || (*alpha == 0. && *beta == 1.)) {
213 if (*alpha == 0.) {
224 temp1 = *alpha * x[j];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2
    [all...]
sspmv.c 15 /* Subroutine */ int sspmv_(char *uplo, integer *n, real *alpha, real *ap,
38 /* y := alpha*A*x + beta*y, */
40 /* where alpha and beta are scalars, x and y are n element vectors and */
64 /* ALPHA - REAL . */
65 /* On entry, ALPHA specifies the scalar alpha. */
157 if (*n == 0 || (*alpha == 0.f && *beta == 1.f)) {
213 if (*alpha == 0.f) {
224 temp1 = *alpha * x[j];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2
    [all...]
  /external/kernel-headers/original/uapi/linux/
devlink.h 85 * max_quota = alpha / (1 + alpha) * Free_Buffer
89 * for computation of alpha by following formula:
90 * alpha = 2 ^ (passed_value - 10)
  /external/libpng/
pngread.c 617 * image has alpha or transparency, and png_handle_alpha()[*] has been
629 * alpha channel or a transparency chunk, you must provide a buffer for
681 /* Read the entire image. If the image has an alpha channel or a tRNS
2466 png_uint_32 alpha = 51 * a; local
3002 unsigned int alpha = *inrow++; local
3030 png_byte alpha = *inrow++; local
3054 unsigned int alpha = inrow[3]; local
3317 png_byte alpha = inrow[channels]; local
3474 png_byte alpha = inrow[1]; local
3519 png_byte alpha = inrow[1]; local
3614 png_uint_16 alpha = inrow[1]; local
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 36 GLubyte alpha, blue, green, red; member in struct:__anon27950
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon27951
46 GLubyte blue, green, red, alpha;
  /external/openssh/openbsd-compat/
charclass.h 17 { "alpha", isalpha },
  /external/pdfium/third_party/libpng16/
pngread.c 617 * image has alpha or transparency, and png_handle_alpha()[*] has been
629 * alpha channel or a transparency chunk, you must provide a buffer for
681 /* Read the entire image. If the image has an alpha channel or a tRNS
2467 png_uint_32 alpha = 51 * a; local
3003 unsigned int alpha = *inrow++; local
3031 png_byte alpha = *inrow++; local
3055 unsigned int alpha = inrow[3]; local
3318 png_byte alpha = inrow[channels]; local
3476 png_byte alpha = inrow[1]; local
3521 png_byte alpha = inrow[1]; local
3616 png_uint_16 alpha = inrow[1]; local
    [all...]
  /external/protobuf/js/
package.json 3 "version": "3.0.0-alpha.6",
  /external/protobuf/ruby/
Gemfile.lock 4 google-protobuf (3.0.0.alpha.5.0.5)
  /external/skia/include/effects/
SkColorMatrixFilter.h 19 * [0..255]. The alpha components of the mul and add arguments
  /external/skia/src/codec/
SkMasks.cpp 135 masks.alpha &= (1 << bitsPerPixel) - 1;
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
149 const MaskInfo alpha = process_mask(masks.alpha, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
160 , fAlpha(alpha)
  /external/skia/src/gpu/
GrSWMaskHelper.h 53 void drawRect(const SkRect& rect, SkRegion::Op op, GrAA, uint8_t alpha);
56 void drawShape(const GrShape&, SkRegion::Op op, GrAA, uint8_t alpha);
64 void clear(uint8_t alpha) {
65 fPixels.erase(SkColorSetARGB(alpha, 0xFF, 0xFF, 0xFF));
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 21 // In this file, variations for alpha and non alpha versions are implemented
165 // by alpha when has_alpha is true.
172 const __m128i& alpha) {
177 // Multiply by alpha.
178 *pixels = _mm_mullo_epi16(*pixels, alpha);
191 // @param alpha when has_alpha is true, scale all resulting components by this
194 // ((Aa2 * (16 - x1) + Aa3 * x1) * alpha, ...,
195 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true)
206 const __m128i& alpha) {
421 __m128i alpha = _mm_setzero_si128(); local
604 __m128i alpha; local
    [all...]
  /external/skia/third_party/libpng/
pngread.c 614 * image has alpha or transparency, and png_handle_alpha()[*] has been
626 * alpha channel or a transparency chunk, you must provide a buffer for
678 /* Read the entire image. If the image has an alpha channel or a tRNS
2457 png_uint_32 alpha = 51 * a; local
2993 unsigned int alpha = *inrow++; local
3021 png_byte alpha = *inrow++; local
3045 unsigned int alpha = inrow[3]; local
3308 png_byte alpha = inrow[channels]; local
3466 png_byte alpha = inrow[1]; local
3511 png_byte alpha = inrow[1]; local
3606 png_uint_16 alpha = inrow[1]; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaBranchSelector.cpp 15 #include "Alpha.h"
30 return "Alpha Branch Selection";
51 if (MBBI->getOpcode() == Alpha::COND_BRANCH_I ||
52 MBBI->getOpcode() == Alpha::COND_BRANCH_F) {
  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
2006-11-01-vastart.ll 1 ; RUN: llc < %s -march=alpha

Completed in 336 milliseconds

<<21222324252627282930>>