/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 186 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 …]
|
D | Vector3DFormat.java | 216 formatDouble(vector.getZ(), format, toAppendTo, pos); in format()
|
D | Vector3D.java | 199 public double getZ() { in getZ() method in Vector3D
|
/external/skia/modules/svg/src/ |
D | SkSVGFeLighting.cpp | 112 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight() 128 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight() 165 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight() 180 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight()
|
/external/google-fruit/extras/benchmark/ |
D | compile_time_benchmark.cpp | 112 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/llvm-project/clang/test/CodeGenCXX/ |
D | references.cpp | 219 Z getZ(); 229 const X &xr = getZ().has.x; in g()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | ShapeImmutableTest.java | 129 assertEquals(345.1, loaded.getZ()); in testPoint3d() 147 assertEquals(345.1, loaded.getPoint3d().getZ()); in testShapeNoTags()
|
D | Point3d.java | 27 public double getZ() { in getZ() method in Point3d
|
/external/clang/test/CodeGenCXX/ |
D | references.cpp | 219 Z getZ(); 229 const X &xr = getZ().has.x; in g()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | FieldSerializationTest.java | 111 @JsonProperty("z") public int getZ() { return z+1; } in getZ() method in FieldSerializationTest.FieldAndMethodBean 186 assertEquals(10, bean.getZ()); in testMethodPrecedence()
|
D | TestAnnotations.java | 99 public int getZ() { return 3; } in getZ() method in TestAnnotations.SubClassBean
|
/external/clang/test/Analysis/ |
D | derived-to-base.cpp | 262 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-project/clang/test/Analysis/ |
D | derived-to-base.cpp | 262 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/ |
D | inline-fp.ll | 19 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/ |
D | SampleBinary.php | 89 $success &= assert($monster->getPos()->getZ() == 3.0);
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/ |
D | CompressorStreamFactory.java | 354 public static String getZ() {
|
/external/flatbuffers/docs/source/ |
D | Tutorial.md | 2647 $z = $pos->getZ();
|