/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 33 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/ |
D | tritex.cpp | 44 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/ |
D | gl_basic.cpp | 47 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/ |
D | Matrix.java | 707 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/ |
D | reduce_general_examples_halter.rs | 7 #pragma rs reduce(fz) \
|
/frameworks/support/v4/java/android/support/v4/graphics/ |
D | ColorUtils.java | 447 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/ |
D | NotificationColorUtil.java | 567 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/ |
D | UT_reduce.java | 556 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}),
|
D | UT_reduce_backward.java | 169 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz() method in UT_reduce_backward 309 pass &= fz(pRS, s); in run()
|
D | reduce_backward.rs | 78 #pragma rs reduce(fz) \
|
D | reduce.rs | 67 #pragma rs reduce(fz) \
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 153 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz() method in UT_reduce_backward 293 pass &= fz(pRS, s); in run()
|
D | UT_reduce.java | 153 private boolean fz(RenderScript RS, ScriptC_reduce s) { in fz() method in UT_reduce 293 pass &= fz(pRS, s); in run()
|
D | reduce.rs | 66 #pragma rs reduce(fz) \
|
D | reduce_backward.rs | 76 #pragma rs reduce(fz) \
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | reduce_general_examples_backward.rs | 97 #pragma rs reduce(fz) \
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | reduce_general_examples.rs | 86 #pragma rs reduce(fz) \
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_metadata.ll | 20 ; CHECK: exportReduceList[4]: fz - 0x00000009 - 1 - 4 319 !11 = !{!"fz", !"4", !12, !"fzInit", !"fzCombine", null, !"fzFound"}
|
D | test_reduce_general_cleanup.ll | 340 !13 = !{!"fz", !"4", !14, !"fzInit", !"fzCombine"}
|