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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf64alpha.sh 6 OUTPUT_FORMAT="elf64-alpha"
11 ARCH=alpha
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
tlsbin.sd 7 #target: alpha*-*-*
9 .*: +file format elf64-alpha
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
stab.d 5 #notarget: "ia64-*-*" "alpha*"
7 # Disabled on alpha because the entry point may be above 4GB but the stabs
  /external/webp/src/enc/
picture_tools_enc.c 10 // WebPPicture tools: alpha handling, etc.
146 #define BLEND(V0, V1, ALPHA) \
147 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 16)
148 #define BLEND_10BIT(V0, V1, ALPHA) \
149 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 18)
170 const int alpha = a_ptr[x]; local
171 if (alpha < 0xff) {
182 // Average four alpha values into a single blending weight
184 const int alpha = local
191 const int alpha = 2 * (a_ptr[2 * x + 0] + a_ptr2[2 * x + 0]); local
203 const int alpha = (argb[x] >> 24) & 0xff; local
    [all...]
  /external/cblas/testing/
c_dblas1.c 16 void F77_daxpy(const int *N, const double *alpha, const double *X,
19 cblas_daxpy(*N, *alpha, X, *incX, Y, *incY);
55 void F77_dscal(const int *N, const double *alpha, double *X,
58 cblas_dscal(*N, *alpha, X, *incX);
c_sblas1.c 16 void F77_saxpy(const int *N, const float *alpha, const float *X,
19 cblas_saxpy(*N, *alpha, X, *incX, Y, *incY);
64 void F77_sscal(const int *N, const float *alpha, float *X,
67 cblas_sscal(*N, *alpha, X, *incX);
  /external/clang/test/Analysis/
elementtype.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region %s
null-deref-ps-region.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -std=gnu99 -analyzer-store=region -verify %s
override-werror.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -verify
redefined_system.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx,unix,core,alpha.security.taint -w -verify %s
  /external/clang/test/CodeGenCXX/
2007-04-10-PackedUnion.cpp 11 float alpha; member in struct:ABCS
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
ctor_double_double.pass.cpp 15 // explicit gamma_distribution(result_type alpha = 0, result_type beta = 1);
25 assert(d.alpha() == 1);
31 assert(d.alpha() == 14.5);
37 assert(d.alpha() == 14.5);
  /external/llvm/test/CodeGen/X86/
2008-02-05-ISelCrash.ll 6 define fastcc i32 @ab(i32 %alpha, i32 %beta) nounwind {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 32 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
54 inst->U.P.Alpha.Src[i].Used = 0;
57 mark_used(inst, &inst->U.P.Alpha);
60 mark_used_presub(&inst->U.P.Alpha);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
Alpha.h 1 //===-- Alpha.h - Top-level interface for Alpha representation --*- C++ -*-===//
11 // Alpha back-end.
22 namespace Alpha {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.h 1 //===-- AlphaMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
10 // This file provides Alpha specific target descriptions.
26 // Defines symbolic names for Alpha registers. This defines a mapping from
32 // Defines symbolic names for the Alpha instructions.
  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
2006-01-26-VaargBreak.ll 2 ; RUN: llc < %s -march=alpha
bic.ll 2 ; RUN: llc < %s -march=alpha | grep {bic}
call_adj.ll 2 ;RUN: llc < %s -march=alpha
ctlz_e.ll 2 ; RUN: llc < %s -march=alpha | not grep -i ctpop
eqv.ll 2 ; RUN: llc < %s -march=alpha | grep eqv
ornot.ll 2 ; RUN: llc < %s -march=alpha | grep ornot
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2008-02-05-ISelCrash.ll 6 define fastcc i32 @ab(i32 %alpha, i32 %beta) nounwind {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 190 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 0f),
191 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 0f),
192 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 0f),
193 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 0f),
194 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f));
211 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 1f),
212 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 1f),
213 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 1f),
214 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 1f),
215 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 1f))
    [all...]
  /packages/apps/ManagedProvisioning/res/anim/
text_scene_1_animation.xml 24 android:propertyName="alpha"
31 android:propertyName="alpha"
38 android:propertyName="alpha"
45 android:propertyName="alpha"

Completed in 1118 milliseconds

<<11121314151617181920>>