Searched defs:convention (Results 1 – 7 of 7) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
D | FieldRotation.java | 146 …blic FieldRotation(final FieldVector3D<T> axis, final T angle, final RotationConvention convention) in FieldRotation() 374 public FieldRotation(final RotationOrder order, final RotationConvention convention, in FieldRotation() 508 public FieldVector3D<T> getAxis(final RotationConvention convention) { in getAxis() 618 public T[] getAngles(final RotationOrder order, RotationConvention convention) in getAngles() 1309 public FieldRotation<T> compose(final FieldRotation<T> r, final RotationConvention convention) { in compose() 1364 public FieldRotation<T> compose(final Rotation r, final RotationConvention convention) { in compose() 1441 …ic FieldRotation<T> composeInverse(final FieldRotation<T> r, final RotationConvention convention) { in composeInverse() 1500 public FieldRotation<T> composeInverse(final Rotation r, final RotationConvention convention) { in composeInverse()
|
D | Rotation.java | 176 public Rotation(final Vector3D axis, final double angle, final RotationConvention convention) in Rotation() 403 public Rotation(RotationOrder order, RotationConvention convention, in Rotation() 540 public Vector3D getAxis(final RotationConvention convention) { in getAxis() 625 public double[] getAngles(RotationOrder order, RotationConvention convention) in getAngles() 1220 public Rotation compose(final Rotation r, final RotationConvention convention) { in compose() 1278 public Rotation composeInverse(final Rotation r, final RotationConvention convention) { in composeInverse()
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsLongDescription.java | 15 public String convention = "Java"; field in ArgsLongDescription
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 49 const struct ac_shader_args *args, enum ac_llvm_calling_convention convention, in create_llvm_function()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 528 void GLContext::provokingVertex(uint32_t convention) in provokingVertex()
|
D | sglrReferenceContext.cpp | 3055 void ReferenceContext::provokingVertex(uint32_t convention) in provokingVertex()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3633 enum ac_llvm_calling_convention convention, const char *name, in ac_build_main()
|