Searched refs:dst2 (Results 1 – 2 of 2) sorted by relevance
67 public int dst2; field in TimeTest.DateTest71 int dst2) { in DateTest() argument84 this.dst2 = dst2; in DateTest()101 this.dst2 = -1; in DateTest()237 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()242 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()245 test.dst2); in testNormalize1()258 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()264 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()267 test.dst2); in testNormalize1()
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()