Searched refs:dst2 (Results 1 – 2 of 2) sorted by relevance
68 public int dst2; field in TimeTest.DateTest72 int dst2) { in DateTest() argument85 this.dst2 = dst2; in DateTest()102 this.dst2 = -1; in DateTest()238 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()243 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()246 test.dst2); in testNormalize1()259 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()265 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()268 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()