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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout0.java 48 Spec col1a = spec(0, 4, CENTER); local
60 p.addView(c, new LayoutParams(row1, col1a));
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 63 Spec col1a = spec(0, 4, CENTER); local
75 layout.addView(c, new GridLayout.LayoutParams(row1, col1a));
BiDiTestGridLayoutCodeRtl.java 63 Spec col1a = spec(0, 4, CENTER); local
75 layout.addView(c, new GridLayout.LayoutParams(row1, col1a));
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A,
184 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
Math.c 1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA )
1063 ptr1L = ( int16* ) x1A + iL * col1A;
1066 for( kL = 0; kL < col1A; kL++ )
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1086 ptr1L = ( int16* ) x1A + iL * col1A;
1089 for( kL = col1A; kL >= 4; kL -= 4 )
1115 ptr1L = ( int16* ) x1A + iL * col1A;
1118 for( kL = 0; kL < col1A; kL++ )
1131 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
    [all...]

Completed in 206 milliseconds