/external/clang/test/Analysis/ |
D | no-outofbounds.c | 26 struct vec { size_t len; int data[0]; }; in field() struct
|
/external/clang/test/Sema/ |
D | ext_vector_comparisons.c | 6 int4 vec, rv; in test1() local 21 float4 vec, rv; in test2() local
|
/external/freetype/src/base/ |
D | fttrigon.c | 100 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm() 186 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate() 256 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize() 395 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit() 417 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate() 455 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length() 489 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize() 515 FT_Vector_From_Polar( FT_Vector* vec, in FT_Vector_From_Polar()
|
/external/eigen/unsupported/doc/examples/ |
D | FFT.cpp | 34 T mag2(const std::vector<T> & vec) in mag2() 43 T mag2(const std::vector<std::complex<T> > & vec) in mag2() 61 void RandomFill(std::vector<T> & vec) in RandomFill() 68 void RandomFill(std::vector<std::complex<T> > & vec) in RandomFill()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Vector4f.java | 177 public Vector4f add(Vector4f vec) { in add() 196 public Vector4f add(Vector4f vec, Vector4f result) { in add() 213 public Vector4f addLocal(Vector4f vec) { in addLocal() 310 public float dot(Vector4f vec) { in dot() 440 public Vector4f multLocal(Vector4f vec) { in multLocal() 480 public Vector4f mult(Vector4f vec) { in mult() 498 public Vector4f mult(Vector4f vec, Vector4f store) { in mult() 602 public Vector4f subtract(Vector4f vec) { in subtract() 615 public Vector4f subtractLocal(Vector4f vec) { in subtractLocal() 637 public Vector4f subtract(Vector4f vec, Vector4f result) { in subtract()
|
D | Vector3f.java | 168 public Vector3f add(Vector3f vec) { in add() 187 public Vector3f add(Vector3f vec, Vector3f result) { in add() 203 public Vector3f addLocal(Vector3f vec) { in addLocal() 296 public float dot(Vector3f vec) { in dot() 505 public Vector3f multLocal(Vector3f vec) { in multLocal() 542 public Vector3f mult(Vector3f vec) { in mult() 560 public Vector3f mult(Vector3f vec, Vector3f store) { in mult() 663 public Vector3f subtract(Vector3f vec) { in subtract() 676 public Vector3f subtractLocal(Vector3f vec) { in subtractLocal() 697 public Vector3f subtract(Vector3f vec, Vector3f result) { in subtract()
|
D | Vector2f.java | 118 public Vector2f set(Vector2f vec) { in set() 133 public Vector2f add(Vector2f vec) { in add() 150 public Vector2f addLocal(Vector2f vec) { in addLocal() 187 public Vector2f add(Vector2f vec, Vector2f result) { in add() 207 public float dot(Vector2f vec) { in dot() 375 public Vector2f multLocal(Vector2f vec) { in multLocal() 463 public Vector2f subtract(Vector2f vec) { in subtract() 479 public Vector2f subtract(Vector2f vec, Vector2f store) { in subtract() 510 public Vector2f subtractLocal(Vector2f vec) { in subtractLocal()
|
/external/javassist/sample/vector/ |
D | VectorAssistant.java | 52 public CtClass[] assist(ClassPool pool, String vec, String[] args) in assist() 87 CtClass vec = pool.makeClass(makeClassName(type)); in makeSubclass() local 112 CtClass vec = pool.makeClass(makeClassName(type)); in makeSubclass2() local
|
/external/srec/srec/clib/ |
D | imeld_tr.c | 46 imeldata vec[MAX_DIMEN]; in linear_transform_frame() local 85 imeldata vec[MAX_DIMEN]; in inverse_transform_frame() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
D | Arrow.java | 84 Vector3f vec = tempVec.set(positions[i], in Arrow() local 126 Vector3f vec = tempVec.set(positions[i], in setArrowExtent() local
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsRigidBody.java | 213 Vector3f vec = new Vector3f(); in getPhysicsLocation() local 436 Vector3f vec = new Vector3f(); in getAngularVelocity() local 441 private native void getAngularVelocity(long objectId, Vector3f vec); in getAngularVelocity() 447 public void getAngularVelocity(Vector3f vec) { in getAngularVelocity() 455 public void setAngularVelocity(Vector3f vec) { in setAngularVelocity() 460 private native void setAngularVelocity(long objectId, Vector3f vec); in setAngularVelocity() 467 Vector3f vec = new Vector3f(); in getLinearVelocity() local 472 private native void getLinearVelocity(long objectId, Vector3f vec); in getLinearVelocity() 478 public void getLinearVelocity(Vector3f vec) { in getLinearVelocity() 486 public void setLinearVelocity(Vector3f vec) { in setLinearVelocity() [all …]
|
D | VehicleWheel.java | 308 public Vector3f getCollisionLocation(Vector3f vec) { in getCollisionLocation() 313 private native void getCollisionLocation(long wheelId, int wheelIndex, Vector3f vec); in getCollisionLocation() 319 Vector3f vec = new Vector3f(); in getCollisionLocation() local 327 public Vector3f getCollisionNormal(Vector3f vec) { in getCollisionNormal() 332 private native void getCollisionNormal(long wheelId, int wheelIndex, Vector3f vec); in getCollisionNormal() 338 Vector3f vec = new Vector3f(); in getCollisionNormal() local
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/ |
D | RigidBodyMotionState.java | 107 private native void getWorldLocation(long stateId, Vector3f vec); in getWorldLocation() 117 private native void getWorldRotation(long stateId, Matrix3f vec); in getWorldRotation() 127 private native void getWorldRotationQuat(long stateId, Quaternion vec); in getWorldRotationQuat()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_joints_SixDofJoint.cpp | 88 btVector3 vec = btVector3(); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearUpperLimit() local 106 btVector3 vec = btVector3(); in Java_com_jme3_bullet_joints_SixDofJoint_setLinearLowerLimit() local 124 btVector3 vec = btVector3(); in Java_com_jme3_bullet_joints_SixDofJoint_setAngularUpperLimit() local 142 btVector3 vec = btVector3(); in Java_com_jme3_bullet_joints_SixDofJoint_setAngularLowerLimit() local
|
/external/quake/quake/src/QW/client/ |
D | cl_cam.c | 57 static void vectoangles(vec3_t vec, vec3_t ang) in vectoangles() 151 static float Cam_TryFlyby(player_state_t *self, player_state_t *player, vec3_t vec, qboolean checkv… in Cam_TryFlyby() 184 static qboolean Cam_IsVisible(player_state_t *player, vec3_t vec) in Cam_IsVisible() 204 vec3_t vec, vec2; in InitFlyby() local 319 vec3_t vec; in Cam_Track() local
|
/external/skia/src/effects/ |
D | SkOffsetImageFilter.cpp | 18 SkVector vec; in onFilterImage() local 29 SkVector vec; in onFilterBounds() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsRigidBody.java | 419 public void getAngularVelocity(Vector3f vec) { in getAngularVelocity() 420 Converter.convert(rBody.getAngularVelocity(tempVec), vec); in getAngularVelocity() local 427 public void setAngularVelocity(Vector3f vec) { in setAngularVelocity() 444 public void getLinearVelocity(Vector3f vec) { in getLinearVelocity() 445 Converter.convert(rBody.getLinearVelocity(tempVec), vec); in getLinearVelocity() local 452 public void setLinearVelocity(Vector3f vec) { in setLinearVelocity() 507 public void applyTorqueImpulse(final Vector3f vec) { in applyTorqueImpulse()
|
/external/openssh/ |
D | monitor_fdpass.c | 58 struct iovec vec; in mm_send_fd() local 119 struct iovec vec; in mm_receive_fd() local
|
/external/icu4c/i18n/ |
D | fphdlimp.h | 50 UVector32* vec; variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | BERApplicationSpecific.java | 6 public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec) in BERApplicationSpecific()
|
/external/eigen/test/eigen2/ |
D | eigen2_commainitializer.cpp | 30 Vector3d vec[3]; in test_eigen2_commainitializer() local
|
/external/eigen/test/ |
D | commainitializer.cpp | 30 Vector3d vec[3]; in test_commainitializer() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 68 static errcode_t create_test_list(blk_t *vec, badblocks_list *ret) in create_test_list() 121 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq() 139 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/ |
D | TranslationalLimitMotor.java | 53 Vector3f vec = new Vector3f(); in getLowerLimit() local 67 Vector3f vec = new Vector3f(); in getUpperLimit() local 81 Vector3f vec = new Vector3f(); in getAccumulatedImpulse() local
|
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 56 void GpuHelper::drawVector(const Vector3f& position, const Vector3f& vec, const Color& color, float… in drawVector() 77 void GpuHelper::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, fl… in drawVectorBox()
|