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

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
alpha.exp 1 # Expect script for ld-alpha tests
22 # Test Alpha ELF linking; all types of relocs. This tests the
25 if { !([istarget "alpha*-*-elf*"]
26 || [istarget "alpha*-*-linux*"]) } {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group9a.d 5 #notarget: alpha-*-* hppa64-*-* i370-*-* i860-*-* ia64-*-* mep-*-* mn10200-*-*
  /tools/test/connectivity/acts/framework/
README 1 This package includes the Android Comms Testing Suite (ACTS) alpha release
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 93 * significance level <code>alpha</code>. Returns true iff the null hypothesis can be rejected
94 * with 100 * (1 - alpha) percent confidence.
108 * <li> <code> 0 < alpha < 0.5 </code>
115 * @param alpha significance level of the test
117 * 1 - alpha
121 boolean chiSquareTest(double[] expected, long[] observed, double alpha)
188 * with significance level <code>alpha</code>. Returns true iff the null hypothesis can be rejected
189 * with 100 * (1 - alpha) percent confidence.
213 * @param alpha significance level of the test
215 * 1 - alpha
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 35 Scalar alpha);
44 Scalar alpha)
63 Scalar cjAlpha = ConjugateRhs ? numext::conj(alpha) : alpha;
135 res[j] += alpha * (t2 + predux(ptmp2));
136 res[j+1] += alpha * (t3 + predux(ptmp3));
150 res[j] += alpha * t2;
178 static void run(Dest& dest, const Lhs &a_lhs, const Rhs &a_rhs, const Scalar& alpha)
189 Scalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(a_lhs)
247 static void run(Dest& dest, const Lhs &a_lhs, const Rhs &a_rhs, const Scalar& alpha)
    [all...]
  /external/skia/src/images/
SkPNGImageEncoder.cpp 118 /* Pack palette[] with the corresponding colors, and if the image has alpha, also
140 uint8_t alpha = SkGetPackedA32(colors[i]); local
141 if (0xFF != alpha) {
142 alphas[numWithAlpha] = alpha;
165 uint8_t alpha = SkGetPackedA32(colors[i]); local
166 if (0xFF == alpha) {
225 sig_bit.alpha = 16;
233 sig_bit.alpha = 8;
246 sig_bit.alpha = 8;
253 sig_bit.alpha = 4
    [all...]
  /external/webp/src/dec/
alpha_dec.c 10 // Alpha-plane decompression.
26 // Allocates a new alpha decoder instance.
32 // Clears and deallocates an alpha decoder instance.
44 // Initialize alpha decoding by parsing the alpha header and decoding the image
45 // header for alpha data stored using lossless compression.
46 // Returns false in case of error in alpha header (data too short, invalid
106 // Decodes, unfilters and dequantizes *at least* 'num_rows' rows of alpha
198 // if we allowed use of alpha dithering, check whether it's needed at all
214 uint8_t* const alpha = dec->alpha_plane_ + io->crop_top * widt local
    [all...]
  /cts/hostsidetests/theme/src/android/theme/cts/
ColorUtils.java 33 * Performs alpha blending of two colors using Porter-Duff SRC_OVER.
52 * Return a color-int from alpha, red, green, blue components.
57 * @param alpha Alpha component \([0..255]\) of the color
62 public static int argb(int alpha, int red, int green, int blue) {
63 return (alpha << 24) | (red << 16) | (green << 8) | blue;
67 * Return the alpha component of a color int. This is the same as saying
101 * @param color the ARGB color to convert. The alpha component is ignored
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 134 final int alpha = 128; local
136 p.setAlpha(alpha);
138 verifyBitmapWithAlpha(expected, bitmap, alpha);
146 verifyBitmapWithAlpha(expected, bitmap, alpha);
149 private void verifyBitmapWithAlpha(Bitmap expected, Bitmap bitmap, int alpha) {
159 int expectedAlpha = Color.alpha(expectedPixel);
160 int actualAlpha = Color.alpha(actualPixel);
164 assertEquals(expectedAlpha * alpha / ALPHA_OPAQUE, actualAlpha, 1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
layered_filter_f32_helper.rsh 98 result.alpha += weight;
106 float factor = 1.0f / result.alpha;
110 result.alpha = 1.0f;
146 fuzzy.alpha = 1.0f;
182 result.alpha += weight;
190 float fac = 1.0f / result.alpha;
194 result.alpha = 1.0f;
224 p->alpha = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ProxyDrawable.java 87 public void setAlpha(int alpha) {
89 mProxy.setAlpha(alpha);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_pass1.py 28 "alpha": "abcdefghijklmnopqrstuvwyz",
29 "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_pass1.py 28 "alpha": "abcdefghijklmnopqrstuvwyz",
29 "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
WeibullDistribution.java 53 * @param alpha The new shape parameter value.
57 void setShape(double alpha);
  /external/cblas/testing/
din2 14 3 NUMBER OF VALUES OF ALPHA
15 0.0 1.0 0.7 VALUES OF ALPHA
sin2 14 3 NUMBER OF VALUES OF ALPHA
15 0.0 1.0 0.7 VALUES OF ALPHA
  /external/eigen/blas/testing/
dblat2.dat 15 3 NUMBER OF VALUES OF ALPHA
16 0.0 1.0 0.7 VALUES OF ALPHA
sblat2.dat 15 3 NUMBER OF VALUES OF ALPHA
16 0.0 1.0 0.7 VALUES OF ALPHA
  /external/elfutils/backends/
alpha_init.c 1 /* Initialization of Alpha specific backend library.
53 eh->name = "Alpha";
  /external/fec/
gen_ccsds_tal.c 1 /* Conversion lookup tables from conventional alpha to Berlekamp's
21 /* Generate conversion lookup tables between conventional alpha representation
  /external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java 24 * Bitmaps decoded from image formats that support and/or use alpha (some types of PNGs, GIFs etc) should
26 * decoded from formats that don't support or use alpha should return
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 89 boolean alpha)
103 if(alpha)
191 LLVMValueRef alpha,
209 if (rgb != alpha) {
211 alpha, swizzled_rgb);
309 LLVMValueRef alpha; local
311 alpha = lp_build_blend(&bld.base,
324 alpha,
  /external/mesa3d/src/mesa/main/
accum.h 50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
  /external/opencv/cvaux/src/
cvlevmar.cpp 149 double alpha; local
153 alpha = 0.001;
182 /* Solve normal equation for given alpha and Jacobian */
185 /* Increase diagonal elements by alpha */
190 cvmSet(matrJtJN,i,i,(1+alpha)*val);
214 alpha /= 10;
220 alpha *= 10;
224 /* new value of X and alpha were accepted */
enmin.cpp 96 // between two labels ( alpha and beta )
97 // alpha - label number one
99 inline int vFunc( int alpha, int beta )
101 if( alpha == beta )
171 // alpha - label number one for doing exchange
183 int alpha,
209 if( corr[i] == alpha || corr[i] == beta ) {
216 ( ( Vertex* )newVtxPtr ) -> coord = -2; /* adding alpha vertex */
231 /* adding edge oriented from alpha vertex to current vertex */
236 alpha,
    [all...]

Completed in 3201 milliseconds

<<41424344454647484950>>