Home
last modified time | relevance | path

Searched refs:i01 (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCustomValueInstDefaults.java56 i01, i02, i03, i04, i05, i06, i07, i08, field in TestCustomValueInstDefaults.BigBucket
65 @JsonProperty("i01") int i01, in BigBucket()
103 this.i01 = i01; this.i02 = i02; this.i03 = i03; this.i04 = i04; in BigBucket()
161 int i01 = BigBucket.DEFAULT_I; in createFromObjectWith() local
197 if (name.equals("i01")) i01 = (Integer) value; in createFromObjectWith()
232 i01, i02, i03, i04, i05, i06, i07, i08, in createFromObjectWith()
497 assertEquals(BigBucket.DEFAULT_I, big.i01); in testMoreThan32CreatorParams()
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp224 extern int i01;
226 A<&i01> a01; in test1()
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp228 extern int i01;
230 A<&i01> a01; in test1()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1295 const deUint32 i01 = i00 + 1; in interpolateWeights() local
1301 … DE_ASSERT(deInBounds32(i01, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w01 == 0); in interpolateWeights()
1309 const deUint32 p01 = unquantizedWeights[(i01 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights()
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DMultiply.miff41 …+&�/)#�.(!�-'"�-'"�)& �&$ �&# �)% �-) �1) �6,"�6+$�3)#�/'!�,'!�))"�0% �_/2�i01�[-'�t31�n/&�q+"�r-$…
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1418 Int2 i01 = MulAdd(uv0uv1, *Pointer<Short4>(mipmap + OFFSET(Mipmap, onePitchP))); in computeIndices() local
1421 indices = UInt4(As<UInt2>(i01), As<UInt2>(i23)); in computeIndices()