OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matdim
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/clib/
imeld_rd.c
52
void create_linear_transform(preprocessed *prep, int
matdim
,
56
ASSERT(
matdim
> 0);
57
prep->dim =
matdim
;
58
prep->matrix = create_fixed_matrix(
matdim
);
60
prep->offset = (imeldata *) CALLOC(
matdim
,
62
prep->imelda = create_matrix(
matdim
);
63
prep->invmat = create_fixed_matrix(
matdim
);
64
prep->inverse = create_matrix(
matdim
);
96
unsigned short
matdim
;
local
108
pfread(&
matdim
, sizeof(short), 1, dfpt)
[
all
...]
/external/srec/srec/include/
prelib.h
53
void create_linear_transform(preprocessed *datapak, int
matdim
,
Completed in 36 milliseconds