HomeSort by relevance Sort by last modified time
    Searched refs:alpha (Results 51 - 75 of 2766) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/strace/tests/
umount2.test 8 alpha|ia64) syscall=umount ;;
  /external/strace/tests-m32/
umount.test 8 alpha) syscall=oldumount ;;
umount2.test 8 alpha|ia64) syscall=umount ;;
  /external/strace/tests-mx32/
umount.test 8 alpha) syscall=oldumount ;;
umount2.test 8 alpha|ia64) syscall=umount ;;
  /frameworks/ml/nn/runtime/test/specs/V1_0/
local_response_norm_float_1.mod.py 5 alpha = Float32Scalar("alpha", 4.) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)
local_response_norm_float_2.mod.py 5 alpha = Float32Scalar("alpha", 1.) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)
local_response_norm_float_3.mod.py 5 alpha = Float32Scalar("alpha", 4.) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)
local_response_norm_float_4.mod.py 5 alpha = Float32Scalar("alpha", 4.) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
auto-align-1.d 2 #name: alpha auto-align-1
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
param_ctor.pass.cpp 27 assert(p.alpha() == 1);
34 assert(p.alpha() == 10);
41 assert(p.alpha() == 10);
ctor_param.pass.cpp 27 assert(d.alpha() == 0.25);
  /external/skia/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 32 int alpha; local
33 sscanf(commands[1].c_str(), "%d", &alpha);
35 request->fDebugCanvas->setClipVizColor(SkColorSetARGB(alpha, 0, 0, 0));
  /external/skqp/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 32 int alpha; local
33 sscanf(commands[1].c_str(), "%d", &alpha);
35 request->fDebugCanvas->setClipVizColor(SkColorSetARGB(alpha, 0, 0, 0));
  /frameworks/base/tests/Internal/src/com/android/internal/graphics/
ColorUtilsTest.java 32 int alpha = ColorUtils.calculateMinimumBackgroundAlpha(Color.WHITE, Color.BLACK, 4.5f); local
33 assertTrue("Alpha doesn't need to be 255 to satisfy contrast", alpha < 255);
35 int worstCase = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, alpha/255f);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
param_ctor.pass.cpp 27 assert(p.alpha() == 1);
34 assert(p.alpha() == 10);
41 assert(p.alpha() == 10);
ctor_param.pass.cpp 27 assert(d.alpha() == 0.25);
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
dirichlet_test.py 48 alpha = np.random.rand(3)
49 dist = dirichlet_lib.Dirichlet(alpha)
57 alpha = np.random.rand(3, 2, 2)
58 dist = dirichlet_lib.Dirichlet(alpha)
65 alpha = [[1., 2, 3]]
67 dist = dirichlet_lib.Dirichlet(alpha)
69 self.assertAllClose(alpha, dist.concentration.eval())
72 alpha = [[1., 2, 3]]
74 dist = dirichlet_lib.Dirichlet(alpha, validate_args=True)
88 alpha = [1., 2
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
BlendComposite.java 35 * To compensate for the effect, we recompute the alpha value of the src image before applying
58 private float alpha; field in class:BlendComposite
65 private BlendComposite(BlendingMode mode, float alpha) {
67 setAlpha(alpha);
74 public static BlendComposite getInstance(BlendingMode mode, float alpha) {
75 if (alpha > 0.9999f) {
78 return new BlendComposite(mode, alpha);
82 return alpha;
89 private void setAlpha(float alpha) {
90 if (alpha < 0.0f || alpha > 1.0f)
144 float alpha = composite.getAlpha(); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 22 short alpha[256];
29 tmp.a = alpha[in.a];
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
GammaDistribution.java 34 * Modify the shape parameter, alpha.
35 * @param alpha the new shape parameter.
39 void setAlpha(double alpha);
42 * Access the shape parameter, alpha
43 * @return alpha.
WeibullDistribution.java 53 * @param alpha The new shape parameter value.
57 void setShape(double alpha);
  /external/skia/src/gpu/
GrSWMaskHelper.h 47 void drawRect(const SkRect& rect, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
50 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
55 void clear(uint8_t alpha) {
56 fPixels->erase(SkColorSetARGB(alpha, 0xFF, 0xFF, 0xFF));
  /external/skqp/src/gpu/
GrSWMaskHelper.h 47 void drawRect(const SkRect& rect, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
50 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
55 void clear(uint8_t alpha) {
56 fPixels->erase(SkColorSetARGB(alpha, 0xFF, 0xFF, 0xFF));
  /external/webrtc/webrtc/common_audio/
window_generator.h 24 static void KaiserBesselDerived(float alpha, size_t length, float* window);

Completed in 537 milliseconds

1 23 4 5 6 7 8 91011>>