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

<<21222324252627282930>>

  /external/cblas/testing/
din3 10 3 NUMBER OF VALUES OF ALPHA
11 0.0 1.0 0.7 VALUES OF ALPHA
sin3 10 3 NUMBER OF VALUES OF ALPHA
11 0.0 1.0 0.7 VALUES OF ALPHA
zin3 10 3 NUMBER OF VALUES OF ALPHA
11 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
  /external/clang/test/Analysis/
index-type.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,alpha.security.ArrayBoundV2 -verify %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,alpha.security.ArrayBoundV2 -DM32 -verify %s
  /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/iproute2/man/man8/
tc-pie.8 13 .B alpha
46 alpha and beta are statically chosen parameters chosen to control the drop probability
47 growth and are determined through control theoretic approaches. alpha determines how
68 .SS alpha
70 alpha and beta are parameters chosen to control the drop probability. These
94 qdisc pie 8034: dev eth0 root refcnt 2 limit 200p target 19000us tupdate 29000us alpha 2 beta 20
102 qdisc pie 8036: dev eth0 root refcnt 2 limit 200p target 19000 tupdate 29000 alpha 2 beta 20 ecn
111 qdisc pie 8036: dev eth0 root refcnt 2 limit 200p target 19000 tupdate 29000 alpha 2 beta 20 ecn
  /external/jsoncpp/test/jsonchecker/
pass1.json 23 "alpha": "abcdefghijklmnopqrstuvwyz",
24 "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.h 29 * Alpha testing to LLVM IR translation.
54 LLVMValueRef alpha,
  /external/pdfium/third_party/libtiff/
0002-CVE-2015-8665-8683.patch 61 - if (img->alpha == EXTRASAMPLE_ASSOCALPHA)
62 + if (img->alpha == EXTRASAMPLE_ASSOCALPHA &&
65 - else if (img->alpha == EXTRASAMPLE_UNASSALPHA)
66 + else if (img->alpha == EXTRASAMPLE_UNASSALPHA &&
77 - if (img->alpha == EXTRASAMPLE_ASSOCALPHA)
78 + if (img->alpha == EXTRASAMPLE_ASSOCALPHA &&
84 - else if (img->alpha == EXTRASAMPLE_UNASSALPHA)
85 + else if (img->alpha == EXTRASAMPLE_UNASSALPHA &&
  /external/protobuf/ruby/
README.md 19 The `--pre` flag is necessary if we have not yet made a non-alpha/beta release
21 alpha/beta versions.
98 ("upload version") to the version. We also format alphabetical tags (alpha,
101 * First, we determine the prefix: a Protocol Buffers version "3.0.0-alpha-2"
102 becomes "3.0.0.alpha.2". When we release 3.0.0, this prefix will be simply
104 * We then append the upload version: "3.0.0.alpha.2.0" or "3.0.0.0". If we need
106 "3.0.0.alpha.2.1" or "3.0.0.1".
108 "3.0.0.alpha.3.0.pre". The prerelease tag comes at the end so that when
  /external/skia/include/gpu/effects/
GrBlurredEdgeFragmentProcessor.h 21 * The a value represents the max final alpha.
24 * blur function, and r the max final alpha.
  /external/squashfs-tools/RELEASE-READMEs/
README-2.0-AMD64 4 All previous releases of Squashfs (2.0-alpha and older) generate incorrect
16 (i.e. a 2.0-alpha or older patch) and running the SquashFS 2.0
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaSelectionDAGInfo.cpp 1 //===-- AlphaSelectionDAGInfo.cpp - Alpha SelectionDAG Info ---------------===//
14 #define DEBUG_TYPE "alpha-selectiondag-info"
AlphaSelectionDAGInfo.h 1 //===-- AlphaSelectionDAGInfo.h - Alpha SelectionDAG Info -------*- C++ -*-===//
10 // This file defines the Alpha subclass for TargetSelectionDAGInfo.
Makefile 1 ##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===##
12 TARGET = Alpha
  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
cmov.ll 1 ; RUN: llc < %s -march=alpha | not grep cmovlt
2 ; RUN: llc < %s -march=alpha | grep cmoveq
  /frameworks/base/core/res/res/anim/
lock_screen_behind_enter_fade_in.xml 18 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
26 </alpha
  /frameworks/base/core/res/res/color/
hint_foreground_material_dark.xml 20 android:alpha="@dimen/hint_pressed_alpha_material_dark"
22 <item android:alpha="@dimen/hint_alpha_material_dark"
hint_foreground_material_light.xml 20 android:alpha="@dimen/hint_pressed_alpha_material_light"
22 <item android:alpha="@dimen/hint_alpha_material_light"
primary_text_inverse_when_activated_material.xml 22 android:alpha="?attr/disabledAlpha" />
26 android:alpha="?attr/disabledAlpha" />
secondary_text_inverse_when_activated_material.xml 22 android:alpha="?attr/disabledAlpha" />
26 android:alpha="?attr/disabledAlpha" />

Completed in 607 milliseconds

<<21222324252627282930>>