Searched refs:ComplexFloat (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dgensig.h14 struct ComplexFloat { struct
28 void GenerateTestSignalAndFFT(struct ComplexFloat* x,
29 struct ComplexFloat* fft,
H A Dtest_fft16.c96 void GenerateSignal(OMX_SC16* x, struct ComplexFloat* fft,
97 struct ComplexFloat* x_true, int size, int sigtype,
130 struct ComplexFloat* x_true;
131 struct ComplexFloat* y_true;
171 x_true = (struct ComplexFloat*) malloc(sizeof(*x_true) * fft_size);
172 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
222 struct ComplexFloat* x_true;
223 struct ComplexFloat* y_true;
266 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
267 x_true = (struct ComplexFloat*) mallo
[all...]
H A Dtest_rfft16_s16.c72 void GenerateSignal(struct ComplexFloat* fft,
75 struct ComplexFloat *test_signal;
77 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
101 struct ComplexFloat* y_true;
136 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * (fft_size / 2 + 1));
193 struct ComplexFloat* y_true;
219 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
H A Dtest_fft_time.c333 struct ComplexFloat* x;
334 struct ComplexFloat* y;
337 struct ComplexFloat* y_true;
353 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
417 struct ComplexFloat *test_signal;
418 struct ComplexFloat *true_fft;
420 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
421 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
535 struct ComplexFloat *test_signal;
536 struct ComplexFloat *true_ff
[all...]
H A Dgensig.c36 void GenerateTestSignalAndFFT(struct ComplexFloat* x,
37 struct ComplexFloat* fft,
H A Dtest_fft32.c76 struct ComplexFloat *test_signal;
77 struct ComplexFloat *true_fft;
79 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
80 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
H A Dtest_float_rfft.c102 struct ComplexFloat *test_signal;
103 struct ComplexFloat *true_fft;
105 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
106 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
H A Dtest_rfft16_s32.c70 struct ComplexFloat *test_signal;
71 struct ComplexFloat *true_fft;
73 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
74 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
H A Dtest_rfft32.c74 struct ComplexFloat *test_signal;
75 struct ComplexFloat *true_fft;
77 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
78 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
H A Dtest_float_fft.c94 GenerateTestSignalAndFFT((struct ComplexFloat *) x,
95 (struct ComplexFloat *) fft,
/external/clang/lib/AST/
H A DAPValue.cpp146 case ComplexFloat:
198 else if (Kind == ComplexFloat)
229 case ComplexFloat:
293 case ComplexFloat:
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
372 case APValue::ComplexFloat:
H A DExprConstant.cpp1448 case APValue::ComplexFloat:
2709 case APValue::ComplexFloat:
2834 case APValue::ComplexFloat:
/external/clang/include/clang/AST/
H A DAPValue.h47 ComplexFloat, enumerator in enum:clang::APValue::ValueKind
185 bool isComplexFloat() const { return Kind == ComplexFloat; }
427 Kind = ComplexFloat;
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1121 case APValue::ComplexFloat: {

Completed in 226 milliseconds