HomeSort by relevance Sort by last modified time
    Searched defs:Identity (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/eigen/Eigen/src/Geometry/
Transform.h 495 * \brief Returns an identity transformation.
498 static const Transform Identity()
500 return Transform(MatrixType::Identity());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 663 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());
664 assert(Identity && "Associative operation without identity!");
665 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
    [all...]
  /external/chromium_org/base/
bind_unittest.cc 166 int Identity(int n) {
446 Callback<int(void)> bind_primitive_cb = Bind(&Identity, n);
453 Callback<int(void)> bind_int_literal_cb = Bind(&Identity, 3);
529 Callback<int(void)> ref_copies_cb = Bind(&Identity, ref_n);
534 Callback<int(void)> const_ref_copies_cb = Bind(&Identity, const_ref_n);
648 Callback<int(void)> copy_cb = Bind(&Identity, n);
649 Callback<int(void)> const_ref_cb = Bind(&Identity, ConstRef(n));
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 50 #define MAT_FLAG_IDENTITY 0 /**< is an identity matrix flag.
51 * (Not actually used - the identity
131 * Identity matrix.
133 static GLfloat Identity[16] = {
596 memcpy( out, Identity, sizeof(Identity) );
623 * Compute inverse of an identity transformation matrix.
630 * Simply copies Identity into GLmatrix::inv.
634 memcpy( mat->inv, Identity, sizeof(Identity) );
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 50 #define MAT_FLAG_IDENTITY 0 /**< is an identity matrix flag.
51 * (Not actually used - the identity
131 * Identity matrix.
133 static GLfloat Identity[16] = {
596 memcpy( out, Identity, sizeof(Identity) );
623 * Compute inverse of an identity transformation matrix.
630 * Simply copies Identity into GLmatrix::inv.
634 memcpy( mat->inv, Identity, sizeof(Identity) );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfs.h 109 GUID Identity;
d2d1helper.h 380 static D2D1FORCEINLINE Matrix3x2F Identity() {
461 return Matrix3x2F::Identity();
subauth.h 187 NETLOGON_LOGON_IDENTITY_INFO Identity;
193 NETLOGON_LOGON_IDENTITY_INFO Identity;
199 NETLOGON_LOGON_IDENTITY_INFO Identity;
206 NETLOGON_LOGON_IDENTITY_INFO Identity;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 714 /// This function returns the identity element (or neutral element) for
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 9730 milliseconds

12 3 4