Home
last modified time | relevance | path

Searched refs:u2z (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestTransforms.java667 Transliterator u2z = getTransliterator("my-t-my-d0-zawgyi"); in TestUnicodeToZawgyi111107() local
674 String actual = u2z.transform(u1); in TestUnicodeToZawgyi111107()
680 actual = u2z.transform(u2); in TestUnicodeToZawgyi111107()
685 actual = u2z.transform(u3); in TestUnicodeToZawgyi111107()
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java330 double u2z = u2.getZ(); in Rotation() local
365 double c = k.getX() * (u1y * u2z - u1z * u2y) + in Rotation()
366 k.getY() * (u1z * u2x - u1x * u2z) + in Rotation()
397 c = k.getX() * (u2y * u3z - u2z * u3y) + in Rotation()
398 k.getY() * (u2z * u3x - u2x * u3z) + in Rotation()