OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_only_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util.h
24
int
real_only_
;
member in struct:Options
76
int
real_only_
;
member in struct:TestInfo
test_util.c
64
options->
real_only_
= real_only;
91
fprintf(f, "real_only = %d\n", options->
real_only_
);
118
usage(argv[0], options->
real_only_
, max_fft_order, summary);
152
usage(argv[0], options->
real_only_
, max_fft_order, summary);
test_fft32.c
44
info.
real_only_
= options.
real_only_
;
test_float_fft.c
57
info.
real_only_
= options.
real_only_
;
test_rfft16_s32.c
45
info.
real_only_
= options.
real_only_
;
test_rfft32.c
44
info.
real_only_
= options.
real_only_
;
test_util_fft.c
58
if (info->
real_only_
) {
90
for (signal_type = 0; signal_type < MaxSignalType(info->
real_only_
);
test_fft16.c
70
info.
real_only_
= options.
real_only_
;
test_float_rfft.c
57
info.
real_only_
= options.
real_only_
;
test_rfft16_s16.c
49
info.
real_only_
= options.
real_only_
;
Completed in 3357 milliseconds