Home
last modified time | relevance | path

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/
DFieldRotation.java146 …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()
DRotation.java176 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/
DArgsLongDescription.java15 public String convention = "Java"; field in ArgsLongDescription
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c49 const struct ac_shader_args *args, enum ac_llvm_calling_convention convention, in create_llvm_function()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp528 void GLContext::provokingVertex(uint32_t convention) in provokingVertex()
DsglrReferenceContext.cpp3055 void ReferenceContext::provokingVertex(uint32_t convention) in provokingVertex()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3633 enum ac_llvm_calling_convention convention, const char *name, in ac_build_main()