Home
last modified time | relevance | path

Searched refs:getZ (Results 1 – 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java186 q3 = coeff * axis.getZ(); in Rotation()
326 double u1z = u1.getZ(); in Rotation()
330 double u2z = u2.getZ(); in Rotation()
336 double v1z = coeff * v1.getZ(); in Rotation()
348 double v2z = alpha * v1z + beta * v2.getZ(); in Rotation()
358 double dz1 = v1z - u1.getZ(); in Rotation()
361 double dz2 = v2z - u2.getZ(); in Rotation()
367 k.getZ() * (u1x * u2y - u1y * u2x); in Rotation()
376 double u3z = u3.getZ(); in Rotation()
379 double v3z = v3.getZ(); in Rotation()
[all …]
DVector3DFormat.java216 formatDouble(vector.getZ(), format, toAppendTo, pos); in format()
DVector3D.java199 public double getZ() { in getZ() method in Vector3D
/external/google-fruit/extras/benchmark/
Dcompile_time_benchmark.cpp112 Component<Required<Y##N>, Z##N> getZ##N##Component();
120 ….bind<I##N, X##N>().bindInstance(b##N).install(getZ##N##Component()).registerProvider([]() { retur…
124 ….bind<I##N, X##N>().bindInstance(b##N).install(getZ##N##Component).registerProvider([]() { return …
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java129 assertEquals(345.1, loaded.getZ()); in testPoint3d()
147 assertEquals(345.1, loaded.getPoint3d().getZ()); in testShapeNoTags()
DPoint3d.java27 public double getZ() { in getZ() method in Point3d
/external/clang/test/CodeGenCXX/
Dreferences.cpp219 Z getZ();
229 const X &xr = getZ().has.x; in g()
/external/clang/test/Analysis/
Dderived-to-base.cpp262 int getZ(const DoubleDerivedVTBL &obj) { in getZ() function
291 clang_analyzer_eval(getZ(d) == 3); // expected-warning{{TRUE}} in testDoubleDerived()
303 clang_analyzer_eval(getZ(d3) == 3); // expected-warning{{TRUE}} in testDoubleDerived()
/external/llvm/test/Transforms/Inline/
Dinline-fp.ll19 call void @getZ(i32* %responseZ, i8* %valueZ)
66 call void @getZ(i32* %responseZ, i8* %valueZ)
103 declare void @getZ(i32*, i8*) #0
/external/flatbuffers/samples/
DSampleBinary.php89 $success &= assert($monster->getPos()->getZ() == 3.0);
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/
DCompressorStreamFactory.java354 public static String getZ() {
/external/flatbuffers/docs/source/
DTutorial.md2363 $z = $pos->getZ();