HomeSort by relevance Sort by last modified time
    Searched refs:ONE (Results 76 - 100 of 359) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 34 Reserved.set(AMDGPU::ONE);
73 case AMDGPU::ONE:
92 case AMDGPU::ONE:
  /external/jpeg/
jdct.h 132 * and may differ from one module to the next.
135 #define ONE ((INT32) 1)
136 #define CONST_SCALE (ONE << CONST_BITS)
150 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n)
  /external/mesa3d/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 34 Reserved.set(AMDGPU::ONE);
73 case AMDGPU::ONE:
92 case AMDGPU::ONE:
  /external/pdfium/core/src/fxcodec/libjpeg/
jdct.h 128 * and may differ from one module to the next.
131 #define ONE ((INT32) 1)
132 #define CONST_SCALE (ONE << CONST_BITS)
146 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n)
  /external/qemu/distrib/jpeg-6b/
jdct.h 128 * and may differ from one module to the next.
131 #define ONE ((INT32) 1)
132 #define CONST_SCALE (ONE << CONST_BITS)
146 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 14 private static final BigInteger MINUS_ONE = ECConstants.ONE.negate();
41 new ZTauElement(ECConstants.ONE, ECConstants.ZERO), null,
44 new ZTauElement(ECConstants.ONE, MINUS_ONE), null
60 new ZTauElement(ECConstants.ONE, ECConstants.ZERO), null,
61 new ZTauElement(MINUS_THREE, ECConstants.ONE), null,
62 new ZTauElement(MINUS_ONE, ECConstants.ONE), null,
63 new ZTauElement(ECConstants.ONE, ECConstants.ONE), null
221 if (eta.compareTo(ECConstants.ONE) >= 0)
244 if (check1.compareTo(ECConstants.ONE) >= 0
    [all...]
SimpleBigDecimal.java 161 SimpleBigDecimal oneHalf = new SimpleBigDecimal(ECConstants.ONE, 1);
202 fract = ECConstants.ONE.shiftLeft(scale).subtract(fract);
207 floorBigInt = floorBigInt.add(ECConstants.ONE);
  /dalvik/dx/tests/091-ssa-const-collector/
Blort.java 5 ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECParameters.java 23 private static final BigInteger ONE = BigInteger.valueOf(1);
36 || !((ASN1Integer)seq.getObjectAt(0)).getValue().equals(ONE))
86 this(curve, g, n, ONE, null);
145 return ONE; // TODO - this should be calculated, it will cause issues with custom curves.
  /external/flac/libFLAC/
float.c 277 const FLAC__uint32 ONE = (1u << fracbits);
283 if(x < ONE)
293 while (x > ONE && k < precision) {
294 if (x - z >= ONE) {
  /external/openfst/src/include/fst/script/
weight-class.h 105 case ONE:
106 return "ONE";
125 static const WeightClass &One() {
126 static WeightClass w(ONE);
140 enum ElementType { ZERO, ONE, OTHER };
152 // We need to store zero and one as statics, because the weight type
156 static const W one = W::One(); local
160 } else if (element_type_ == ONE) {
161 return &one;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStream2Test.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
31 ONE {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 292 return swizzle(UREG(REG_TYPE_R, 0), ONE, ONE, ONE, ONE);
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
327 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W);
342 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
77 @CollectionSize.Require(absent = {ZERO, ONE})
SetNavigationTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
114 @CollectionSize.Require(ONE)
120 @CollectionSize.Require(ONE)
126 @CollectionSize.Require(ONE)
134 @CollectionSize.Require(ONE)
140 @CollectionSize.Require(ONE)
ListSubListTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
126 @CollectionSize.Require(absent = {ZERO, ONE})
136 @CollectionSize.Require(absent = {ZERO, ONE})
144 @CollectionSize.Require(absent = {ZERO, ONE})
154 @CollectionSize.Require(absent = {ZERO, ONE})
169 @CollectionSize.Require(absent = {ZERO, ONE})
207 @CollectionSize.Require(absent = {ZERO, ONE})
231 @CollectionSize.Require(absent = {ZERO, ONE})
249 @CollectionSize.Require(absent = {ZERO, ONE})
275 @CollectionSize.Require(absent = {ZERO, ONE})
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 292 return swizzle(UREG(REG_TYPE_R, 0), ONE, ONE, ONE, ONE);
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
327 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W);
342 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
  /external/eigen/lapack/
dlapy2.f 80 DOUBLE PRECISION ONE
81 PARAMETER ( ONE = 1.0D0 )
98 DLAPY2 = W*SQRT( ONE+( Z / W )**2 )
slapy2.f 80 REAL ONE
81 PARAMETER ( ONE = 1.0E0 )
98 SLAPY2 = W*SQRT( ONE+( Z / W )**2 )
dlamch.f 78 DOUBLE PRECISION ONE, ZERO
79 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
97 RND = ONE
99 IF( ONE.EQ.RND ) THEN
109 SMALL = ONE / HUGE(ZERO)
115 SFMIN = SMALL*( ONE+EPS )
151 *> might hold one of these in a register.
slamch.f 82 REAL ONE, ZERO
83 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
101 RND = ONE
103 IF( ONE.EQ.RND ) THEN
113 SMALL = ONE / HUGE(ZERO)
119 SFMIN = SMALL*( ONE+EPS )
155 *> might hold one of these in a register.
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 96 ONE (1),
122 ONE (1),
239 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
260 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
339 mBlendSrc = BlendSrcFunc.ONE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 59 {MAKE_SWZ3(ONE, ONE, ONE), R300_ALU_ARGC_ONE, 0, 0},
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetReadsTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
106 @CollectionSize.Require(ONE)
139 @CollectionSize.Require(ONE)
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongsTest.java 17 import static java.math.BigInteger.ONE;
46 // one with high bit set
105 // One more than maximum value
117 BigInteger max = BigInteger.ZERO.setBit(64).subtract(ONE);
126 BigInteger overflow = max.add(ONE);

Completed in 4157 milliseconds

1 2 34 5 6 7 8 91011>>