HomeSort by relevance Sort by last modified time
    Searched full:ltor (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
offsetof.cpp 74 int ltor = __builtin_offsetof(struct LtoRCheck, a[LtoRCheck().f]); // \ variable
constant-expression-cxx11.cpp 216 constexpr int LToR(int &n) { return n; }
218 return LToR(which ? b : a);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 48 GLboolean ltor; variable
108 ltor = (GLboolean) (area < 0.0F);
177 if (ltor) {
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 48 GLboolean ltor; variable
108 ltor = (GLboolean) (area < 0.0F);
177 if (ltor) {
  /external/opencv/cxcore/include/
cxcore.h 736 /* Completes the symmetric matrix from the lower (LtoR=0) or from the upper (LtoR!=0) part */
737 CVAPI(void) cvCompleteSymm( CvMat* matrix, int LtoR CV_DEFAULT(0) );
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 545 cvCompleteSymm( CvMat* matrix, int LtoR )
564 if( !LtoR ) j1 = i; else j0 = i+1;
576 if( !LtoR ) j1 = i; else j0 = i+1;
    [all...]

Completed in 666 milliseconds