/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | ConstraintSizeLike.java | 81 private void sizeLike(Vector3f ownerScale, Vector3f targetScale, float influence) { in sizeLike() argument 88 ownerScale.x = targetScale.x * influence + (1.0f - influence) * ownerScale.x; in sizeLike() 91 ownerScale.y = targetScale.y * influence + (1.0f - influence) * ownerScale.y; in sizeLike() 94 ownerScale.z = targetScale.z * influence + (1.0f - influence) * ownerScale.z; in sizeLike()
|
D | ConstraintLocLimit.java | 105 private void locLimit(Vector3f translation, float influence) { in locLimit() argument 108 translation.x -= (translation.x - limits[0][0]) * influence; in locLimit() 113 translation.x -= (translation.x - limits[0][1]) * influence; in locLimit() 118 translation.y -= (translation.y - limits[1][0]) * influence; in locLimit() 123 translation.y -= (translation.y - limits[1][1]) * influence; in locLimit() 128 translation.z -= (translation.z - limits[2][0]) * influence; in locLimit() 133 translation.z -= (translation.z - limits[2][1]) * influence; in locLimit()
|
D | ConstraintSizeLimit.java | 99 private void sizeLimit(Vector3f scale, float influence) { in sizeLimit() argument 102 scale.x -= (scale.x - limits[0][0]) * influence; in sizeLimit() 107 scale.x -= (scale.x - limits[0][1]) * influence; in sizeLimit() 112 scale.y -= (scale.y - limits[1][0]) * influence; in sizeLimit() 117 scale.y -= (scale.y - limits[1][1]) * influence; in sizeLimit() 122 scale.z -= (scale.z - limits[2][0]) * influence; in sizeLimit() 127 scale.z -= (scale.z - limits[2][1]) * influence; in sizeLimit()
|
D | ConstraintRotLimit.java | 117 private void rotLimit(float[] angles, float influence) { in rotLimit() argument 121 difference = (angles[0] - limits[0][0]) * influence; in rotLimit() 123 difference = (angles[0] - limits[0][1]) * influence; in rotLimit() 130 difference = (angles[1] - limits[1][0]) * influence; in rotLimit() 132 difference = (angles[1] - limits[1][1]) * influence; in rotLimit() 139 difference = (angles[2] - limits[2][0]) * influence; in rotLimit() 141 difference = (angles[2] - limits[2][1]) * influence; in rotLimit()
|
D | ConstraintDistLimit.java | 88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) { in distLimit() argument 96 v.multLocal(dist + (currentDistance - dist) * (1.0f - influence)); in distLimit() 103 v.multLocal(dist + (currentDistance - dist) * (1.0f - influence)); in distLimit() 106 v.normalizeLocal().multLocal(dist * influence); in distLimit() 112 v = targetLocation.subtract(currentLocation).normalizeLocal().multLocal(dist * influence); in distLimit()
|
D | ConstraintLocLike.java | 90 private void locLike(Vector3f ownerLocation, Vector3f targetLocation, float influence) { in locLike() argument 117 if(influence < 1.0f) { in locLike() 118 startLocation.subtractLocal(ownerLocation).normalizeLocal().mult(influence); in locLike()
|
D | ConstraintRotLike.java | 80 …oid rotLike(Quaternion ownerRotation, float[] ownerAngles, float[] targetAngles, float influence) { in rotLike() argument 107 if(influence < 1.0f) { in rotLike()
|
/external/llvm/test/CodeGen/X86/ |
D | sse-domains.ll | 11 ; The paddd instruction can only influence the other operations through the loop
|
/external/llvm/test/Transforms/Inline/ |
D | ignore-debug-info.ll | 4 ; The purpose of this test is to check that debug info doesn't influence
|
/external/ceres-solver/docs/source/ |
D | features.rst | 33 functions to reduce the influence of outliers.
|
D | tutorial.rst | 45 a scalar function that is used to reduce the influence of outliers on 565 :class:`LossFunction`. Loss functions, reduce the influence of
|
D | modeling.rst | 42 a scalar valued function that is used to reduce the influence of 819 their influence. 839 down-weighted so they do not overly influence the final solution.
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | README | 51 influence the output (result) and whether the operator is supported on a
|
/external/llvm/docs/ |
D | Lexicon.rst | 21 Due to Clang's influence (mostly the fact that parsing and semantic
|
D | BigEndianNEON.rst | 78 …ing which instructions to use, but which format to use (which will then influence which instructio…
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 157 // Check that inherited related return types influence the types of
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 157 // Check that inherited related return types influence the types of
|
/external/llvm/test/DebugInfo/ |
D | debug-info-always-inline.ll | 46 ; stack space and have no further influence on the prologue's line number information.
|
/external/ltrace/ |
D | configure.ac | 65 # test as soon as possible, as large file support may influence
|
/external/libexif/m4m/ |
D | gp-check-library.m4 | 51 dnl Parameters to ./configure which influence the GP_CHECK_LIBRARY results:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 174 influence that the results have. Of course the problem with pure research
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-dynamic-stack-layout.ll | 10 ; since the presence/absence of these has influence on the frame
|
/external/mksh/src/ |
D | check.t | 7510 Check if “set -o sh” does not influence built-in aliases 7533 Check if running as sh does not influence built-in aliases 7556 Check if “set -o sh” does not influence built-in aliases 7578 Check if running as sh does not influence built-in aliases
|
/external/clang/docs/ |
D | doxygen.cfg.in | 534 # this will also influence the order of the classes in the class list.
|
/external/parameter-framework/doc/ |
D | Doxyfile.in | 545 # this will also influence the order of the classes in the class list.
|