OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqd
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
Softbody.java
129
public static void ProjectOrigin(Vector3 a, Vector3 b, Vector3 prj, SWIGTYPE_p_float
sqd
) {
130
SoftbodyJNI.ProjectOrigin__SWIG_0(a, b, prj, SWIGTYPE_p_float.getCPtr(
sqd
));
133
public static void ProjectOrigin(Vector3 a, Vector3 b, Vector3 c, Vector3 prj, SWIGTYPE_p_float
sqd
) {
134
SoftbodyJNI.ProjectOrigin__SWIG_1(a, b, c, prj, SWIGTYPE_p_float.getCPtr(
sqd
));
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h
352
btScalar&
sqd
)
361
if(l2<
sqd
)
364
sqd
=l2;
373
btScalar&
sqd
)
382
if(k2<
sqd
)
390
sqd
=k2;
394
ProjectOrigin(a,b,prj,
sqd
);
395
ProjectOrigin(b,c,prj,
sqd
);
396
ProjectOrigin(c,a,prj,
sqd
);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp
785
const btScalar
sqd
=f->d*f->d;
local
786
if(
sqd
<mind)
789
mind=
sqd
;
btGjkEpa3.h
795
const btScalar
sqd
=f->d*f->d;
local
796
if(
sqd
<mind)
799
mind=
sqd
;
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-g5.s
388
sqd
%f6,4095(%r5,%r10)
esa-g5.d
394
.*: ed 65 af ff 00 35 [ ]*
sqd
%f6,4095\(%r5,%r10\)
Completed in 162 milliseconds