OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_side_type
(Results
1 - 6
of
6
) sorted by null
/external/cblas/testing/
auxiliary.c
32
void
get_side_type
(char *type, enum CBLAS_SIDE *side) {
function
c_dblas3.c
86
get_side_type
(rtlf,&side);
246
get_side_type
(rtlf,&side);
297
get_side_type
(rtlf,&side);
c_sblas3.c
83
get_side_type
(rtlf,&side);
243
get_side_type
(rtlf,&side);
294
get_side_type
(rtlf,&side);
c_cblas3.c
101
get_side_type
(rtlf,&side);
165
get_side_type
(rtlf,&side);
461
get_side_type
(rtlf,&side);
520
get_side_type
(rtlf,&side);
c_zblas3.c
101
get_side_type
(rtlf,&side);
165
get_side_type
(rtlf,&side);
461
get_side_type
(rtlf,&side);
520
get_side_type
(rtlf,&side);
cblas_test.h
513
void
get_side_type
(char *type, enum CBLAS_SIDE *side);
Completed in 209 milliseconds