Searched refs:dst2 (Results 1 – 3 of 3) sorted by relevance
58 public int dst2; field in TimeTest.DateTest62 int dst2) { in DateTest() argument75 this.dst2 = dst2; in DateTest()92 this.dst2 = -1; in DateTest()228 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()233 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()236 test.dst2); in testNormalize1()249 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()255 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()258 test.dst2); in testNormalize1()
514 uint32 *dst, *dst2, *src; in Copy_MB() local532 dst2 = (uint32*)curCr; in Copy_MB()539 *dst2++ = *src++; in Copy_MB()540 *dst2++ = *src++; in Copy_MB()543 dst2 += offset; in Copy_MB()
179 final float dst2 = (atmp2 * src4 + atmp7 * src5 + atmp10 * src7) in invertM() local226 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3; in invertM()236 mInv[ 2 + mInvOffset] = dst2 * invdet; in invertM()