Home
last modified time | relevance | path

Searched refs:fz (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp33 float fz = centerZ - eyeZ; in gluLookAt() local
36 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt()
39 fz *= rlf; in gluLookAt()
49 float sx = fy * upZ - fz * upY; in gluLookAt()
50 float sy = fz * upX - fx * upZ; in gluLookAt()
54 float ux = sy * fz - sz * fy; in gluLookAt()
55 float uy = sz * fx - sx * fz; in gluLookAt()
71 m[10] = -fz; in gluLookAt()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp44 float fz = centerZ - eyeZ; in gluLookAt() local
47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt()
50 fz *= rlf; in gluLookAt()
60 float sx = fy * upZ - fz * upY; in gluLookAt()
61 float sy = fz * upX - fx * upZ; in gluLookAt()
65 float ux = sy * fz - sz * fy; in gluLookAt()
66 float uy = sz * fx - sx * fz; in gluLookAt()
82 m[10] = -fz; in gluLookAt()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp47 float fz = centerZ - eyeZ; in gluLookAt() local
50 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt()
53 fz *= rlf; in gluLookAt()
63 float sx = fy * upZ - fz * upY; in gluLookAt()
64 float sy = fz * upX - fx * upZ; in gluLookAt()
68 float ux = sy * fz - sz * fy; in gluLookAt()
69 float uy = sz * fx - sx * fz; in gluLookAt()
85 m[10] = -fz; in gluLookAt()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java707 float fz = centerZ - eyeZ; in setLookAtM() local
710 float rlf = 1.0f / Matrix.length(fx, fy, fz); in setLookAtM()
713 fz *= rlf; in setLookAtM()
716 float sx = fy * upZ - fz * upY; in setLookAtM()
717 float sy = fz * upX - fx * upZ; in setLookAtM()
727 float ux = sy * fz - sz * fy; in setLookAtM()
728 float uy = sz * fx - sx * fz; in setLookAtM()
743 rm[rmOffset + 10] = -fz; in setLookAtM()
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
Dreduce_general_examples_halter.rs7 #pragma rs reduce(fz) \
/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java447 final double fz = fy - b / 200;
453 tmp = Math.pow(fz, 3);
454 final double zr = tmp > XYZ_EPSILON ? tmp : (116 * fz - 16) / XYZ_KAPPA;
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java567 final double fz = fy - b / 200;
573 tmp = Math.pow(fz, 3);
574 final double zr = tmp > XYZ_EPSILON ? tmp : (116 * fz - 16) / XYZ_KAPPA;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java556 private int fz(final int[] input) { in fz() method in UT_reduce
578 private boolean fz(RenderScript RS, ScriptC_reduce s, int seed, int size[]) { in fz() method in UT_reduce
585 final int javaRslt = fz(inputArray); in fz()
623 final int javaRsltLinear = fz(inputArray); in fz2()
667 final int javaRsltLinear = fz(inputArray); in fz3()
998 new TestDescription("fz", this::fz, 6, new int[]{100000}, 20),
1314 new TestDescription("fz", this::fz, 4, new int[]{100000 << 10}),
DUT_reduce_backward.java169 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz() method in UT_reduce_backward
309 pass &= fz(pRS, s); in run()
Dreduce_backward.rs78 #pragma rs reduce(fz) \
Dreduce.rs67 #pragma rs reduce(fz) \
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_reduce_backward.java153 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz() method in UT_reduce_backward
293 pass &= fz(pRS, s); in run()
DUT_reduce.java153 private boolean fz(RenderScript RS, ScriptC_reduce s) { in fz() method in UT_reduce
293 pass &= fz(pRS, s); in run()
Dreduce.rs66 #pragma rs reduce(fz) \
Dreduce_backward.rs76 #pragma rs reduce(fz) \
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
Dreduce_general_examples_backward.rs97 #pragma rs reduce(fz) \
/frameworks/compile/slang/tests/P_reduce_general_examples/
Dreduce_general_examples.rs86 #pragma rs reduce(fz) \
/frameworks/compile/libbcc/tests/libbcc/
Dtest_reduce_general_metadata.ll20 ; CHECK: exportReduceList[4]: fz - 0x00000009 - 1 - 4
319 !11 = !{!"fz", !"4", !12, !"fzInit", !"fzCombine", null, !"fzFound"}
Dtest_reduce_general_cleanup.ll340 !13 = !{!"fz", !"4", !14, !"fzInit", !"fzCombine"}