Searched refs:dz3 (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 383 double dz3 = v3z - u3z; in Rotation() local 384 k = new Vector3D(dy1 * dz3 - dz1 * dy3, in Rotation() 385 dz1 * dx3 - dx1 * dz3, in Rotation() 394 k = new Vector3D(dy2 * dz3 - dz2 * dy3, in Rotation() 395 dz2 * dx3 - dx2 * dz3, in Rotation()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 239 !179 = !DIGlobalVariable(name: "dz3", scope: null, file: !2, line: 34, type: !13, isLocal: true, is…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 448 !392 = !DIGlobalVariable(name: "dz3", line: 34, isLocal: true, isDefinition: true, scope: null, fil…
|