OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:col1a
(Results
1 - 4
of
4
) sorted by null
/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 187 milliseconds