HomeSort by relevance Sort by last modified time
    Searched refs:ComplexFloat (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
gensig.h 14 struct ComplexFloat {
28 void GenerateTestSignalAndFFT(struct ComplexFloat* x,
29 struct ComplexFloat* fft,
test_fft16.c 96 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*) malloc(sizeof(*x_true) * fft_size)
    [all...]
test_rfft16_s16.c 72 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);
test_fft_time.c 333 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_fft
    [all...]
gensig.c 36 void GenerateTestSignalAndFFT(struct ComplexFloat* x,
37 struct ComplexFloat* fft,
test_fft32.c 76 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);
test_float_rfft.c 102 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);
test_rfft16_s32.c 70 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);
test_rfft32.c 74 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);
test_float_fft.c 94 GenerateTestSignalAndFFT((struct ComplexFloat *) x,
95 (struct ComplexFloat *) fft,
  /external/clang/lib/AST/
APValue.cpp 146 case ComplexFloat:
198 else if (Kind == ComplexFloat)
229 case ComplexFloat:
293 case ComplexFloat:
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
372 case APValue::ComplexFloat:
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
APValue.h 47 ComplexFloat,
185 bool isComplexFloat() const { return Kind == ComplexFloat; }
427 Kind = ComplexFloat;
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 911 case clang::APValue::ComplexFloat:
993 case clang::APValue::ComplexFloat:
    [all...]
slang_rs_reflection.cpp 527 case clang::APValue::ComplexFloat:
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]

Completed in 131 milliseconds