Searched
full:positive (Results
701 -
725 of
4422) sorted by null
<<21222324252627282930>>
/external/fec/ |
sumsq_av.c | 37 * The cast to unsigned is OK because squares are always positive
|
/external/fio/lib/ |
flist_sort.c | 92 * should sort before @b, and a positive value if @a should sort after
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PoloUtil.java | 73 * The input byte stream is assumed to be a positive, two's complement
|
/external/guava/guava/src/com/google/common/hash/ |
Hashing.java | 56 * @param minimumBits a positive integer (can be arbitrarily large) 337 checkArgument(buckets > 0, "buckets must be positive: %s", buckets); 405 * Checks that the passed argument is positive, and ceils it to a multiple of 32. 408 checkArgument(bits > 0, "Number of bits must be positive");
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CharacterIteration.java | 22 // Positive value so fast case (not end, not surrogate) can be checked
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DurationFormat.java | 120 * past (negative values) or future (positive values) with respect
|
/external/icu/icu4c/source/common/unicode/ |
uchriter.h | 315 * or backward by specifying a positive or negative delta. 316 * @param delta the position relative to origin. A positive delta means forward; 328 * or backward by specifying a positive or negative delta. 329 * @param delta the position relative to origin. A positive delta means forward;
|
/external/icu/icu4c/source/i18n/ |
valueformatter.h | 97 * value must be positive. Calling formatInt32 to format a value when
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CharacterIteration.java | 18 // Positive value so fast case (not end, not surrogate) can be checked
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DurationFormat.java | 118 * past (negative values) or future (positive values) with respect
|
/external/iproute2/man/man8/ |
tipc-bearer.8 | 213 Exit status is 0 if command was successful or a positive integer upon failure.
|
tipc-link.8 | 208 Exit status is 0 if command was successful or a positive integer upon failure.
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.c | 77 "Priority offset from base not in valid range [0, 1073741823] for negative offsets and [0, 1073741824] for positive offsets", /* EIPSEC_INVAL_PRIORITY_OFFSET */
|
/external/iptables/libipq/ |
ipq_read.3 | 67 On success, a non-zero positive value is returned when no timeout
|
ipq_set_mode.3 | 71 On success, a non-zero positive value is returned.
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
HandlerList.java | 34 * is committed or a positive response status is set.
|
/external/libcxx/include/experimental/ |
algorithm | 111 _LIBCPP_ASSERT(__n >= 0, "N must be a positive number.");
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
b2GearJoint.h | 51 /// The ratio can be negative or positive. If one joint is a revolute joint
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
BodyDef.java | 27 * moved by solver dynamic: positive mass, non-zero velocity determined by forces, moved by solver */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
BodyDef.java | 27 * moved by solver dynamic: positive mass, non-zero velocity determined by forces, moved by solver */
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btSphereSphereCollisionAlgorithm.cpp | 64 ///iff distance positive, don't generate a new contact
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
btContactProcessing.h | 47 btScalar m_depth;//Positive value indicates interpenetration
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btHinge2Constraint.cpp | 37 // new position of Y - second (allowed limits are (-PI/2 + epsilon, PI/2 - epsilon), where epsilon is a small positive number
|
btUniversalConstraint.cpp | 40 // new position of Y - second (allowed limits are (-PI/2 + epsilon, PI/2 - epsilon), where epsilon is a small positive number
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/ |
btRaycastVehicle.h | 184 ///Velocity of vehicle (positive if velocity vector has same direction as foward vector)
|
Completed in 1176 milliseconds
<<21222324252627282930>>